Searched refs:lowLimit (Results 1 - 8 of 8) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | RbnfRoundTripTest.java | 195 void doTest(RuleBasedNumberFormat formatter, long lowLimit, in doTest() argument 200 for (long i = lowLimit; i <= highLimit; i += increment) { in doTest() 222 if (lowLimit < 0) { in doTest()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | RbnfRoundTripTest.java | 192 void doTest(RuleBasedNumberFormat formatter, long lowLimit, in doTest() argument 197 for (long i = lowLimit; i <= highLimit; i += increment) { in doTest() 219 if (lowLimit < 0) { in doTest()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itrbnfrt.cpp | 277 double lowLimit, in doTest() 284 for (double i = lowLimit; i <= highLimit; i += increment) { in doTest() 321 if (lowLimit < 0) { in doTest() 276 doTest(const RuleBasedNumberFormat* formatter, double lowLimit, double highLimit) doTest() argument
|
H A D | itrbnfrt.h | 87 void doTest(const RuleBasedNumberFormat* formatter, double lowLimit, double highLimit);
|
/third_party/lz4/lib/ |
H A D | lz4hc.c | 115 hc4->lowLimit = (U32)newStartingOffset; in LZ4HC_init_internal() 258 const int withinStartDistance = (hc4->lowLimit + (LZ4_DISTANCE_MAX + 1) > ipIndex); in LZ4HC_InsertAndGetWiderMatch() 259 const U32 lowestMatchIndex = (withinStartDistance) ? hc4->lowLimit : ipIndex - LZ4_DISTANCE_MAX; in LZ4HC_InsertAndGetWiderMatch() 261 const U32 dictIdx = hc4->lowLimit; in LZ4HC_InsertAndGetWiderMatch() 891 const size_t position = (size_t)(ctx->end - ctx->prefixStart) + (ctx->dictLimit - ctx->lowLimit); in LZ4HC_compress_generic_dictCtx() 1100 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict() 1138 const BYTE* const dictEnd = ctxPtr->dictStart + (ctxPtr->dictLimit - ctxPtr->lowLimit); in LZ4_compressHC_continue_generic() 1141 ctxPtr->lowLimit += (U32)(sourceEnd - ctxPtr->dictStart); in LZ4_compressHC_continue_generic() 1143 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) { in LZ4_compressHC_continue_generic() 1144 ctxPtr->lowLimit in LZ4_compressHC_continue_generic() [all...] |
H A D | lz4.c | 928 const BYTE* lowLimit; in LZ4_compress_generic_validated() local 967 lowLimit = (const BYTE*)source - (dictDirective == withPrefix64k ? dictSize : 0); in LZ4_compress_generic_validated() 1039 lowLimit = dictionary; in LZ4_compress_generic_validated() 1042 lowLimit = (const BYTE*)source; in LZ4_compress_generic_validated() 1050 lowLimit = dictionary; in LZ4_compress_generic_validated() 1053 lowLimit = (const BYTE*)source; in LZ4_compress_generic_validated() 1080 while (((ip>anchor) & (match > lowLimit)) && (unlikely(ip[-1]==match[-1]))) { ip--; match--; } in LZ4_compress_generic_validated() 1114 * - lowLimit : must be == dictionary to mean "match is within extDict"; must be == source otherwise in LZ4_compress_generic_validated() 1140 && (lowLimit==dictionary) /* match within extDict */ ) { in LZ4_compress_generic_validated() 1229 lowLimit in LZ4_compress_generic_validated() [all...] |
H A D | lz4hc.h | 213 LZ4_u32 lowLimit; /* below that point, no more dict */ member
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-win32.cc | 1714 ULONG_PTR lowLimit, highLimit; in GetStackStart() 1715 ::GetCurrentThreadStackLimits(&lowLimit, &highLimit); in GetStackStart()
|
Completed in 11 milliseconds