Searched defs:forwardH (Results 1 - 1 of 1) sorted by relevance

/external/lz4/lib/
H A Dlz4.c486 U32 forwardH; local
511 ip++; forwardH = LZ4_hashPosition(ip, tableType);
524 U32 const h = forwardH;
540 forwardH = LZ4_hashPosition(forwardIp, tableType);
633 forwardH = LZ4_hashPosition(++ip, tableType);
743 U32 forwardH; local
755 ip++; forwardH = LZ4_hashPosition(ip, tableType);
768 U32 h = forwardH;
776 forwardH = LZ4_hashPosition(forwardIp, tableType);
846 forwardH
[all...]

Completed in 191 milliseconds