Lines Matching refs:prev_hash
606 uint32_t prev_hash = HashBytesAtOffset(input_bytes, 0, shift); in BrotliCompressFragmentFastImpl() local
608 table[prev_hash] = (int)(ip - base_ip - 3); in BrotliCompressFragmentFastImpl()
609 prev_hash = HashBytesAtOffset(input_bytes, 1, shift); in BrotliCompressFragmentFastImpl()
610 table[prev_hash] = (int)(ip - base_ip - 2); in BrotliCompressFragmentFastImpl()
611 prev_hash = HashBytesAtOffset(input_bytes, 2, shift); in BrotliCompressFragmentFastImpl()
612 table[prev_hash] = (int)(ip - base_ip - 1); in BrotliCompressFragmentFastImpl()
643 uint32_t prev_hash = HashBytesAtOffset(input_bytes, 0, shift); in BrotliCompressFragmentFastImpl() local
645 table[prev_hash] = (int)(ip - base_ip - 3); in BrotliCompressFragmentFastImpl()
646 prev_hash = HashBytesAtOffset(input_bytes, 1, shift); in BrotliCompressFragmentFastImpl()
647 table[prev_hash] = (int)(ip - base_ip - 2); in BrotliCompressFragmentFastImpl()
648 prev_hash = HashBytesAtOffset(input_bytes, 2, shift); in BrotliCompressFragmentFastImpl()
649 table[prev_hash] = (int)(ip - base_ip - 1); in BrotliCompressFragmentFastImpl()