Home
last modified time | relevance | path

Searched refs:kHashMul32 (Results 1 – 6 of 6) sorted by relevance

/external/brotli/c/enc/
Dhash.h64 static const uint32_t kHashMul32 = 0x1E35A7BD; variable
70 uint32_t h = BROTLI_UNALIGNED_LOAD32LE(data) * kHashMul32; in Hash14()
Dcompress_fragment_two_pass.c40 static const uint32_t kHashMul32 = 0x1E35A7BD; variable
45 (BROTLI_UNALIGNED_LOAD64LE(p) << ((8 - length) * 8)) * kHashMul32; in Hash()
53 const uint64_t h = ((v >> (8 * offset)) << ((8 - length) * 8)) * kHashMul32; in HashBytesAtOffset()
Dcompress_fragment.c41 static const uint32_t kHashMul32 = 0x1E35A7BD; variable
44 const uint64_t h = (BROTLI_UNALIGNED_LOAD64LE(p) << 24) * kHashMul32; in Hash()
53 const uint64_t h = ((v >> (8 * offset)) << 24) * kHashMul32; in HashBytesAtOffset()
Dhash_longest_match_inc.h25 uint32_t h = BROTLI_UNALIGNED_LOAD32LE(data) * kHashMul32; in FN()
Dhash_forgetful_chain_inc.h32 const uint32_t h = BROTLI_UNALIGNED_LOAD32LE(data) * kHashMul32; in FN()
Dhash_to_binary_tree_inc.h28 uint32_t h = BROTLI_UNALIGNED_LOAD32LE(data) * kHashMul32; in FN()