Lines Matching defs:h
947 LZ4_FORCE_INLINE void LZ4_clearHash(U32 h, void *tableBase, tableType_t const tableType) in LZ4_clearHash()
978 LZ4_FORCE_INLINE void LZ4_putIndexOnHash(U32 idx, U32 h, void *tableBase, tableType_t const tableTy… in LZ4_putIndexOnHash()
1005 LZ4_FORCE_INLINE void LZ4_putPositionOnHash(const BYTE *p, U32 h, in LZ4_putPositionOnHash()
1039 U32 const h = LZ4_hashPosition(p, tableType); in LZ4_putPosition() local
1049 LZ4_FORCE_INLINE U32 LZ4_getIndexOnHash(U32 h, const void *tableBase, tableType_t tableType) in LZ4_getIndexOnHash()
1068 static const BYTE *LZ4_getPositionOnHash(U32 h, const void *tableBase, tableType_t tableType, const… in LZ4_getPositionOnHash()
1091 U32 const h = LZ4_hashPosition(p, tableType); in LZ4_getPosition() local
1244 U32 const h = forwardH; in LZ4_compress_generic_validated() local
1267 U32 const h = forwardH; in LZ4_compress_generic_validated() local
1463 U32 const h = LZ4_hashPosition(ptr, tableType); in LZ4_compress_generic_validated() local
1519 U32 const h = LZ4_hashPosition(ip, tableType); in LZ4_compress_generic_validated() local