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