/external/lzma/CS/7zip/Common/ |
D | CommandLineParser.cs | 27 int minLen, int maxLen, string postCharSet) in SwitchForm() argument 32 MinLen = minLen; in SwitchForm() 36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen): in SwitchForm() argument 37 this(idString, type, multi, minLen, 0, "") in SwitchForm() 145 int minLen = switchForm.MinLen; in ParseString() 146 if (tailSize < minLen) in ParseString() 153 String stringSwitch = srcString.Substring(pos, minLen); in ParseString() 154 pos += minLen; in ParseString() 155 for (int i = minLen; i < switchForm.MaxLen && pos < len; i++, pos++) in ParseString()
|
/external/bzip2/ |
D | huffman.c | 154 Int32 minLen, in BZ2_hbAssignCodes() argument 161 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes() 174 Int32 minLen, in BZ2_hbCreateDecodeTables() argument 181 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables() 193 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables() 198 for (i = minLen + 1; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
|
D | compress.c | 242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local 482 minLen = 32; in sendMTFValues() 486 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in sendMTFValues() 489 AssertH ( !(minLen < 1), 3005 ); in sendMTFValues() 491 minLen, maxLen, alphaSize ); in sendMTFValues()
|
D | decompress.c | 110 Int32 minLen, maxLen; in BZ2_decompress() local 333 minLen = 32; in BZ2_decompress() 337 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in BZ2_decompress() 344 minLen, maxLen, alphaSize in BZ2_decompress() 346 s->minLens[t] = minLen; in BZ2_decompress()
|
/external/toybox/toys/other/ |
D | bzcat.c | 49 char minLen, maxLen; member 212 int minLen, maxLen, pp; in read_block_header() local 234 minLen = maxLen = length[0]; in read_block_header() 237 else if(length[ii] < minLen) minLen = length[ii]; in read_block_header() 256 hufGroup->minLen = minLen; in read_block_header() 267 for (ii = minLen; ii <= maxLen; ii++) { in read_block_header() 281 for (ii = minLen; ii < maxLen; ii++) { in read_block_header() 289 base[minLen] = 0; in read_block_header() 342 ii = hufGroup->minLen; in read_huffman_data()
|
/external/lzma/CPP/Common/ |
D | CommandLineParser.cpp | 169 int minLen = switchForm.MinLen; in ParseString() local 170 if (tailSize < minLen) in ParseString() 178 UString stringSwitch = s.Mid(pos, minLen); in ParseString() 179 pos += minLen; in ParseString() 180 for (int i = minLen; i < maxLen && pos < len; i++, pos++) in ParseString()
|
/external/icu/icu4c/source/test/perf/usetperf/ |
D | bitset.cpp | 50 void BitSet::ensureCapacity(uint32_t minLen) { in ensureCapacity() argument 52 while (newLen < minLen) newLen <<= 1; // grow exponentially in ensureCapacity()
|
D | bitset.h | 21 void ensureCapacity(uint32_t minLen);
|
/external/lzma/C/ |
D | LzFind.c | 467 #define GET_MATCHES_HEADER2(minLen, ret_op) \ argument 469 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \ 472 #define GET_MATCHES_HEADER(minLen) GET_MATCHES_HEADER2(minLen, return 0) argument 473 #define SKIP_HEADER(minLen) GET_MATCHES_HEADER2(minLen, continue) argument
|
/external/valgrind/VEX/switchback/ |
D | test_bzip2.c | 1458 Int32 minLen, maxLen; in BZ2_decompress() local 1681 minLen = 32; in BZ2_decompress() 1685 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in BZ2_decompress() 1692 minLen, maxLen, alphaSize in BZ2_decompress() 1694 s->minLens[t] = minLen; in BZ2_decompress() 3307 Int32 minLen, in BZ2_hbAssignCodes() argument 3314 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes() 3327 Int32 minLen, in BZ2_hbCreateDecodeTables() argument 3334 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables() 3346 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables() [all …]
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 1484 Int32 minLen, maxLen; in BZ2_decompress() local 1707 minLen = 32; in BZ2_decompress() 1711 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in BZ2_decompress() 1718 minLen, maxLen, alphaSize in BZ2_decompress() 1720 s->minLens[t] = minLen; in BZ2_decompress() 3333 Int32 minLen, in BZ2_hbAssignCodes() argument 3340 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes() 3353 Int32 minLen, in BZ2_hbCreateDecodeTables() argument 3360 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables() 3372 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables() [all …]
|
/external/valgrind/memcheck/tests/ |
D | origin5-bz2.c | 1475 Int32 minLen, maxLen; in BZ2_decompress() local 1698 minLen = 32; in BZ2_decompress() 1702 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in BZ2_decompress() 1709 minLen, maxLen, alphaSize in BZ2_decompress() 1711 s->minLens[t] = minLen; in BZ2_decompress() 3324 Int32 minLen, in BZ2_hbAssignCodes() argument 3331 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes() 3344 Int32 minLen, in BZ2_hbCreateDecodeTables() argument 3351 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables() 3363 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables() [all …]
|
D | varinfo6.c | 1513 Int32 minLen, maxLen; in BZ2_decompress() local 1737 minLen = 32; in BZ2_decompress() 1741 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in BZ2_decompress() 1748 minLen, maxLen, alphaSize in BZ2_decompress() 1750 s->minLens[t] = minLen; in BZ2_decompress() 3362 Int32 minLen, in BZ2_hbAssignCodes() argument 3369 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes() 3382 Int32 minLen, in BZ2_hbCreateDecodeTables() argument 3389 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables() 3401 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables() [all …]
|
/external/valgrind/perf/ |
D | bz2.c | 1473 Int32 minLen, maxLen; in BZ2_decompress() local 1696 minLen = 32; in BZ2_decompress() 1700 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in BZ2_decompress() 1707 minLen, maxLen, alphaSize in BZ2_decompress() 1709 s->minLens[t] = minLen; in BZ2_decompress() 3322 Int32 minLen, in BZ2_hbAssignCodes() argument 3329 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes() 3342 Int32 minLen, in BZ2_hbCreateDecodeTables() argument 3349 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables() 3361 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables() [all …]
|
D | test_input_for_tinycc.c | 1432 Int32 minLen, maxLen; in BZ2_decompress() local 1655 minLen = 32; in BZ2_decompress() 1659 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in BZ2_decompress() 1666 minLen, maxLen, alphaSize in BZ2_decompress() 1668 s->minLens[t] = minLen; in BZ2_decompress() 2817 Int32 minLen, in BZ2_hbAssignCodes() argument 2824 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes() 2837 Int32 minLen, in BZ2_hbCreateDecodeTables() argument 2844 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables() 2856 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 171 private String getRandomString(String[] randomList, int minLen, int maxLen) { in getRandomString() argument 173 int len = random.nextInt(maxLen + 1 - minLen) + minLen; in getRandomString() 174 for (int i = minLen; i < len; ++ i) { in getRandomString()
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | UnicodeMap.java | 753 int minLen = Math.min(last.length(), s.length()); 754 for (int i = 0; i < minLen; ++i) { 757 return minLen;
|
/external/icu/icu4c/source/i18n/ |
D | dtptngen_impl.h | 108 int16_t minLen; member
|
D | dtptngen.cpp | 1682 int32_t repeatCount = row->minLen; // #7930 removes cap at 3 in set() 1877 if (dtTypes[i+1].minLen <= len) { in getCanonicalIndex()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | LongArray.java | 707 int minLen = otherUsedLen + words; in addShiftedByWords() local 708 if (minLen > m_ints.length) in addShiftedByWords() 710 m_ints = resizedInts(minLen); in addShiftedByWords()
|
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
D | logback-core-0.9.8-SNAPSHOT.jar | META-INF/
META-INF/MANIFEST.MF
ch/
ch/qos/
ch/ ... |
D | log4j-1.3alpha-8.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |