Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4hc.c143 /** LZ4HC_countBack() :
146 int LZ4HC_countBack(const BYTE* const ip, const BYTE* const match, in LZ4HC_countBack() function
290 int const back = lookBackLength ? LZ4HC_countBack(ip, matchPtr, iLowLimit, prefixPtr) : 0; in LZ4HC_InsertAndGetWiderMatch()
309 back = lookBackLength ? LZ4HC_countBack(ip, matchPtr, iLowLimit, dictStart) : 0; in LZ4HC_InsertAndGetWiderMatch()
433 back = lookBackLength ? LZ4HC_countBack(ip, matchPtr, iLowLimit, dictCtx->prefixStart) : 0; in LZ4HC_InsertAndGetWiderMatch()

Completed in 4 milliseconds