Lines Matching refs:LZ4_hashPosition
787 LZ4_FORCE_INLINE U32 LZ4_hashPosition(const void* const p, tableType_t const tableType) in LZ4_hashPosition() function
828 U32 const h = LZ4_hashPosition(p, tableType); in LZ4_putPosition()
864 U32 const h = LZ4_hashPosition(p, tableType); in LZ4_getPosition()
990 { U32 const h = LZ4_hashPosition(ip, tableType); in LZ4_compress_generic_validated()
996 ip++; forwardH = LZ4_hashPosition(ip, tableType); in LZ4_compress_generic_validated()
1019 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic_validated()
1069 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic_validated()
1189 U32 const h = LZ4_hashPosition(ptr, tableType); in LZ4_compress_generic_validated()
1221 { U32 const h = LZ4_hashPosition(ip-2, tableType); in LZ4_compress_generic_validated()
1240 U32 const h = LZ4_hashPosition(ip, tableType); in LZ4_compress_generic_validated()
1283 forwardH = LZ4_hashPosition(++ip, tableType); in LZ4_compress_generic_validated()
1598 U32 const h = LZ4_hashPosition(p, tableType); in LZ4_loadDict()