/external/webrtc/src/common_audio/resampler/ |
D | resampler.cc | 432 int maxLen, int &outLen) in Push() argument 448 WebRtc_Word16* out_left = (WebRtc_Word16*)malloc(maxLen / 2 * sizeof(WebRtc_Word16)); in Push() 450 (WebRtc_Word16*)malloc(maxLen / 2 * sizeof(WebRtc_Word16)); in Push() 464 res |= slave_left_->Push(left, lengthIn, out_left, maxLen / 2, actualOutLen_left); in Push() 465 res |= slave_right_->Push(right, lengthIn, out_right, maxLen / 2, actualOutLen_right); in Push() 504 if (maxLen < (lengthIn * 2)) in Push() 519 if (maxLen < (lengthIn * 3)) in Push() 535 if (maxLen < (lengthIn * 4)) in Push() 555 if (maxLen < (lengthIn * 6)) in Push() 585 if (maxLen < (lengthIn * 12)) { in Push() [all …]
|
/external/icu4c/i18n/ |
D | name2uni.cpp | 113 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local 114 if (maxLen == 0) { in handleTransliterate() 120 ++maxLen; // allow for temporary trailing space in handleTransliterate() 121 char* cbuf = (char*) uprv_malloc(maxLen); in handleTransliterate() 173 if (name.length() > maxLen) { in handleTransliterate() 190 name.extract(0, len, cbuf, maxLen, US_INV); in handleTransliterate() 227 if (name.length() >= maxLen) { in handleTransliterate()
|
D | uni2name.cpp | 75 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local 76 if (maxLen == 0) { in handleTransliterate() 82 char* buf = (char*) uprv_malloc(maxLen); in handleTransliterate() 99 … if ((len = u_charName(c, U_EXTENDED_CHAR_NAME, buf, maxLen, &status)) >0 && !U_FAILURE(status)) { in handleTransliterate()
|
D | tzgnames.cpp | 973 int32_t maxLen = 0; in findLocal() local 974 UVector *results = handler.getMatches(maxLen); in findLocal() 975 if (results != NULL && ((maxLen == (text.length() - start)) || fGNamesTrieFullyLoaded)) { in findLocal() 1027 results = handler.getMatches(maxLen); in findLocal() 1028 if (results != NULL && maxLen > 0) { in findLocal()
|
D | tznames_impl.cpp | 1352 int32_t maxLen = 0; in find() local 1353 UVector *results = handler.getMatches(maxLen); in find() 1354 if (results != NULL && ((maxLen == (text.length() - start)) || fNamesTrieFullyLoaded)) { in find() 1407 results = handler.getMatches(maxLen); in find() 1408 if (results != NULL && maxLen > 0) { in find()
|
/external/webkit/Source/WebCore/css/ |
D | makevalues.pl | 114 my $maxLen = 0; 120 if (length($name) > $maxLen) { 121 $maxLen = length($name); 125 print HEADER "const size_t maxCSSValueKeywordLength = " . $maxLen . ";\n";
|
D | makeprop.pl | 105 my $maxLen = 0; 111 if (length($name) > $maxLen) { 112 $maxLen = length($name); 120 print HEADER "const size_t maxCSSPropertyNameLength = $maxLen;\n";
|
/external/bzip2/ |
D | huffman.c | 66 Int32 maxLen ) in BZ2_hbMakeCodeLengths() argument 120 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths() 155 Int32 maxLen, in BZ2_hbAssignCodes() argument 161 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes() 175 Int32 maxLen, 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 483 maxLen = 0; in sendMTFValues() 485 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in sendMTFValues() 488 AssertH ( !(maxLen > 17 /*20*/ ), 3004 ); in sendMTFValues() 491 minLen, maxLen, alphaSize ); in sendMTFValues()
|
D | decompress.c | 110 Int32 minLen, maxLen; in BZ2_decompress() local 334 maxLen = 0; in BZ2_decompress() 336 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in BZ2_decompress() 344 minLen, maxLen, alphaSize in BZ2_decompress()
|
/external/chromium/net/base/ |
D | ssl_cipher_suite_names_generate.go | 75 maxLen := 0 78 if len(k) > maxLen { 79 maxLen = len(k) 88 fmt.Printf("static const struct {\n char name[%d];\n} %s[%d] = {\n", maxLen+1, name, len(d))
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | ShaderLang.cpp | 24 TString::size_type maxLen = 0; in getVariableMaxLength() local 28 maxLen = std::max(maxLen, i->name.size()); in getVariableMaxLength() 31 return static_cast<int>(maxLen) + 1; in getVariableMaxLength()
|
/external/icu4c/common/ |
D | uniset.cpp | 678 int32_t maxLen = forward ? limit-offset : offset-limit; in matches() local 679 if (matchLen == maxLen) { in matches() 735 int32_t maxLen; in matchRest() local 738 maxLen = limit - start; in matchRest() 739 if (maxLen > slen) maxLen = slen; in matchRest() 740 for (i = 1; i < maxLen; ++i) { in matchRest() 744 maxLen = start - limit; in matchRest() 745 if (maxLen > slen) maxLen = slen; in matchRest() 747 for (i = 1; i < maxLen; ++i) { in matchRest() 751 return maxLen; in matchRest()
|
D | uloc.c | 2410 int32_t maxLen=0; in uloc_acceptLanguage() local 2447 if(len>maxLen) { in uloc_acceptLanguage() 2448 maxLen = len; in uloc_acceptLanguage() 2460 for(maxLen--;maxLen>0;maxLen--) { in uloc_acceptLanguage() 2462 if(fallbackList[i] && ((int32_t)uprv_strlen(fallbackList[i])==maxLen)) { in uloc_acceptLanguage()
|
/external/clang/utils/TableGen/ |
D | ClangSACheckersEmitter.cpp | 257 unsigned maxLen = 0; in run() local 260 maxLen = std::max(maxLen, (unsigned)I->first.size()); in run() 301 << std::string(maxLen-I->first.size()+1, ' '); in run()
|
/external/webrtc/src/common_audio/resampler/include/ |
D | resampler.h | 81 int maxLen, int &outLen);
|
/external/icu4c/samples/legacy/ |
D | legacy.cpp | 25 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxLen, uint8_t keys[][32]);
|
/external/icu4c/test/perf/collationperf/ |
D | collperf.cpp | 781 int maxLen = 0; in doKeyHist() local 785 if (gFileLines[i].len > maxLen) maxLen = gFileLines[i].len; in doKeyHist() 789 int *accumulatedLen = new int[maxLen+1]; in doKeyHist() 790 int *numKeysOfSize = new int[maxLen+1]; in doKeyHist() 791 for (i=0; i<=maxLen; i++) { in doKeyHist() 805 for (i=1; i<=maxLen; i++) { in doKeyHist()
|
/external/valgrind/main/VEX/switchback/ |
D | test_bzip2.c | 1460 Int32 minLen, maxLen; in BZ2_decompress() local 1684 maxLen = 0; in BZ2_decompress() 1686 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in BZ2_decompress() 1694 minLen, maxLen, alphaSize in BZ2_decompress() 3221 Int32 maxLen ) in BZ2_hbMakeCodeLengths() argument 3275 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths() 3310 Int32 maxLen, in BZ2_hbAssignCodes() argument 3316 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes() 3330 Int32 maxLen, in BZ2_hbCreateDecodeTables() argument 3336 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables() [all …]
|
/external/valgrind/main/perf/ |
D | bz2.c | 1475 Int32 minLen, maxLen; in BZ2_decompress() local 1699 maxLen = 0; in BZ2_decompress() 1701 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in BZ2_decompress() 1709 minLen, maxLen, alphaSize in BZ2_decompress() 3236 Int32 maxLen ) in BZ2_hbMakeCodeLengths() argument 3290 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths() 3325 Int32 maxLen, in BZ2_hbAssignCodes() argument 3331 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes() 3345 Int32 maxLen, in BZ2_hbCreateDecodeTables() argument 3351 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables() [all …]
|
D | test_input_for_tinycc.c | 1432 Int32 minLen, maxLen; in BZ2_decompress() local 1656 maxLen = 0; in BZ2_decompress() 1658 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in BZ2_decompress() 1666 minLen, maxLen, alphaSize in BZ2_decompress() 2746 Int32 maxLen ) in BZ2_hbMakeCodeLengths() argument 2800 if (j > maxLen) tooLong = ((Bool)1); in BZ2_hbMakeCodeLengths() 2818 Int32 maxLen, in BZ2_hbAssignCodes() argument 2824 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes() 2838 Int32 maxLen, in BZ2_hbCreateDecodeTables() argument 2844 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables() [all …]
|
/external/valgrind/main/exp-sgcheck/tests/ |
D | hackedbz2.c | 1484 Int32 minLen, maxLen; in BZ2_decompress() local 1708 maxLen = 0; in BZ2_decompress() 1710 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in BZ2_decompress() 1718 minLen, maxLen, alphaSize in BZ2_decompress() 3245 Int32 maxLen ) in BZ2_hbMakeCodeLengths() argument 3299 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths() 3334 Int32 maxLen, in BZ2_hbAssignCodes() argument 3340 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes() 3354 Int32 maxLen, in BZ2_hbCreateDecodeTables() argument 3360 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables() [all …]
|
/external/valgrind/main/memcheck/tests/ |
D | origin5-bz2.c | 1475 Int32 minLen, maxLen; in BZ2_decompress() local 1699 maxLen = 0; in BZ2_decompress() 1701 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in BZ2_decompress() 1709 minLen, maxLen, alphaSize in BZ2_decompress() 3236 Int32 maxLen ) in BZ2_hbMakeCodeLengths() argument 3290 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths() 3325 Int32 maxLen, in BZ2_hbAssignCodes() argument 3331 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes() 3345 Int32 maxLen, in BZ2_hbCreateDecodeTables() argument 3351 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables() [all …]
|
D | varinfo6.c | 1513 Int32 minLen, maxLen; in BZ2_decompress() local 1738 maxLen = 0; in BZ2_decompress() 1740 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in BZ2_decompress() 1748 minLen, maxLen, alphaSize in BZ2_decompress() 3274 Int32 maxLen ) in BZ2_hbMakeCodeLengths() argument 3328 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths() 3363 Int32 maxLen, in BZ2_hbAssignCodes() argument 3369 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes() 3383 Int32 maxLen, in BZ2_hbCreateDecodeTables() argument 3389 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables() [all …]
|
/external/chromium/crypto/third_party/nss/ |
D | sha512.cc | 1238 unsigned int maxLen = SHA_MIN(maxDigestLen, SHA384_LENGTH); 1239 SHA512_End(ctx, digest, digestLen, maxLen);
|