- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 261 for 64 (0.01 sec)
-
src/test/java/jcifs/internal/smb2/info/Smb2QueryDirectoryResponseTest.java
SMBUtil.writeInt4(0, buffer, dataOffset + 56); // FileNameLength SMBUtil.writeInt4(8, buffer, dataOffset + 60); // EaSize SMBUtil.writeInt4(0, buffer, dataOffset + 64); // ShortNameLength buffer[dataOffset + 68] = 0; // Reserved buffer[dataOffset + 69] = 0; // ShortName (24 bytes) for (int i = 0; i < 24; i++) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 23.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java
/** Account control bit flag: MNS logon user account */ public static final int ACB_MNS = 32; /** Account control bit flag: Interdomain trust account */ public static final int ACB_DOMTRUST = 64; /** Account control bit flag: Workstation trust account */ public static final int ACB_WSTRUST = 128; /** Account control bit flag: Server trust account */ public static final int ACB_SVRTRUST = 256;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.1K bytes - Viewed (0) -
cmd/sftp-server.go
chacha20Poly1305ID, "aes128-ctr", "aes192-ctr", "aes256-ctr", } // supportedMACs specifies a default set of MAC algorithms in preference order. // This is based on RFC 4253, section 6.4, but with hmac-md5 variants removed // because they have reached the end of their useful life. // https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.22.0:ssh/common.go;l=85 var supportedMACs = []string{
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 16.5K bytes - Viewed (0) -
api/go1.10.txt
pkg debug/elf, const R_ARM_LDC_SB_G1 = 82 pkg debug/elf, const R_ARM_LDC_SB_G1 R_ARM pkg debug/elf, const R_ARM_LDC_SB_G2 = 83 pkg debug/elf, const R_ARM_LDC_SB_G2 R_ARM pkg debug/elf, const R_ARM_LDRS_PC_G0 = 64 pkg debug/elf, const R_ARM_LDRS_PC_G0 R_ARM pkg debug/elf, const R_ARM_LDRS_PC_G1 = 65 pkg debug/elf, const R_ARM_LDRS_PC_G1 R_ARM pkg debug/elf, const R_ARM_LDRS_PC_G2 = 66 pkg debug/elf, const R_ARM_LDRS_PC_G2 R_ARM
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/hash/BloomFilterTest.java
public void testBitSize() { double fpp = 0.03; for (int i = 1; i < 10000; i++) { long numBits = BloomFilter.optimalNumOfBits(i, fpp); int arraySize = Ints.checkedCast(LongMath.divide(numBits, 64, RoundingMode.CEILING)); assertEquals( arraySize * Long.SIZE, BloomFilter.create(Funnels.unencodedCharsFunnel(), i, fpp).bitSize()); } }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 22K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/hash/HashingTest.java
HashCode hash31 = HashCode.fromInt(31); HashCode hash32 = HashCode.fromInt(32); assertEquals(hash32, Hashing.combineUnordered(ImmutableList.of(hash32))); assertEquals(HashCode.fromInt(64), Hashing.combineUnordered(ImmutableList.of(hash32, hash32))); assertEquals( HashCode.fromInt(96), Hashing.combineUnordered(ImmutableList.of(hash32, hash32, hash32))); assertEquals(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 26.4K bytes - Viewed (0) -
src/test/java/jcifs/ACETest.java
assertEquals(16, ACE.FILE_WRITE_EA, "FILE_WRITE_EA constant value"); assertEquals(32, ACE.FILE_EXECUTE, "FILE_EXECUTE constant value"); assertEquals(64, ACE.FILE_DELETE, "FILE_DELETE constant value"); assertEquals(128, ACE.FILE_READ_ATTRIBUTES, "FILE_READ_ATTRIBUTES constant value");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.4K bytes - Viewed (0) -
docs/bigdata/README.md
Welcome to ____ __ / __/__ ___ _____/ /__ _\ \/ _ \/ _ `/ __/ '_/ /___/ .__/\_,_/_/ /_/\_\ version 2.1.0.2.6.0.0-598 /_/ Using Scala version 2.11.8 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_112) Type in expressions to have them evaluated. Type :help for more information. scala> ```
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 14.7K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/loong64enc1.s
VANDNV V1, V2 // 42042871 VORNV V1, V2 // 42842871 // VANDB,VORB,VXORB,VNORB VANDB $0, V2, V3 // 4300d073 VORB $64, V2, V3 // 4300d573 VXORB $128, V2, V3 // 4300da73 VNORB $255, V2, V3 // 43fcdf73 VANDB $0, V2 // 4200d073 VORB $64, V2 // 4200d573 VXORB $128, V2 // 4200da73 VNORB $255, V2 // 42fcdf73 // XVANDV,XVORV,XVXORV,XVNORV,XVANDNV,XVORNV
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Sep 04 19:24:25 UTC 2025 - 35.5K bytes - Viewed (0) -
src/archive/tar/reader_test.go
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Oct 03 15:48:09 UTC 2024 - 46.9K bytes - Viewed (0)