HomeSort by relevance Sort by last modified time
    Searched refs:total_length (Results 1 - 12 of 12) sorted by null

  /external/openssl/crypto/rand/
rand_vms.c 97 short total_length = 0; local
105 && (total_length + pitems_data->length <= 256))
109 pitem->buffer = (long *)&data_buffer[total_length];
111 total_length += pitems_data->length;
128 RAND_add(data_buffer, total_length, total_length/2);
  /external/oprofile/libdb/
db_stat.c 31 double total_length = 0.0; local
62 total_length += cur_length;
68 result->average_list_length = total_length / nr_non_empty_list;
  /external/ppp/pppd/plugins/radius/
sendserver.c 36 int total_length = 0; local
70 total_length += length+8;
80 total_length += length+8;
124 total_length += padded_length + 2;
151 total_length += CHAP_VALUE_LENGTH + 2;
162 total_length += length + 2;
171 total_length += sizeof (UINT4) + 2;
182 return total_length;
205 int total_length; local
268 total_length = rc_pack_list(data->send_pairs, secret, auth) + AUTH_HDR_LEN
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
CertificateMessage.java 55 int l = in.readUint24(); // total_length
57 if (length != 3) { // no more bytes after total_length
137 int total_length = 0; local
149 total_length = 3 * encoded_certs.length;
151 total_length += encoded_certs[i].length;
153 out.writeUint24(total_length);
  /external/chromium/net/http/
partial_data.cc 135 int64 total_length = headers->GetContentLength();
136 if (total_length <= 0 || !headers->HasStrongValidators())
142 resource_size_ = total_length;
200 int64 start, end, total_length; local
201 if (!headers->GetContentRange(&start, &end, &total_length))
203 if (total_length <= 0)
212 resource_size_ = total_length;
219 } else if (resource_size_ != total_length) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiway_merge.h 1004 _DifferenceTp total_length = 0; local
1311 difference_type total_length = 0; local
    [all...]
  /external/srec/srec/ca/
ann_api.c 316 int total_length; local
468 total_length = 0;
470 total_length += hAnnotation->data->tcp[ii].end;
471 if (total_length > hPattern->data.prep->end.max_annotation_frames)
485 if (total_length < hPattern->data.prep->end.min_annotation_frames)
  /build/tools/apriori/
rangesort.c 241 int total_length = ranges[start_idx].length; local
247 total_length += ranges[old_end_idx].length;
259 total_length,
  /external/elfcopy/
rangesort.c 259 int total_length = ranges[start_idx].length; local
265 total_length += ranges[old_end_idx].length;
277 total_length,
  /external/bluetooth/bluez/audio/
unix.c 567 size_t codec_length, type_length, total_length; local
572 total_length = type_length + codec_length +
575 if (space_left < total_length)
585 codec->length = total_length;
    [all...]
  /external/tcpdump/
print-isoclns.c 705 u_int8_t total_length[2]; member in struct:clnp_segment_header_t
797 EXTRACT_16BITS(clnp_segment_header->total_length));
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]

Completed in 241 milliseconds