HomeSort by relevance Sort by last modified time
    Searched defs:outlen (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/zlib/src/contrib/puff/
puff.c 101 unsigned long outlen; /* available space at out */ member in struct:state
185 if (s->outcnt + len > s->outlen)
466 if (s->outcnt == s->outlen)
491 if (s->outcnt + len > s->outlen)
    [all...]
  /system/bt/embdrv/g722/
g722_decode.cc 278 uint32_t outlen; local
282 outlen = 0;
410 amp[outlen++] = ((int16_t) (xout1 >> 4) + 2048);
411 amp[outlen++] = ((int16_t) (xout2 >> 4) + 2048);
415 amp[outlen++] = xout1;
416 amp[outlen++] = xout2;
419 return outlen;
  /toolchain/binutils/binutils-2.27/zlib/contrib/puff/
puff.c 101 unsigned long outlen; /* available space at out */ member in struct:state
185 if (s->outcnt + len > s->outlen)
466 if (s->outcnt == s->outlen)
491 if (s->outcnt + len > s->outlen)
    [all...]
  /external/boringssl/src/crypto/x509/
a_strex.c 181 int i, outlen, len; local
186 outlen = 0;
236 outlen += len;
244 outlen += len;
247 return outlen;
287 int outlen, der_len; local
293 outlen = do_hex_dump(io_ch, arg, str->data, str->length);
294 if (outlen < 0)
296 return outlen + 1;
306 outlen = do_hex_dump(io_ch, arg, der_buf, der_len)
339 int outlen, len; local
439 int outlen, len; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/
Primes.java 519 int outlen = 8 * dLen; local
520 int iterations = (length - 1) / outlen;
  /external/curl/src/
tool_getparam.c 1295 size_t outlen = nlen + strlen(enc) + 2; local
    [all...]
tool_metalink.c 271 unsigned int outlen; local
272 PK11_DigestFinal(ctx, out, &outlen, len);
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 615 int32 outlen = strlen(strA) + 1; local
616 coded_output->WriteVarint32(outlen);
617 coded_output->WriteRaw(strA, outlen);
626 outlen = strlen(strB) + 1;
627 coded_output->WriteVarint32(outlen);
628 coded_output->WriteRaw(strB, outlen);
  /external/sqlite/android/
sqlite3_android.cpp 127 int outlen = 0; local
128 android::phone_number_stripped_reversed_inter(number, out, PHONE_NUMBER_BUFFER_SIZE, &outlen);
129 sqlite3_result_text(context, (const char*)out, outlen, SQLITE_TRANSIENT);
  /system/vold/
KeyStorage.cpp 360 int outlen; local
363 &outlen, reinterpret_cast<const uint8_t*>(plaintext.data()), plaintext.size())) {
367 if (outlen != static_cast<int>(plaintext.size())) {
368 LOG(ERROR) << "GCM ciphertext length should be " << plaintext.size() << " was " << outlen;
374 &outlen)) {
378 if (outlen != 0) {
379 LOG(ERROR) << "GCM EncryptFinal should be 0, was " << outlen;
413 int outlen; local
414 if (1 != EVP_DecryptUpdate(ctx.get(), reinterpret_cast<uint8_t*>(&(*plaintext)[0]), &outlen,
420 if (outlen != static_cast<int>(plaintext->size()))
    [all...]
  /external/libcups/cups/
http-support.c 553 int outlen; /* Output buffer length */ local
560 outlen = 512;
562 return (httpDecode64_2(out, &outlen, in));
569 * The caller must initialize "outlen" to the maximum size of the decoded
570 * string before calling @code httpDecode64_2@. On return "outlen" contains the
578 int *outlen, /* IO - Size of output string */
591 if (!out || !outlen || *outlen < 1 || !in)
597 *outlen = 0;
606 for (outptr = out, outend = out + *outlen - 1, pos = 0; *in != '\0'; in ++
    [all...]
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 416 size_t outlen = MAX_OUTLEN; local
419 rv = spdylay_gzip_inflate(req->inflater, out, &outlen, data, &tlen);
424 fwrite(out, 1, outlen, stdout);
464 unsigned char **out, unsigned char *outlen,
474 rv = spdylay_select_next_protocol(out, outlen, in, inlen);
test_notls.c 414 size_t outlen = MAX_OUTLEN; local
417 rv = spdylay_gzip_inflate(req->inflater, out, &outlen, data, &tlen);
422 fwrite(out, 1, outlen, stdout);
test_request_response.c 399 size_t outlen = MAX_OUTLEN; local
402 rv = spdylay_gzip_inflate(req->inflater, out, &outlen, data, &tlen);
407 fwrite(out, 1, outlen, stdout);
452 unsigned char **out, unsigned char *outlen,
462 rv = spdylay_select_next_protocol(out, outlen, in, inlen);
  /external/curl/lib/
telnet.c 1227 ssize_t escapes, i, j, outlen; local
    [all...]
  /external/curl/lib/vtls/
vtls.c 693 size_t outlen = labellen + 1 + valuelen + 1; /* label:value\0 */ local
695 output = malloc(outlen);
700 snprintf(output, outlen, "%s:", label);
    [all...]
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 1024 size_t outlen = (size_t) (bufp - outbuf); local
    [all...]
  /external/libevent/
bufferevent_openssl.c 134 bio_bufferevent_read(BIO *b, char *out, int outlen)
152 r = evbuffer_remove(input, out, outlen);
164 size_t outlen; local
172 outlen = evbuffer_get_length(output);
176 if (bufev->wm_write.high && bufev->wm_write.high <= (outlen+inlen)) {
177 if (bufev->wm_write.high <= outlen) {
182 inlen = bufev->wm_write.high - outlen;
    [all...]
  /external/ppp/pppd/
eap.c 351 int outlen = 0; local
362 outlen += 4;
367 return (outlen);
375 int outlen = 0; local
380 outlen = 2;
385 outlen = 3;
389 return (outlen);
399 int outlen = 0; local
410 outlen++;
414 return (outlen);
646 int outlen; local
    [all...]
  /external/python/cpython3/Modules/
audioop.c 1751 Py_ssize_t i, outlen; local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 1095 size_t outlen, i; local
1117 if (!CMAC_Final(ctx, mac, &outlen) || outlen != 16)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 2825 Py_ssize_t outlen = len; local
2954 Py_ssize_t outlen = len; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 2811 Py_ssize_t outlen = len; local
2938 Py_ssize_t outlen = len; local
    [all...]
  /external/libavc/test/decoder/
main.c 2351 WORD32 outlen = 0; local
    [all...]
  /external/libhevc/test/decoder/
main.c 2249 WORD32 outlen = 0; local
    [all...]

Completed in 1849 milliseconds

12 3 4