Searched refs:LZ4_putPosition (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/lib/lz4/ |
D | lz4_compress.c | 123 static FORCE_INLINE void LZ4_putPosition( in LZ4_putPosition() function 240 LZ4_putPosition(ip, dictPtr->hashTable, tableType, base); in LZ4_compress_generic() 398 LZ4_putPosition(ip - 2, dictPtr->hashTable, tableType, base); in LZ4_compress_generic() 414 LZ4_putPosition(ip, dictPtr->hashTable, tableType, base); in LZ4_compress_generic() 564 LZ4_putPosition(ip, ctx->hashTable, tableType, base); in LZ4_compress_destSize_generic() 671 LZ4_putPosition(ip - 2, ctx->hashTable, tableType, base); in LZ4_compress_destSize_generic() 675 LZ4_putPosition(ip, ctx->hashTable, tableType, base); in LZ4_compress_destSize_generic() 804 LZ4_putPosition(p, dict->hashTable, byU32, base); in LZ4_loadDict()
|