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

/external/lz4/lib/
H A Dlz4.c427 static void LZ4_putPositionOnHash(const BYTE* p, U32 h, void* tableBase, tableType_t const tableType, const BYTE* srcBase) function
440 LZ4_putPositionOnHash(p, h, tableBase, tableType, srcBase);
541 LZ4_putPositionOnHash(ip, h, cctx->hashTable, tableType, base);
777 LZ4_putPositionOnHash(ip, h, ctx->hashTable, tableType, base);

Completed in 181 milliseconds