- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 35 for 800 (0.01 sec)
-
docs/en/docs/img/deployment/https/https01.drawio
Registered: 2024-11-03 07:19 - Last Modified: 2022-05-12 00:06 - 6.2K bytes - Viewed (0) -
guava-tests/test/com/google/common/hash/Fingerprint2011Test.java
} /** * Tests that the Java port of Fingerprint2011 provides the same results on buffers up to 800 * bytes long as the original implementation in C++. See http://cl/106539598 */ public void testMultipleLengths() { int iterations = 800; byte[] buf = new byte[iterations * 4]; int bufLen = 0; long h = 0; for (int i = 0; i < iterations; ++i) {
Registered: 2024-11-01 12:43 - Last Modified: 2024-07-23 14:22 - 7.6K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https02.drawio
Registered: 2024-11-03 07:19 - Last Modified: 2022-05-12 00:06 - 9.4K bytes - Viewed (0) -
guava-tests/test/com/google/common/hash/FarmHashFingerprint64Test.java
} /** * Tests that the Java port of FarmHashFingerprint64 provides the same results on buffers up to * 800 bytes long as the C++ reference implementation. */ public void testMultipleLengths() { int iterations = 800; byte[] buf = new byte[iterations * 4]; int bufLen = 0; long h = 0; for (int i = 0; i < iterations; ++i) { h ^= fingerprint(buf, i);
Registered: 2024-11-01 12:43 - Last Modified: 2024-07-23 14:22 - 6.2K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https04.drawio
Registered: 2024-11-03 07:19 - Last Modified: 2022-05-12 00:06 - 14K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https03.drawio
Registered: 2024-11-03 07:19 - Last Modified: 2022-05-12 00:06 - 12.3K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https06.drawio
Registered: 2024-11-03 07:19 - Last Modified: 2022-05-12 00:06 - 17.1K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https07.drawio
Registered: 2024-11-03 07:19 - Last Modified: 2022-05-12 00:06 - 18.7K bytes - Viewed (0) -
docs/en/docs/img/deployment/concepts/process-ram.drawio
Registered: 2024-11-03 07:19 - Last Modified: 2022-05-12 00:06 - 10K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/hash/FarmHashFingerprint64Test.java
} /** * Tests that the Java port of FarmHashFingerprint64 provides the same results on buffers up to * 800 bytes long as the C++ reference implementation. */ public void testMultipleLengths() { int iterations = 800; byte[] buf = new byte[iterations * 4]; int bufLen = 0; long h = 0; for (int i = 0; i < iterations; ++i) { h ^= fingerprint(buf, i);
Registered: 2024-11-01 12:43 - Last Modified: 2024-07-23 14:22 - 6.2K bytes - Viewed (0)