Home
last modified time | relevance | path

Searched defs:minLen (Results 1 – 18 of 18) sorted by relevance

/external/bzip2/
Dhuffman.c154 Int32 minLen, in BZ2_hbAssignCodes()
174 Int32 minLen, in BZ2_hbCreateDecodeTables()
Ddecompress.c110 Int32 minLen, maxLen; in BZ2_decompress() local
Dcompress.c242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
/external/icu/icu4c/source/test/perf/usetperf/
Dbitset.cpp50 void BitSet::ensureCapacity(uint32_t minLen) { in ensureCapacity()
/external/lzma/CS/7zip/Common/
DCommandLineParser.cs27 int minLen, int maxLen, string postCharSet) in SwitchForm()
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen): in SwitchForm()
/external/lzma/C/
DLzFind.c469 #define GET_MATCHES_HEADER2(minLen, ret_op) \ argument
474 #define GET_MATCHES_HEADER(minLen) GET_MATCHES_HEADER2(minLen, return 0) argument
475 #define SKIP_HEADER(minLen) GET_MATCHES_HEADER2(minLen, continue) argument
/external/toybox/toys/other/
Dbzcat.c66 char minLen, maxLen; member
229 int minLen, maxLen, pp; in read_block_header() local
/external/icu/icu4c/source/i18n/
Ddtptngen_impl.h108 int16_t minLen; member
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c1484 Int32 minLen, maxLen; in BZ2_decompress() local
3333 Int32 minLen, in BZ2_hbAssignCodes()
3353 Int32 minLen, in BZ2_hbCreateDecodeTables()
3669 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
/external/valgrind/memcheck/tests/
Dvarinfo6.c1513 Int32 minLen, maxLen; in BZ2_decompress() local
3362 Int32 minLen, in BZ2_hbAssignCodes()
3382 Int32 minLen, in BZ2_hbCreateDecodeTables()
3697 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
Dorigin5-bz2.c1475 Int32 minLen, maxLen; in BZ2_decompress() local
3324 Int32 minLen, in BZ2_hbAssignCodes()
3344 Int32 minLen, in BZ2_hbCreateDecodeTables()
3660 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
/external/valgrind/VEX/switchback/
Dtest_bzip2.c1458 Int32 minLen, maxLen; in BZ2_decompress() local
3307 Int32 minLen, in BZ2_hbAssignCodes()
3327 Int32 minLen, in BZ2_hbCreateDecodeTables()
3643 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
/external/valgrind/perf/
Dbz2.c1473 Int32 minLen, maxLen; in BZ2_decompress() local
3322 Int32 minLen, in BZ2_hbAssignCodes()
3342 Int32 minLen, in BZ2_hbCreateDecodeTables()
3658 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
Dtest_input_for_tinycc.c1432 Int32 minLen, maxLen; in BZ2_decompress() local
2817 Int32 minLen, in BZ2_hbAssignCodes()
2837 Int32 minLen, in BZ2_hbCreateDecodeTables()
3033 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateTimeGeneratorTest.java175 private String getRandomString(String[] randomList, int minLen, int maxLen) { in getRandomString()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java804 int minLen = reverse.length(); in addSentenceToTable() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateTimeGeneratorTest.java171 private String getRandomString(String[] randomList, int minLen, int maxLen) { in getRandomString()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java709 int minLen = otherUsedLen + words; in addShiftedByWords() local