Searched refs:kHashMul32 (Results 1 – 6 of 6) sorted by relevance
64 static const uint32_t kHashMul32 = 0x1E35A7BD; variable70 uint32_t h = BROTLI_UNALIGNED_LOAD32LE(data) * kHashMul32; in Hash14()
40 static const uint32_t kHashMul32 = 0x1E35A7BD; variable45 (BROTLI_UNALIGNED_LOAD64LE(p) << ((8 - length) * 8)) * kHashMul32; in Hash()53 const uint64_t h = ((v >> (8 * offset)) << ((8 - length) * 8)) * kHashMul32; in HashBytesAtOffset()
41 static const uint32_t kHashMul32 = 0x1E35A7BD; variable44 const uint64_t h = (BROTLI_UNALIGNED_LOAD64LE(p) << 24) * kHashMul32; in Hash()53 const uint64_t h = ((v >> (8 * offset)) << 24) * kHashMul32; in HashBytesAtOffset()
25 uint32_t h = BROTLI_UNALIGNED_LOAD32LE(data) * kHashMul32; in FN()
32 const uint32_t h = BROTLI_UNALIGNED_LOAD32LE(data) * kHashMul32; in FN()
28 uint32_t h = BROTLI_UNALIGNED_LOAD32LE(data) * kHashMul32; in FN()