- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 137 for 28 (0.01 sec)
-
src/test/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyResponseTest.java
SMBUtil.writeInt4(300, buffer, offset + 4); // First notification with unaligned filename length int notifyOffset = 80; SMBUtil.writeInt4(28, buffer, notifyOffset); // NextEntryOffset (aligned) SMBUtil.writeInt4(1, buffer, notifyOffset + 4); SMBUtil.writeInt4(6, buffer, notifyOffset + 8); // 6 bytes filename
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 18.8K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NodeStatusResponseTest.java
src[srcIndex + 12] = 0x01; // Name entry (18 bytes) String name = "TEST "; System.arraycopy(name.getBytes("US-ASCII"), 0, src, srcIndex + 13, 16); src[srcIndex + 28] = 0x00; // hex code src[srcIndex + 29] = 0x04; // flags // MAC address (6 bytes) byte[] mac = new byte[6]; System.arraycopy(mac, 0, src, srcIndex + 31, 6); // Stats (6 bytes)
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 19.3K bytes - Viewed (0) -
api/go1.24.txt
pkg crypto/sha3, func NewCSHAKE256([]uint8, []uint8) *SHAKE #69982 pkg crypto/sha3, func NewSHAKE128() *SHAKE #69982 pkg crypto/sha3, func NewSHAKE256() *SHAKE #69982 pkg crypto/sha3, func Sum224([]uint8) [28]uint8 #69982 pkg crypto/sha3, func Sum256([]uint8) [32]uint8 #69982 pkg crypto/sha3, func Sum384([]uint8) [48]uint8 #69982 pkg crypto/sha3, func Sum512([]uint8) [64]uint8 #69982
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Dec 17 21:28:29 UTC 2024 - 14.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/CacheBuilderGwtTest.java
fakeTicker.advance(1001, MILLISECONDS); cache.getIfPresent(23); cache.getIfPresent(56); // Add two elements and invalidate them. cache.put(1, 4); cache.put(2, 8); cache.invalidateAll(); assertThat(stats[0]).isEqualTo(2); assertThat(stats[1]).isEqualTo(2); assertThat(stats[2]).isEqualTo(4); assertThat(stats[3]).isEqualTo(3); }
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 30 22:03:28 UTC 2025 - 14.8K bytes - Viewed (0) -
android/guava/src/com/google/common/hash/HashFunction.java
* in the hash code should be as evenly "spread out" through the hash code's bits as possible. * The result is that, for example, when choosing a bucket in a hash table of size 2^8, * <i>any</i> eight bits could be consistently used. * <li><b>cryptographic:</b> certain hash functions such as {@link Hashing#sha512} are designed to
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 10.9K bytes - Viewed (0) -
guava/src/com/google/common/hash/HashFunction.java
* in the hash code should be as evenly "spread out" through the hash code's bits as possible. * The result is that, for example, when choosing a bucket in a hash table of size 2^8, * <i>any</i> eight bits could be consistently used. * <li><b>cryptographic:</b> certain hash functions such as {@link Hashing#sha512} are designed to
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 10.9K bytes - Viewed (0) -
cmd/sftp-server.go
ssh.KeyAlgoDSA, } // supportedCiphers lists ciphers we support but might not recommend. // https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.22.0:ssh/common.go;l=28 var supportedCiphers = []string{ "aes128-ctr", "aes192-ctr", "aes256-ctr", "******@****.***", gcm256CipherID, chacha20Poly1305ID, "arcfour256", "arcfour128", "arcfour", aes128cbcID, tripledescbcID,Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 16.5K bytes - Viewed (0) -
api/go1.10.txt
pkg debug/elf, const R_ARM_ALU_SB_G2 = 74 pkg debug/elf, const R_ARM_ALU_SB_G2 R_ARM pkg debug/elf, const R_ARM_BASE_ABS = 31 pkg debug/elf, const R_ARM_BASE_ABS R_ARM pkg debug/elf, const R_ARM_CALL = 28 pkg debug/elf, const R_ARM_CALL R_ARM pkg debug/elf, const R_ARM_GOTOFF12 = 98 pkg debug/elf, const R_ARM_GOTOFF12 R_ARM pkg debug/elf, const R_ARM_GOTRELAX = 99 pkg debug/elf, const R_ARM_GOTRELAX R_ARM
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0) -
cmd/object-api-listobjects_test.go
27: { IsTruncated: false, Objects: []ObjectInfo{ {Name: "Asia/India/India-summer-photos-1"}, }, Prefixes: []string{"Asia/India/Karnataka/"}, }, // ListObjectsResult-28. // Marker is set to "Asia/India/India-summer-photos-1" and delimiter set in the testCase, (testCase 60). 28: { IsTruncated: false, Objects: []ObjectInfo{ {Name: "newPrefix0"}, {Name: "newPrefix1"},Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Oct 10 18:57:03 UTC 2025 - 76.1K bytes - Viewed (0) -
src/main/java/jcifs/http/NetworkExplorer.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (0)