Searched refs:kDictHashMul32 (Results 1 – 2 of 2) sorted by relevance
/external/brotli/c/enc/ | ||
D | static_dict_lut.h | 26 static const uint32_t kDictHashMul32 = 0x1E35A7BD; variable |
D | static_dict.c | 20 uint32_t h = BROTLI_UNALIGNED_LOAD32LE(data) * kDictHashMul32; in Hash() |