Searched defs:lowLimit (Results 1 – 9 of 9) sorted by relevance
/external/lz4/lib/ |
D | lz4hc.h | 213 uint32_t lowLimit; /* below that point, no more dict */ member 233 unsigned int lowLimit; /* below that point, no more dict */ member
|
D | lz4.c | 807 const BYTE* lowLimit; in LZ4_compress_generic() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | RbnfRoundTripTest.java | 192 void doTest(RuleBasedNumberFormat formatter, long lowLimit, in doTest()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | RbnfRoundTripTest.java | 195 void doTest(RuleBasedNumberFormat formatter, long lowLimit, in doTest()
|
/external/icu/icu4c/source/test/intltest/ |
D | itrbnfrt.cpp | 277 double lowLimit, in doTest()
|
/external/zstd/lib/compress/ |
D | zstd_double_fast.c | 376 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_extDict_generic() local
|
D | zstd_fast.c | 390 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_fast_extDict_generic() local
|
D | zstd_lazy.c | 617 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_HcFindBestMatch_generic() local
|
D | zstd_compress_internal.h | 148 U32 lowLimit; /* below that point, no more valid data */ member
|