Searched refs:LZ4_putPosition (Results 1 – 1 of 1) sorted by relevance
/third_party/lz4/lib/ |
D | lz4.c | 819 LZ4_FORCE_INLINE void LZ4_putPosition(const BYTE* p, void* tableBase, tableType_t tableType, const … in LZ4_putPosition() function 984 LZ4_putPosition(ip, cctx->hashTable, tableType, base); in LZ4_compress_generic_validated() 1207 LZ4_putPosition(ip-2, cctx->hashTable, tableType, base); in LZ4_compress_generic_validated() 1213 LZ4_putPosition(ip, cctx->hashTable, tableType, base); in LZ4_compress_generic_validated() 1576 LZ4_putPosition(p, dict->hashTable, tableType, base); in LZ4_loadDict()
|