Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/enc/
H A Dhash_rolling_inc.h28 static uint32_t FN(HashByte)(uint8_t byte) { in HashByte() function
34 return (uint32_t)(factor * state + FN(HashByte)(add)); in HashRollingFunctionInitial()
41 FN(HashByte)(add) - factor_remove * FN(HashByte)(rem)); in HashRollingFunction()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_rolling_inc.h28 static uint32_t FN(HashByte)(uint8_t byte) { in HashByte() function
34 return (uint32_t)(factor * state + FN(HashByte)(add)); in HashRollingFunctionInitial()
41 FN(HashByte)(add) - factor_remove * FN(HashByte)(rem)); in HashRollingFunction()

Completed in 2 milliseconds