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

  /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;
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 131 unsigned int total_length = region_frag->getRegion().size(); local
132 if (total_length < (total_offset+pNBytes))
133 pNBytes = total_length - total_offset;
140 unsigned int total_length = stub_frag->size(); local
141 if (total_length < (total_offset+pNBytes))
142 pNBytes = total_length - total_offset;
  /external/v8/test/cctest/
test-utils.cc 173 int total_length = 0; local
184 total_length += seq_length;
187 CHECK_EQ(total_length, result.length());
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
CertificateMessage.java 54 int l = in.readUint24(); // total_length
56 if (length != 3) { // no more bytes after total_length
131 int total_length = 0; local
143 total_length = 3 * encoded_certs.length;
145 total_length += encoded_certs[i].length;
147 out.writeUint24(total_length);
  /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)
  /external/wpa_supplicant_8/src/wps/
ndef.c 29 u32 total_length; member in struct:ndef_record
69 record->total_length = pos - data;
70 if (record->total_length > size)
91 data += record.total_length;
92 len -= record.total_length;
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 182 int total_length = 0; local
186 total_length += read_length;
193 total_length);
  /external/chromium/net/http/
partial_data.cc 252 int64 total_length = headers->GetContentLength();
253 if (total_length <= 0 || !headers->HasStrongValidators())
261 resource_size_ = total_length;
329 int64 start, end, total_length; local
330 if (!headers->GetContentRange(&start, &end, &total_length))
332 if (total_length <= 0)
341 resource_size_ = total_length;
348 } else if (resource_size_ != total_length) {
  /external/marisa-trie/tools/
marisa-benchmark.cc 165 std::size_t total_length = 0; local
167 total_length += (*keys)[i].first.length();
169 std::cout << "total length: " << total_length << std::endl;
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-benchmark.cc 165 std::size_t total_length = 0; local
167 total_length += (*keys)[i].first.length();
169 std::cout << "total length: " << total_length << std::endl;
  /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...]
  /prebuilts/gcc/linux-x86/host/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/oprofile/opjitconv/
debug_line.c 89 uword total_length; member in struct:debug_line_header
121 uword total_length; member in struct:compilation_unit_header
401 dbg_header->total_length = (b->size - old_size) -
420 comp_unit_header->total_length = (b->size - old_size) -
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 5282 int total_length = 0; local
    [all...]
  /external/chromium/net/spdy/
spdy_framer.cc 110 size_t total_length = SpdyControlFrame::kNumNameValuePairsSize; local
115 total_length += SpdyControlFrame::kLengthOfNameSize +
120 return 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...]
  /external/v8/src/
gdb-jit.cc 1423 Writer::Slot<uint32_t> total_length = w->CreateSlotHere<uint32_t>(); local
    [all...]

Completed in 509 milliseconds