Home
last modified time | relevance | path

Searched defs:lowLimit (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/lz4/
Dlz4hc.h155 uint32_t lowLimit; /* below that point, no more dict */ member
172 unsigned int lowLimit; /* below that point, no more dict */ member
Dlz4opt.h93 …const U32 lowLimit = (ctx->lowLimit + MAX_DISTANCE > current) ? ctx->lowLimit : current - (MAX_DIS… in LZ4HC_BinTree_InsertAndGetAllMatches() local
Dlz4hc.c142 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndFindBestMatch() local
195 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndGetWiderMatch() local
Dlz4.c473 const BYTE* lowLimit; in LZ4_compress_generic() local
731 const BYTE* lowLimit = (const BYTE*) src; in LZ4_compress_destSize_generic() local
1112 const BYTE* const lowLimit = lowPrefix - dictSize; in LZ4_decompress_generic() local