Searched refs:LZ4HC_countBack (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4hc.c | 140 int LZ4HC_countBack(const BYTE* const ip, const BYTE* const match, in LZ4HC_countBack() function 286 … int const back = lookBackLength ? LZ4HC_countBack(ip, matchPtr, iLowLimit, lowPrefixPtr) : 0; in LZ4HC_InsertAndGetWiderMatch() 304 back = lookBackLength ? LZ4HC_countBack(ip, matchPtr, iLowLimit, dictStart) : 0; in LZ4HC_InsertAndGetWiderMatch() 428 …back = lookBackLength ? LZ4HC_countBack(ip, matchPtr, iLowLimit, dictCtx->base + dictCtx->dictLimi… in LZ4HC_InsertAndGetWiderMatch()
|