Home
last modified time | relevance | path

Searched defs:lowLimit (Results 1 - 16 of 16) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DRbnfRoundTripTest.java195 void doTest(RuleBasedNumberFormat formatter, long lowLimit, in doTest() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DRbnfRoundTripTest.java192 void doTest(RuleBasedNumberFormat formatter, long lowLimit, in doTest() argument
/third_party/icu/icu4c/source/test/intltest/
H A Ditrbnfrt.cpp276 doTest(const RuleBasedNumberFormat* formatter, double lowLimit, double highLimit) doTest() argument
/third_party/lz4/lib/
H A Dlz4hc.h213 LZ4_u32 lowLimit; /* below that point, no more dict */ member
H A Dlz4.c928 const BYTE* lowLimit; in LZ4_compress_generic_validated() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dlz4.h126 unsigned int lowLimit; member
/kernel/linux/linux-6.6/include/linux/
H A Dlz4.h126 unsigned int lowLimit; member
/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4_compress.c190 const BYTE *lowLimit; in LZ4_compress_generic() local
532 const BYTE *lowLimit = (const BYTE *) src; LZ4_compress_destSize_generic() local
[all...]
H A Dlz4hc_compress.c111 const U32 lowLimit = (hc4->lowLimit + 64 * KB > (U32)(ip - base)) in LZ4HC_InsertAndFindBestMatch() local
183 const U32 lowLimit = (hc4->lowLimit + 64 * KB > (U32)(ip - base)) in LZ4HC_InsertAndGetWiderMatch() local
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_fast.c563 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_double_fast.c547 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_lazy.c668 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_HcFindBestMatch() local
1142 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_RowFindBestMatch() local
[all...]
H A Dzstd_compress_internal.h189 U32 lowLimit; /* below that point, no more valid data */ member
[all...]
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4_compress.c190 const BYTE *lowLimit; in LZ4_compress_generic() local
532 const BYTE *lowLimit = (const BYTE *) src; LZ4_compress_destSize_generic() local
[all...]
H A Dlz4hc_compress.c111 const U32 lowLimit = (hc4->lowLimit + 64 * KB > (U32)(ip - base)) in LZ4HC_InsertAndFindBestMatch() local
183 const U32 lowLimit = (hc4->lowLimit + 64 * KB > (U32)(ip - base)) in LZ4HC_InsertAndGetWiderMatch() local
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c58 U32 lowLimit; /* below that point, no more data */ member
1831 const U32 lowLimit in ZSTD_HcFindBestMatch_generic() local
[all...]

Completed in 24 milliseconds