Searched refs:factor_remove (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/brotli/c/enc/ |
H A D | hash_rolling_inc.h | 39 uint32_t factor_remove) { in HashRollingFunction() 41 FN(HashByte)(add) - factor_remove * FN(HashByte)(rem)); in HashRollingFunction() 51 uint32_t factor_remove; member 65 self->factor_remove = 1; in Initialize() 67 self->factor_remove *= self->factor; in Initialize() 174 self->state, add, rem, self->factor, self->factor_remove); in FindLongestMatch() 37 HashRollingFunction(uint32_t state, uint8_t add, uint8_t rem, uint32_t factor, uint32_t factor_remove) HashRollingFunction() argument
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | hash_rolling_inc.h | 39 uint32_t factor_remove) { in HashRollingFunction() 41 FN(HashByte)(add) - factor_remove * FN(HashByte)(rem)); in HashRollingFunction() 51 uint32_t factor_remove; member 65 self->factor_remove = 1; in Initialize() 67 self->factor_remove *= self->factor; in Initialize() 174 self->state, add, rem, self->factor, self->factor_remove); in FindLongestMatch() 37 HashRollingFunction(uint32_t state, uint8_t add, uint8_t rem, uint32_t factor, uint32_t factor_remove) HashRollingFunction() argument
|
Completed in 1 milliseconds