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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dhash_forgetful_chain_inc.h62 /* uint8_t tiny_hash[65536];*/
97 uint8_t* BROTLI_RESTRICT tiny_hash = FN(TinyHash)(self->extra); local in function:FN
115 memset(tiny_hash, 0, sizeof(uint8_t) * 65536);
130 node to corresponding chain; also update tiny_hash for current position. */
135 uint8_t* BROTLI_RESTRICT tiny_hash = FN(TinyHash)(self->extra); local in function:FN
141 tiny_hash[(uint16_t)ix] = (uint8_t)key;
210 const uint8_t tiny_hash = (uint8_t)(key); local in function:FN
218 if (i > 0 && tiny_hashes[(uint16_t)prev_ix] != tiny_hash) continue;

Completed in 3 milliseconds