Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c552 static void LZ4_putPositionOnHash(const BYTE* p, U32 h, in LZ4_putPositionOnHash() function
568 LZ4_putPositionOnHash(p, h, tableBase, tableType, srcBase); in LZ4_putPosition()
744 LZ4_putPositionOnHash(ip, h, cctx->hashTable, tableType, base); in LZ4_compress_generic()