Searched defs:outLen (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/skia/src/core/
H A DSkWriter32.cpp16 const char* SkReader32::readString(size_t* outLen) { argument
24 if (outLen) {
25 *outLen = len;
/external/skia/src/core/
H A DSkWriter32.cpp16 const char* SkReader32::readString(size_t* outLen) { argument
24 if (outLen) {
25 *outLen = len;
/external/chromium_org/third_party/icu/source/i18n/
H A Dstrrepl.cpp106 int32_t outLen; local
116 outLen = output.length();
192 outLen = destLimit - destStart;
196 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString());
199 text.handleReplaceBetween(start + outLen, limit + outLen, UnicodeString());
217 newStart = start + outLen;
234 return outLen;
H A Dstrmatch.cpp223 int32_t outLen = 0; local
232 outLen = matchLimit - matchStart;
238 return outLen;
/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dresampler.cc432 int maxLen, int &outLen)
481 outLen = 2 * actualOutLen_left;
501 outLen = lengthIn;
509 outLen = lengthIn * 2;
531 outLen = lengthIn * 3;
545 outLen = lengthIn * 4;
566 outLen = lengthIn * 2;
568 for (int i = 0; i < outLen; i += 160)
574 outLen = outLen *
431 Push(const int16_t * samplesIn, int lengthIn, int16_t* samplesOut, int maxLen, int &outLen) argument
1057 Pull(int16_t* samplesOut, int desiredLen, int &outLen) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dstrrepl.cpp106 int32_t outLen; local
116 outLen = output.length();
192 outLen = destLimit - destStart;
196 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString());
199 text.handleReplaceBetween(start + outLen, limit + outLen, UnicodeString());
217 newStart = start + outLen;
234 return outLen;
H A Dstrmatch.cpp223 int32_t outLen = 0; local
232 outLen = matchLimit - matchStart;
238 return outLen;
/external/webrtc/src/common_audio/resampler/
H A Dresampler.cc432 int maxLen, int &outLen)
481 outLen = 2 * actualOutLen_left;
501 outLen = lengthIn;
509 outLen = lengthIn * 2;
531 outLen = lengthIn * 3;
545 outLen = lengthIn * 4;
566 outLen = lengthIn * 2;
568 for (int i = 0; i < outLen; i += 160)
574 outLen = outLen *
431 Push(const WebRtc_Word16 * samplesIn, int lengthIn, WebRtc_Word16* samplesOut, int maxLen, int &outLen) argument
1057 Pull(WebRtc_Word16* samplesOut, int desiredLen, int &outLen) argument
[all...]
/external/svox/pico/lib/
H A Dpicowa.c64 picoos_uint16 outLen; /* length of item in outBuf, 0 for empty buf */ member in struct:wa_subobj
99 wa->outLen = 0;
294 &wa->outLen)) {
297 if (PICO_OK != picodata_set_iteminfo1(wa->outBuf, wa->outLen,
332 &wa->outLen)) == PICO_OK) {
342 &wa->outLen)) {
345 if (PICO_OK != picodata_set_iteminfo1(wa->outBuf, wa->outLen,
390 PICODBG_DEBUG(("doing state %i, inLen: %d, outLen: %d",
391 wa->procState, wa->inLen, wa->outLen));
473 wa->outBufSize, &wa->outLen);
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dderive.c184 unsigned int outLen; local
191 SHA1_End(shaCtx, sha_out, &outLen, SHA1_LENGTH);
192 PORT_Assert(outLen == SHA1_LENGTH);
196 MD5_Update(md5Ctx, sha_out, outLen);
197 MD5_End(md5Ctx, key_block + made, &outLen, MD5_LENGTH);
198 PORT_Assert(outLen == MD5_LENGTH);
287 unsigned int outLen; local
297 MD5_End(md5Ctx, key_block2, &outLen, MD5_LENGTH);
311 MD5_End(md5Ctx, key_block2, &outLen, MD5_LENGTH);
325 MD5_End(md5Ctx, key_block2, &outLen, MD5_LENGT
494 unsigned int outLen; local
[all...]
H A Dsslinfo.c342 unsigned char *out, unsigned int outLen)
401 valLen, out, outLen);
338 SSL_ExportKeyingMaterial(PRFileDesc *fd, const char *label, unsigned int labelLen, PRBool hasContext, const unsigned char *context, unsigned int contextLen, unsigned char *out, unsigned int outLen) argument
H A Dsslsock.c1363 unsigned int *outLen,
1378 return ssl3_GetTLSUniqueChannelBinding(ss, out, outLen, outLenMax);
1360 SSL_GetChannelBinding(PRFileDesc *fd, SSLChannelBindingType binding_type, unsigned char *out, unsigned int *outLen, unsigned int outLenMax) argument
H A Dssl3con.c1873 unsigned char *out, unsigned int *outLen, unsigned int maxLen,
2537 unsigned int * outLen)
2555 *outLen = 0;
2578 outputItem.len = *outLen;
2592 *outLen = 0;
2599 *outLen = outputItem.len;
2608 input, inputLen, outbuf, outLen);
2685 &cipherBytes, /* output and actual outLen */
2805 &cipherBytesPart2, /* output and actual outLen */
9579 unsigned int outLen local
2528 ssl3_ComputeRecordMACConstantTime( ssl3CipherSpec * spec, PRBool useServerMacKey, const unsigned char *header, unsigned int headerLen, const SSL3Opaque * input, int inputLen, int originalLen, unsigned char * outbuf, unsigned int * outLen) argument
10617 ssl3_TLSPRFWithMasterSecret(ssl3CipherSpec *spec, const char *label, unsigned int labelLen, const unsigned char *val, unsigned int valLen, unsigned char *out, unsigned int outLen) argument
12633 ssl3_GetTLSUniqueChannelBinding(sslSocket *ss, unsigned char *out, unsigned int *outLen, unsigned int outLenMax) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dns_core.h57 int outLen; member in struct:NSinst_t_
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dfile_player_impl.cc171 int outLen = 0; local
178 outLen = frequencyInHz / 100;
179 memset(outBuffer, 0, outLen * sizeof(int16_t));
186 outLen);
188 lengthInSamples = outLen;
192 for (int i = 0;i < outLen; i++)
H A Dfile_recorder_impl.cc243 int outLen = 0; local
254 MAX_AUDIO_BUFFER_IN_BYTES, outLen);
262 MAX_AUDIO_BUFFER_IN_BYTES, outLen);
264 encodedLenInBytes = outLen * sizeof(int16_t);
/external/webrtc/src/modules/audio_processing/ns/
H A Dns_core.h57 int outLen; member in struct:NSinst_t_
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3string.c733 ANTLR3_UINT32 outLen; local
744 outLen = 0;
752 outLen += 2;
758 outLen += 2;
763 outLen++;
768 outLen++;
773 string->len = outLen;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Didnatest.c832 int32_t outLen = uidna_toUnicode(invalid_idn, len, output, 50, UIDNA_DEFAULT, &prsError, &status); local
833 (void)outLen; /* Suppress set but not used warning. */
838 outLen = uidna_toUnicode(invalid_idn, len, output, 50, UIDNA_USE_STD3_RULES, &prsError, &status);
844 outLen = uidna_IDNToUnicode(invalid_idn, len, output, 50, UIDNA_DEFAULT, &prsError, &status);
849 outLen = uidna_IDNToUnicode(invalid_idn, len, output, 50, UIDNA_USE_STD3_RULES, &prsError, &status);
/external/icu/icu4c/source/test/cintltst/
H A Didnatest.c832 int32_t outLen = uidna_toUnicode(invalid_idn, len, output, 50, UIDNA_DEFAULT, &prsError, &status); local
833 (void)outLen; /* Suppress set but not used warning. */
838 outLen = uidna_toUnicode(invalid_idn, len, output, 50, UIDNA_USE_STD3_RULES, &prsError, &status);
844 outLen = uidna_IDNToUnicode(invalid_idn, len, output, 50, UIDNA_DEFAULT, &prsError, &status);
849 outLen = uidna_IDNToUnicode(invalid_idn, len, output, 50, UIDNA_USE_STD3_RULES, &prsError, &status);
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp513 SizeT outLen = kOutBufSize - outPos; local
516 xzu.OutBuf + outPos, &outLen,
520 // printf("\n_inPos = %6d inLen = %5d, outLen = %5d", inPos, inLen, outLen);
523 outPos += (UInt32)outLen;
525 lps->OutSize += outLen;
527 bool finished = (((inLen == 0) && (outLen == 0)) || res != SZ_OK);
/external/chromium_org/third_party/icu/source/common/
H A Ducnv2022.cpp1648 int32_t len, outLen; local
1897 outLen = 0; /* count output bytes */
1901 buffer[outLen++] = UCNV_SI;
1908 uprv_memcpy(buffer + outLen, escSeqChars[cs], escLen);
1909 outLen += escLen;
1921 buffer[outLen++] = UCNV_SO;
1925 buffer[outLen++] = 0x1b;
1926 buffer[outLen++] = 0x4e;
1934 buffer[outLen++] = (char)targetValue;
1936 buffer[outLen
[all...]
/external/icu/icu4c/source/common/
H A Ducnv2022.cpp1653 int32_t len, outLen; local
1902 outLen = 0; /* count output bytes */
1906 buffer[outLen++] = UCNV_SI;
1913 uprv_memcpy(buffer + outLen, escSeqChars[cs], escLen);
1914 outLen += escLen;
1926 buffer[outLen++] = UCNV_SO;
1930 buffer[outLen++] = 0x1b;
1931 buffer[outLen++] = 0x4e;
1939 buffer[outLen++] = (char)targetValue;
1941 buffer[outLen
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 504 milliseconds

12