- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for 216 (0.01 sec)
-
.github/workflows/update-rbe.yml
map sigbuild-r2.14-clang-python3.11 2.14-python3.11 # TF 2.16 map sigbuild-r2.16 2.16-python3.11 map sigbuild-r2.16-python3.9 2.16-python3.9 map sigbuild-r2.16-python3.10 2.16-python3.10 map sigbuild-r2.16-python3.11 2.16-python3.11 map sigbuild-r2.16-python3.12 2.16-python3.12 # TF 2.16 + Clang (containers are the same, but env vars in configs.bzl are different)
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Sep 01 15:40:11 UTC 2025 - 7.2K bytes - Viewed (1) -
android/guava/src/com/google/common/hash/Murmur3_128HashFunction.java
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: k1 ^= (long) toUnsignedInt(bb.get(1)) << 8; // fall through case 1: k1 ^= (long) toUnsignedInt(bb.get(0)); break; default:
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Apr 14 16:36:11 UTC 2025 - 5.8K bytes - Viewed (0)