Searched refs:LZ4_putPositionOnHash (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 427 static void LZ4_putPositionOnHash(const BYTE* p, U32 h, void* tableBase, tableType_t const tableTyp… in LZ4_putPositionOnHash() function 440 LZ4_putPositionOnHash(p, h, tableBase, tableType, srcBase); in LZ4_putPosition() 541 LZ4_putPositionOnHash(ip, h, cctx->hashTable, tableType, base); in LZ4_compress_generic() 777 LZ4_putPositionOnHash(ip, h, ctx->hashTable, tableType, base); in LZ4_compress_destSize_generic()
|