Searched refs:LZ4HC_InsertAndGetWiderMatch (Results 1 – 1 of 1) sorted by relevance
/third_party/lz4/lib/ |
D | lz4hc.c | 236 LZ4HC_InsertAndGetWiderMatch ( in LZ4HC_InsertAndGetWiderMatch() function 457 …return LZ4HC_InsertAndGetWiderMatch(hc4, ip, ip, iLimit, MINMATCH-1, matchpos, &uselessPtr, maxNbA… in LZ4HC_InsertAndFindBestMatch() 597 ml2 = LZ4HC_InsertAndGetWiderMatch(ctx, in LZ4HC_compress_hashChain() 642 ml3 = LZ4HC_InsertAndGetWiderMatch(ctx, in LZ4HC_compress_hashChain() 1303 …int matchLength = LZ4HC_InsertAndGetWiderMatch(ctx, ip, ip, iHighLimit, minLen, &matchPtr, &ip, nb… in LZ4HC_FindLongerMatch()
|