- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for 432 (0.76 sec)
-
src/main/java/jcifs/internal/util/SMBUtil.java
* @return the 64-bit integer value */ public static long readInt8(final byte[] src, final int srcIndex) { return (readInt4(src, srcIndex) & 0xFFFFFFFFL) + ((long) readInt4(src, srcIndex + 4) << 32); } /** * Writes a 64-bit integer value to a byte array in little-endian format * @param val the value to write * @param dst the destination byte array
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8K bytes - Viewed (0) -
android/guava/src/com/google/common/hash/Murmur3_128HashFunction.java
k1 ^= (long) toUnsignedInt(bb.get(6)) << 48; // fall through case 6: k1 ^= (long) toUnsignedInt(bb.get(5)) << 40; // fall through case 5: k1 ^= (long) toUnsignedInt(bb.get(4)) << 32; // fall through case 4: k1 ^= (long) toUnsignedInt(bb.get(3)) << 24; // fall through case 3: k1 ^= (long) toUnsignedInt(bb.get(2)) << 16; // fall through case 2:
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Apr 14 16:36:11 UTC 2025 - 5.8K bytes - Viewed (0)