Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4hc.c240 LZ4HC_InsertAndGetWiderMatch ( in LZ4HC_InsertAndGetWiderMatch() function
271 DEBUGLOG(7, "LZ4HC_InsertAndGetWiderMatch"); in LZ4HC_InsertAndGetWiderMatch()
458 /* note : LZ4HC_InsertAndGetWiderMatch() is able to modify the starting position of a match (*startpos), in LZ4HC_InsertAndFindBestMatch()
460 * so LZ4HC_InsertAndGetWiderMatch() won't be allowed to search past ip */ in LZ4HC_InsertAndFindBestMatch()
461 return LZ4HC_InsertAndGetWiderMatch(hc4, ip, ip, iLimit, MINMATCH-1, matchpos, &uselessPtr, maxNbAttempts, patternAnalysis, 0 /*chainSwap*/, dict, favorCompressionRatio); in LZ4HC_InsertAndFindBestMatch()
601 ml2 = LZ4HC_InsertAndGetWiderMatch(ctx, in LZ4HC_compress_hashChain()
646 ml3 = LZ4HC_InsertAndGetWiderMatch(ctx, in LZ4HC_compress_hashChain()
1316 /* note : LZ4HC_InsertAndGetWiderMatch() is able to modify the starting position of a match (*startpos), in LZ4HC_FindLongerMatch()
1318 * so LZ4HC_InsertAndGetWiderMatch() won't be allowed to search past ip */ in LZ4HC_FindLongerMatch()
1319 int matchLength = LZ4HC_InsertAndGetWiderMatch(ct in LZ4HC_FindLongerMatch()
[all...]

Completed in 4 milliseconds