Home
last modified time | relevance | path

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

/linux/lib/lz4/
H A Dlz4_compress.c122 static FORCE_INLINE void LZ4_putPosition( in LZ4_putPosition() function
239 LZ4_putPosition(ip, dictPtr->hashTable, tableType, base); in LZ4_compress_generic()
397 LZ4_putPosition(ip - 2, dictPtr->hashTable, tableType, base); in LZ4_compress_generic()
413 LZ4_putPosition(ip, dictPtr->hashTable, tableType, base); in LZ4_compress_generic()
563 LZ4_putPosition(ip, ctx->hashTable, tableType, base); in LZ4_compress_destSize_generic()
670 LZ4_putPosition(ip - 2, ctx->hashTable, tableType, base); in LZ4_compress_destSize_generic()
674 LZ4_putPosition(ip, ctx->hashTable, tableType, base); in LZ4_compress_destSize_generic()
803 LZ4_putPosition(p, dict->hashTable, byU32, base); in LZ4_loadDict()