Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.c806 LZ4_FORCE_INLINE void LZ4_putPositionOnHash(const BYTE* p, U32 h, in LZ4_putPositionOnHash() function
822 LZ4_putPositionOnHash(p, h, tableBase, tableType, srcBase); in LZ4_putPosition()
1009 LZ4_putPositionOnHash(ip, h, cctx->hashTable, tableType, base); in LZ4_compress_generic_validated()