| /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
|
| /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
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | itrbnfrt.cpp | 276 doTest(const RuleBasedNumberFormat* formatter, double lowLimit, double highLimit) doTest() argument
|
| /third_party/lz4/lib/ |
| H A D | lz4hc.h | 213 LZ4_u32 lowLimit; /* below that point, no more dict */ member
|
| H A D | lz4.c | 928 const BYTE* lowLimit; in LZ4_compress_generic_validated() local [all...] |
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | lz4.h | 126 unsigned int lowLimit; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | lz4.h | 126 unsigned int lowLimit; member
|
| /kernel/linux/linux-5.10/lib/lz4/ |
| H A D | lz4_compress.c | 190 const BYTE *lowLimit; in LZ4_compress_generic() local 532 const BYTE *lowLimit = (const BYTE *) src; LZ4_compress_destSize_generic() local [all...] |
| H A D | lz4hc_compress.c | 111 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 D | zstd_fast.c | 563 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_fast_extDict_generic() local
|
| H A D | zstd_double_fast.c | 547 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_extDict_generic() local
|
| H A D | zstd_lazy.c | 668 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_HcFindBestMatch() local 1142 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_RowFindBestMatch() local [all...] |
| H A D | zstd_compress_internal.h | 189 U32 lowLimit; /* below that point, no more valid data */ member [all...] |
| /kernel/linux/linux-6.6/lib/lz4/ |
| H A D | lz4_compress.c | 190 const BYTE *lowLimit; in LZ4_compress_generic() local 532 const BYTE *lowLimit = (const BYTE *) src; LZ4_compress_destSize_generic() local [all...] |
| H A D | lz4hc_compress.c | 111 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 D | compress.c | 58 U32 lowLimit; /* below that point, no more data */ member 1831 const U32 lowLimit in ZSTD_HcFindBestMatch_generic() local [all...] |