Home | History | Annotate | Download | only in enc

Lines Matching refs:prev_hash

350           uint32_t prev_hash = HashBytesAtOffset(input_bytes, 0, shift);
352 table[prev_hash] = (int)(ip - base_ip - 5);
353 prev_hash = HashBytesAtOffset(input_bytes, 1, shift);
354 table[prev_hash] = (int)(ip - base_ip - 4);
355 prev_hash = HashBytesAtOffset(input_bytes, 2, shift);
356 table[prev_hash] = (int)(ip - base_ip - 3);
359 prev_hash = HashBytesAtOffset(input_bytes, 0, shift);
360 table[prev_hash] = (int)(ip - base_ip - 2);
361 prev_hash = HashBytesAtOffset(input_bytes, 1, shift);
362 table[prev_hash] = (int)(ip - base_ip - 1);
390 uint32_t prev_hash = HashBytesAtOffset(input_bytes, 0, shift);
392 table[prev_hash] = (int)(ip - base_ip - 5);
393 prev_hash = HashBytesAtOffset(input_bytes, 1, shift);
394 table[prev_hash] = (int)(ip - base_ip - 4);
395 prev_hash = HashBytesAtOffset(input_bytes, 2, shift);
396 table[prev_hash] = (int)(ip - base_ip - 3);
399 prev_hash = HashBytesAtOffset(input_bytes, 0, shift);
400 table[prev_hash] = (int)(ip - base_ip - 2);
401 prev_hash = HashBytesAtOffset(input_bytes, 1, shift);
402 table[prev_hash] = (int)(ip - base_ip - 1);