- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 57 for 0x2002 (0.08 sec)
-
src/cmd/asm/internal/asm/testdata/arm64.s
MOVD R1, 0x8008(R2) // MOVD R1, 32776(R2) // 5b204091610700f9 MOVD R1, 0x1006ff8(R2) // MOVD R1, 16805880(R2) // 5bfc7f9161ff3ff9 FMOVS F1, 0x4004(R2) // FMOVS F1, 16388(R2) // 5b104091610700bd FMOVS F1, 0x1002ffc(R2) // FMOVS F1, 16789500(R2) // 5bfc7f9161ff3fbd FMOVD F1, 0x8008(R2) // FMOVD F1, 32776(R2) // 5b204091610700fd FMOVD F1, 0x1006ff8(R2) // FMOVD F1, 16805880(R2) // 5bfc7f9161ff3ffd
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Jul 24 18:45:14 UTC 2024 - 95.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbConstants.java
static final int FLAGS2_STATUS32 = 0x4000; static final int FLAGS2_UNICODE = 0x8000; static final int CAP_NONE = 0x0000; static final int CAP_RAW_MODE = 0x0001; static final int CAP_MPX_MODE = 0x0002; static final int CAP_UNICODE = 0x0004; static final int CAP_LARGE_FILES = 0x0008; static final int CAP_NT_SMBS = 0x0010;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 8.4K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/netdfs.idl
version(3.0) ] interface netdfs { import "../rpc.idl"; const uint32_t DFS_VOLUME_FLAVOR_STANDALONE = 0x100; const uint32_t DFS_VOLUME_FLAVOR_AD_BLOB = 0x200; const uint32_t DFS_STORAGE_STATE_OFFLINE = 0x0001; const uint32_t DFS_STORAGE_STATE_ONLINE = 0x0002; const uint32_t DFS_STORAGE_STATE_ACTIVE = 0x0004; typedef struct { [string] wchar_t *entry_path; } DfsInfo1; typedef struct { uint32_t count;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 1.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.idl
version(3.0) ] interface netdfs { import "../rpc.idl"; const uint32_t DFS_VOLUME_FLAVOR_STANDALONE = 0x100; const uint32_t DFS_VOLUME_FLAVOR_AD_BLOB = 0x200; const uint32_t DFS_STORAGE_STATE_OFFLINE = 0x0001; const uint32_t DFS_STORAGE_STATE_ONLINE = 0x0002; const uint32_t DFS_STORAGE_STATE_ACTIVE = 0x0004; typedef struct { [string] wchar_t *entry_path; } DfsInfo1; typedef struct { uint32_t count;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 1.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/Smb2Constants.java
/** * */ public static final int SMB2_NEGOTIATE_SIGNING_ENABLED = 0x0001; /** * */ public static final int SMB2_NEGOTIATE_SIGNING_REQUIRED = 0x0002; /** * */ public static final int SMB2_DIALECT_0202 = 0x0202; /** * */ public static final int SMB2_DIALECT_0210 = 0x0210; /** *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 3.1K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/netdfs.java
} public static final int DFS_VOLUME_FLAVOR_STANDALONE = 0x100; public static final int DFS_VOLUME_FLAVOR_AD_BLOB = 0x200; public static final int DFS_STORAGE_STATE_OFFLINE = 0x0001; public static final int DFS_STORAGE_STATE_ONLINE = 0x0002; public static final int DFS_STORAGE_STATE_ACTIVE = 0x0004; public static class DfsInfo1 extends NdrObject { public String entry_path;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:40:13 UTC 2019 - 16.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.java
} public static final int DFS_VOLUME_FLAVOR_STANDALONE = 0x100; public static final int DFS_VOLUME_FLAVOR_AD_BLOB = 0x200; public static final int DFS_STORAGE_STATE_OFFLINE = 0x0001; public static final int DFS_STORAGE_STATE_ONLINE = 0x0002; public static final int DFS_STORAGE_STATE_ACTIVE = 0x0004; public static class DfsInfo1 extends NdrObject { public String entry_path;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 15K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NameServicePacket.java
// type/class static final int NB_IN = 0x00200001; static final int NBSTAT_IN = 0x00210001; static final int NB = 0x0020; static final int NBSTAT = 0x0021; static final int IN = 0x0001; static final int A = 0x0001; static final int NS = 0x0002; static final int NULL = 0x000a; static final int HEADER_LENGTH = 12; // header field offsets static final int OPCODE_OFFSET = 2;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 12K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NameServicePacket.java
static final int NB_IN = 0x00200001; static final int NBSTAT_IN = 0x00210001; static final int NB = 0x0020; static final int NBSTAT = 0x0021; static final int IN = 0x0001; static final int A = 0x0001; static final int NS = 0x0002; static final int NULL = 0x000a; static final int HEADER_LENGTH = 12; // header field offsets static final int OPCODE_OFFSET = 2;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 12.4K bytes - Viewed (0) -
src/main/java/jcifs/SmbConstants.java
static final int FLAGS2_STATUS32 = 0x4000; static final int FLAGS2_UNICODE = 0x8000; static final int CAP_NONE = 0x0000; static final int CAP_RAW_MODE = 0x0001; static final int CAP_MPX_MODE = 0x0002; static final int CAP_UNICODE = 0x0004; static final int CAP_LARGE_FILES = 0x0008; static final int CAP_NT_SMBS = 0x0010; static final int CAP_RPC_REMOTE_APIS = 0x0020;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 8.9K bytes - Viewed (0)