Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dhash_rolling_inc.h28 static uint32_t FN(HashByte)(uint8_t byte) { in FN() argument
34 return (uint32_t)(factor * state + FN(HashByte)(add)); in FN()
41 FN(HashByte)(add) - factor_remove * FN(HashByte)(rem)); in FN()