- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for 432 (0.01 seconds)
-
internal/s3select/sql/jsondata/books.json
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Jun 01 21:59:40 GMT 2021 - 1.9K bytes - Click Count (0) -
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:
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Apr 14 16:36:11 GMT 2025 - 5.8K bytes - Click Count (0) -
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 arrayCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 8K bytes - Click Count (0)