Searched refs:lowLimit (Results 1 – 8 of 8) sorted by relevance
182 void doTest(RuleBasedNumberFormat formatter, long lowLimit, in doTest() argument187 for (long i = lowLimit; i <= highLimit; i += increment) { in doTest()209 if (lowLimit < 0) { in doTest()
179 void doTest(RuleBasedNumberFormat formatter, long lowLimit, in doTest() argument184 for (long i = lowLimit; i <= highLimit; i += increment) { in doTest()206 if (lowLimit < 0) { in doTest()
277 double lowLimit, in doTest() argument284 for (double i = lowLimit; i <= highLimit; i += increment) { in doTest()321 if (lowLimit < 0) { in doTest()
87 void doTest(const RuleBasedNumberFormat* formatter, double lowLimit, double highLimit);
108 hc4->lowLimit = (U32) startingOffset; in LZ4HC_init()227 …const U32 lowestMatchIndex = (hc4->lowLimit + 64 KB > ipIndex) ? hc4->lowLimit : ipIndex - MAX_DIS… in LZ4HC_InsertAndGetWiderMatch()269 const BYTE* const dictStart = dictBase + hc4->lowLimit; in LZ4HC_InsertAndGetWiderMatch()787 const size_t position = ctx->end - ctx->base - ctx->lowLimit; in LZ4HC_compress_generic_dictCtx()948 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()978 const BYTE* const dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()982 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()983 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()1020 streamPtr->lowLimit = endIndex - dictSize; in LZ4_saveDictHC()1084 const BYTE *bufferStart = ctx->internal_donotuse.base + ctx->internal_donotuse.lowLimit; in LZ4_slideInputBufferHC()
153 uint32_t lowLimit; /* below that point, no more dict */ member171 unsigned int lowLimit; /* below that point, no more dict */ member
666 const BYTE* lowLimit; in LZ4_compress_generic() local703 lowLimit = (const BYTE*)source - (dictDirective == withPrefix64k ? dictSize : 0); in LZ4_compress_generic()774 lowLimit = dictionary; in LZ4_compress_generic()777 lowLimit = (const BYTE*)source; in LZ4_compress_generic()784 lowLimit = dictionary; in LZ4_compress_generic()787 lowLimit = (const BYTE*)source; in LZ4_compress_generic()809 … while (((ip>anchor) & (match > lowLimit)) && (unlikely(ip[-1]==match[-1]))) { ip--; match--; } in LZ4_compress_generic()868 && (lowLimit==dictionary) /* match within extDict */ ) { in LZ4_compress_generic()940 lowLimit = dictionary; /* required for match length counter */ in LZ4_compress_generic()944 lowLimit = (const BYTE*)source; /* required for match length counter */ in LZ4_compress_generic()[all …]
90 const BYTE* const lowLimit = lowPrefix - dictSize; in LZ4_decompress_generic() local153 …if ((checkOffset) && (unlikely(match < lowLimit))) goto _output_error; /* Error : offset outside… in LZ4_decompress_generic()