Home | History | Annotate | Download | only in enc

Lines Matching refs:Hash

43 static BROTLI_INLINE uint32_t Hash(const uint8_t* p, size_t shift) {
504 for (next_hash = Hash(++ip, shift); ; ) {
527 uint32_t hash = next_hash;
529 BROTLI_DCHECK(hash == Hash(next_ip, shift));
535 next_hash = Hash(next_ip, shift);
539 table[hash] = (int)(ip - base_ip);
543 candidate = base_ip + table[hash];
547 table[hash] = (int)(ip - base_ip);
656 next_hash = Hash(++ip, shift);