Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.h213 uint32_t lowLimit; /* below that point, no more dict */ member
233 unsigned int lowLimit; /* below that point, no more dict */ member
Dlz4.c807 const BYTE* lowLimit; in LZ4_compress_generic() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRbnfRoundTripTest.java192 void doTest(RuleBasedNumberFormat formatter, long lowLimit, in doTest()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRbnfRoundTripTest.java195 void doTest(RuleBasedNumberFormat formatter, long lowLimit, in doTest()
/external/icu/icu4c/source/test/intltest/
Ditrbnfrt.cpp277 double lowLimit, in doTest()
/external/zstd/lib/compress/
Dzstd_double_fast.c376 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_extDict_generic() local
Dzstd_fast.c390 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_fast_extDict_generic() local
Dzstd_lazy.c617 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_HcFindBestMatch_generic() local
Dzstd_compress_internal.h148 U32 lowLimit; /* below that point, no more valid data */ member