HomeSort by relevance Sort by last modified time
    Searched defs:outlen (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/protobuf/src/google/protobuf/testing/
zcgzip.cc 60 int outlen; local
63 ok = out.Next(&outptr, &outlen);
67 } while (outlen <= 0);
68 readlen = read(STDIN_FILENO, outptr, outlen);
70 out.BackUp(outlen);
73 if (readlen < outlen) {
74 out.BackUp(outlen - readlen);
  /external/squashfs-tools/squashfs-tools/
lzma_wrapper.c 37 outlen = block_size - LZMA_HEADER_SIZE; local
40 res = LzmaCompress(dest + LZMA_HEADER_SIZE, &outlen, src, size, dest,
75 * Success, return the compressed size. Outlen returned by the LZMA
78 return outlen + LZMA_HEADER_SIZE;
86 size_t outlen, inlen = size - LZMA_HEADER_SIZE; local
89 outlen = s[LZMA_PROPS_SIZE] |
94 if(outlen > outsize) {
99 res = LzmaUncompress(dest, &outlen, src + LZMA_HEADER_SIZE, &inlen, src,
103 return outlen;
lzo_wrapper.c 382 lzo_uint outlen = outsize; local
384 res = lzo1x_decompress_safe(src, size, dest, &outlen, NULL);
390 return outlen;
read_fs.c 60 int outlen = expected ? expected : SQUASHFS_METADATA_SIZE; local
76 if (c_byte > outlen)
88 outlen, &error);
  /external/curl/src/
tool_dirhie.c 101 size_t outlen; local
103 outlen = strlen(outfile);
108 dirbuildup = malloc(outlen + 1);
124 snprintf(&dirbuildup[dlen], outlen - dlen, "%s%s", DIR_CHAR, tempdir);
129 snprintf(dirbuildup, outlen, "%s%s", DIR_CHAR, tempdir);
tool_getparam.c 1192 size_t outlen = nlen + strlen(enc) + 2; local
    [all...]
  /external/curl/tests/unit/
unit1396.c 41 int outlen; member in struct:test
81 int outlen; variable
84 &outlen);
87 fail_unless(outlen == list1[i].outlen, "wrong output length returned");
88 fail_unless(!memcmp(out, list1[i].out, list1[i].outlen),
97 int outlen; variable
101 outlen = (int)strlen(out);
102 fail_unless(outlen == list2[i].outlen, "wrong output length returned")
    [all...]
  /external/boringssl/src/crypto/asn1/
a_mbstr.c 97 int outform, outlen = 0; local
211 outlen = nchar;
216 outlen = nchar << 1;
221 outlen = nchar << 2;
226 outlen = 0;
227 traverse_string(in, len, inform, out_utf8, &outlen);
231 if(!(p = OPENSSL_malloc(outlen + 1))) {
236 dest->length = outlen;
238 p[outlen] = 0;
296 int *outlen; local
    [all...]
  /external/boringssl/src/crypto/evp/
p_ec.c 154 size_t outlen; local
173 /* NB: unlike PKCS#3 DH, if *outlen is less than maximum size this is
176 outlen = *keylen;
178 ret = ECDH_compute_key(key, outlen, pubkey, eckey, 0);
  /external/kernel-headers/original/scsi/
scsi_ioctl.h 28 unsigned int outlen; member in struct:scsi_ioctl_command
  /external/ppp/pppd/
cbcp.c 427 int outlen; local
431 outlen = 4 + len;
437 PUTSHORT(outlen, outp);
442 output(us->us_unit, outpacket_buf, outlen + PPP_HDRLEN);
fsm.c 803 int outlen; local
811 outlen = datalen + HEADERLEN;
815 PUTSHORT(outlen, outp);
816 output(f->unit, outpacket_buf, outlen + PPP_HDRLEN);
upap.c 554 int outlen; local
556 outlen = UPAP_HEADERLEN + 2 * sizeof (u_char) +
564 PUTSHORT(outlen, outp);
571 output(u->us_unit, outpacket_buf, outlen + PPP_HDRLEN);
590 int outlen; local
592 outlen = UPAP_HEADERLEN + sizeof (u_char) + msglen;
598 PUTSHORT(outlen, outp);
601 output(u->us_unit, outpacket_buf, outlen + PPP_HDRLEN);
  /external/vboot_reference/cgpt/
cgpt_show.c 32 int i, outlen = 0; local
33 buf[outlen++] = '[';
36 buf[outlen++] = c2 >> 8;
37 buf[outlen++] = c2 & 0xff;
39 buf[outlen++] = '-';
41 buf[outlen++] = ']';
42 buf[outlen++] = '\0';
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 257 size_t outlen; local
261 outlen = 0;
369 amp[outlen++] = (int16_t) (rlow << 1);
370 amp[outlen++] = (int16_t) (rhigh << 1);
376 amp[outlen++] = (int16_t) (rlow << 1);
396 amp[outlen++] = saturate(xout1 >> 11);
397 amp[outlen++] = saturate(xout2 >> 11);
401 return outlen;
  /external/boringssl/src/crypto/rsa/
padding.c 280 unsigned outlen = 0; local
291 for (i = 0; outlen < len; i++) {
302 if (outlen + mdlen <= len) {
303 if (!EVP_DigestFinal_ex(&c, mask + outlen, NULL)) {
306 outlen += mdlen;
311 memcpy(mask + outlen, md, len - outlen);
312 outlen = len;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DSAParametersGenerator.java 230 int outlen = d.getDigestSize() * 8; local
241 // 3. n = ceiling(L / outlen) - 1.
242 int n = (L - 1) / outlen;
244 // 4. b = L - 1 - (n * outlen).
245 int b = (L - 1) % outlen;
279 // 11.2 W = V0 + (V1 ? 2^outlen) + ... + (V^(n?1) ? 2^((n?1) ? outlen)) + ((Vn mod 2^b) ? 2^(n ? outlen)).
  /external/libxml2/
testHTML.c 380 int outlen, attlen; local
383 outlen = sizeof output - 1;
384 htmlEncodeEntities(output, &outlen, att, &attlen, '\'');
385 output[outlen] = 0;
422 int inlen = len, outlen = 30; local
424 htmlEncodeEntities(output, &outlen, ch, &inlen, 0);
425 output[outlen] = 0;
443 int inlen = len, outlen = 30; local
445 htmlEncodeEntities(output, &outlen, ch, &inlen, 0);
446 output[outlen] = 0
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_server_read.c 574 size_t outlen, outbuflen; local
595 outbuflen = outlen = end - pos;
596 out = os_malloc(outlen >= TLS_PRE_MASTER_SECRET_LEN ?
597 outlen : TLS_PRE_MASTER_SECRET_LEN);
624 out, &outlen) < 0) {
626 "PreMasterSecret (encr_len=%u outlen=%lu)",
627 encr_len, (unsigned long) outlen);
631 if (!use_random && outlen != TLS_PRE_MASTER_SECRET_LEN) {
633 (unsigned long) outlen);
645 outlen = TLS_PRE_MASTER_SECRET_LEN
    [all...]
  /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...]
  /external/boringssl/src/crypto/x509/
a_strex.c 166 int i, outlen, len; local
171 outlen = 0;
213 outlen += len;
218 outlen += len;
221 return outlen;
257 int outlen, der_len; local
262 outlen = do_hex_dump(io_ch, arg, str->data, str->length);
263 if(outlen < 0) return -1;
264 return outlen + 1;
273 outlen = do_hex_dump(io_ch, arg, der_buf, der_len)
304 int outlen, len; local
390 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/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 610 int32 outlen = strlen(strA) + 1; local
611 coded_output->WriteVarint32(outlen);
612 coded_output->WriteRaw(strA, outlen);
621 outlen = strlen(strB) + 1;
622 coded_output->WriteVarint32(outlen);
623 coded_output->WriteRaw(strB, outlen);
  /external/sqlite/android/
sqlite3_android.cpp 123 int outlen = 0; local
124 android::phone_number_stripped_reversed_inter(number, out, PHONE_NUMBER_BUFFER_SIZE, &outlen);
125 sqlite3_result_text(context, (const char*)out, outlen, SQLITE_TRANSIENT);
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 707 uint32_t outlen; local
742 buflen = outlen = (uint32_t)e->GetArrayLength(data);
756 outlen += 2;
781 outlen += 2;
812 transceive_info.sSendData.length = outlen - offset;
    [all...]

Completed in 1163 milliseconds

1 2 3