Home
last modified time | relevance | path

Searched refs:LZ4_getPositionOnHash (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/lz4/
H A Dlz4_compress.c134 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()