Searched refs:HashByte (Results 1 – 1 of 1) sorted by relevance
28 static uint32_t FN(HashByte)(uint8_t byte) { in FN() argument34 return (uint32_t)(factor * state + FN(HashByte)(add)); in FN()41 FN(HashByte)(add) - factor_remove * FN(HashByte)(rem)); in FN()