- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 116 for 0x7f (0.02 sec)
-
src/cmd/asm/internal/asm/operand_test.go
{"$masks<>(SB)", "$masks<>(SB)"}, {"$setg_gcc<>(SB)", "$setg_gcc<>(SB)"}, {"$shifts<>(SB)", "$shifts<>(SB)"}, {"$~(1<<63)", "$9223372036854775807"}, {"$~0x3F", "$-64"}, {"$~15", "$-16"}, {"(((8)&0xf)*4)(SP)", "32(SP)"}, {"(((8-14)&0xf)*4)(SP)", "40(SP)"}, {"(6+8)(AX)", "14(AX)"}, {"(8*4)(BP)", "32(BP)"}, {"(AX)", "(AX)"}, {"(AX)(CX*8)", "(AX)(CX*8)"}, {"(BP)(CX*4)", "(BP)(CX*4)"},
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Aug 29 18:31:05 UTC 2023 - 23.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/ServerMessageBlockTest.java
assertEquals((byte) 0x2F, ServerMessageBlock.SMB_COM_WRITE_ANDX); assertEquals((byte) 0x32, ServerMessageBlock.SMB_COM_TRANSACTION2); assertEquals((byte) 0x34, ServerMessageBlock.SMB_COM_FIND_CLOSE2); assertEquals((byte) 0x71, ServerMessageBlock.SMB_COM_TREE_DISCONNECT); assertEquals((byte) 0x72, ServerMessageBlock.SMB_COM_NEGOTIATE);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 36.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbRandomAccessFile.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 18.8K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/samr.java
*/ public static class SamrEnumerateAliasesInDomain extends DcerpcMessage { @Override public int getOpnum() { return 0x0f; } /** The return value of the operation */ public int retval; /** The handle to the domain */ public rpc.policy_handle domain_handle;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java
*/ public static class SamrEnumerateAliasesInDomain extends DcerpcMessage { @Override public int getOpnum() { return 0x0f; } /** The return value of the operation */ public int retval; /** The handle to the domain */ public rpc.policy_handle domain_handle;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.1K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/srvsvc.java
/** * RPC message for enumerating all shares on a server. */ public static class ShareEnumAll extends DcerpcMessage { @Override public int getOpnum() { return 0x0f; } /** * The return value of the operation. */ public int retval; /** * The name of the server. */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 27K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/StringUtil.java
*/ public static void appendHex(final StringBuilder buf, final int i) { buf.append(Integer.toHexString(i >> 24 & 0xff)); buf.append(Integer.toHexString(i >> 16 & 0xff)); buf.append(Integer.toHexString(i >> 8 & 0xff)); buf.append(Integer.toHexString(i & 0xff)); } /** * Converts an underscore-separated string to camel case. * <p> * Usage example:
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 21.9K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/lsarpc.java
} /** * LSA lookup SIDs message. */ public static class LsarLookupSids extends DcerpcMessage { @Override public int getOpnum() { return 0x0f; } /** Return value from the RPC call. */ public int retval; /** Policy handle for the LSA operation. */ public rpc.policy_handle handle;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 44.5K bytes - Viewed (0) -
src/test/java/jcifs/smb1/dcerpc/msrpc/samrTest.java
new samr.SamrEnumerateAliasesInDomain(mockPolicyHandle, 1, 2, new samr.SamrSamArray(), 3); // Then: Should have correct values assertEquals(0x0f, message.getOpnum()); assertEquals(mockPolicyHandle, message.domain_handle); assertEquals(1, message.resume_handle); assertEquals(2, message.acct_flags);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 33.6K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64enc.s
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jul 24 01:11:41 UTC 2023 - 43.9K bytes - Viewed (0)