Home | History | Annotate | Download | only in enc

Lines Matching refs:prev_hash

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