Searched refs:LZ4_getPositionOnHash (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4_compress.c | 134 static const BYTE *LZ4_getPositionOnHash( in LZ4_getPositionOnHash() function 168 return LZ4_getPositionOnHash(h, tableBase, tableType, srcBase); in LZ4_getPosition() 265 match = LZ4_getPositionOnHash(h, in LZ4_compress_generic() 588 match = LZ4_getPositionOnHash(h, ctx->hashTable, in LZ4_compress_destSize_generic()
|
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4_compress.c | 134 static const BYTE *LZ4_getPositionOnHash( in LZ4_getPositionOnHash() function 168 return LZ4_getPositionOnHash(h, tableBase, tableType, srcBase); in LZ4_getPosition() 265 match = LZ4_getPositionOnHash(h, in LZ4_compress_generic() 588 match = LZ4_getPositionOnHash(h, ctx->hashTable, in LZ4_compress_destSize_generic()
|
Completed in 3 milliseconds