Home
last modified time | relevance | path

Searched refs:minLen (Results 1 – 25 of 25) sorted by relevance

/external/lzma/CS/7zip/Common/
DCommandLineParser.cs27 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/
Dhuffman.c154 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()
Dcompress.c242 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()
Ddecompress.c110 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/
Dbzcat.c49 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/
DCommandLineParser.cpp169 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/
Dbitset.cpp50 void BitSet::ensureCapacity(uint32_t minLen) { in ensureCapacity() argument
52 while (newLen < minLen) newLen <<= 1; // grow exponentially in ensureCapacity()
Dbitset.h21 void ensureCapacity(uint32_t minLen);
/external/lzma/C/
DLzFind.c467 #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/
Dtest_bzip2.c1458 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/
Dhackedbz2.c1484 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/
Dorigin5-bz2.c1475 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 …]
Dvarinfo6.c1513 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/
Dbz2.c1473 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 …]
Dtest_input_for_tinycc.c1432 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/
DDateTimeGeneratorTest.java171 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/
DUnicodeMap.java753 int minLen = Math.min(last.length(), s.length());
754 for (int i = 0; i < minLen; ++i) {
757 return minLen;
/external/icu/icu4c/source/i18n/
Ddtptngen_impl.h108 int16_t minLen; member
Ddtptngen.cpp1682 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/
DLongArray.java707 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/
Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/ ...
Dlog4j-1.3alpha-8.jarMETA-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/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...