| /src/external/bsd/zstd/dist/tests/fuzz/ |
| dictionary_round_trip.c | 50 XXH64_hash_t const hash0 = XXH64(compressed, cSize, 0); local 57 FUZZ_ASSERT(XXH64(compressed, cSize, 0) == hash0); 80 XXH64_hash_t const hash0 = XXH64(compressed, cSize, 0); local 90 FUZZ_ASSERT(XXH64(compressed, cSize, 0) == hash0);
|
| simple_round_trip.c | 71 XXH64_hash_t const hash0 = XXH64(compressed, cSize, 0); local 76 FUZZ_ASSERT(XXH64(compressed, cSize, 0) == hash0); 86 XXH64_hash_t const hash0 = XXH64(compressed, cSize, 0); local 90 FUZZ_ASSERT(XXH64(compressed, cSize, 0) == hash0);
|
| /src/external/bsd/zstd/dist/lib/compress/ |
| zstd_fast.c | 75 size_t const hash0 = ZSTD_hashPtr(ip, hBits, mls); local 76 hashTable[hash0] = curr; 220 size_t hash0; /* hash for ip0 */ local 261 hash0 = ZSTD_hashPtr(ip0, hlog, mls); 264 matchIdx = hashTable[hash0]; 272 hashTable[hash0] = current0; 305 hash0 = hash1; 315 hashTable[hash0] = current0; 332 hash0 = hash1; 544 size_t hash0 = ZSTD_hashPtr(ip0, hlog, mls) local 742 size_t hash0; \/* hash for ip0 *\/ local [all...] |