Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c450 FORCE_INLINE const BYTE* LZ4_getPosition(const BYTE* p, void* tableBase, tableType_t tableType, con… in LZ4_getPosition() function
617 match = LZ4_getPosition(ip, cctx->hashTable, tableType, base); in LZ4_compress_generic()
839 match = LZ4_getPosition(ip, ctx->hashTable, tableType, base); in LZ4_compress_destSize_generic()