Lines Matching refs:h
93 U32 h, in LZ4_putPositionOnHash() argument
103 hashTable[h] = p; in LZ4_putPositionOnHash()
110 hashTable[h] = (U32)(p - srcBase); in LZ4_putPositionOnHash()
117 hashTable[h] = (U16)(p - srcBase); in LZ4_putPositionOnHash()
129 U32 const h = LZ4_hashPosition(p, tableType); in LZ4_putPosition() local
131 LZ4_putPositionOnHash(p, h, tableBase, tableType, srcBase); in LZ4_putPosition()
135 U32 h, in LZ4_getPositionOnHash() argument
143 return hashTable[h]; in LZ4_getPositionOnHash()
149 return hashTable[h] + srcBase; in LZ4_getPositionOnHash()
156 return hashTable[h] + srcBase; in LZ4_getPositionOnHash()
166 U32 const h = LZ4_hashPosition(p, tableType); in LZ4_getPosition() local
168 return LZ4_getPositionOnHash(h, tableBase, tableType, srcBase); in LZ4_getPosition()
256 U32 const h = forwardH; in LZ4_compress_generic() local
265 match = LZ4_getPositionOnHash(h, in LZ4_compress_generic()
281 LZ4_putPositionOnHash(ip, h, dictPtr->hashTable, in LZ4_compress_generic()
579 U32 h = forwardH; in LZ4_compress_destSize_generic() local
588 match = LZ4_getPositionOnHash(h, ctx->hashTable, in LZ4_compress_destSize_generic()
592 LZ4_putPositionOnHash(ip, h, in LZ4_compress_destSize_generic()