Searched refs:total_length (Results 1 - 15 of 15) sorted by relevance

/external/oprofile/libdb/
H A Ddb_stat.c31 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/
H A Dsendserver.c36 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
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dndef.c29 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;
/external/wpa_supplicant_8/src/wps/
H A Dndef.c29 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;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dndef.c29 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;
/external/chromium/net/http/
H A Dpartial_data.cc252 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/v8/test/cctest/
H A Dtest-utils.cc173 int total_length = 0; local
184 total_length += seq_length;
187 CHECK_EQ(total_length, result.length());
/external/v8/tools/
H A Djs2c.py267 return Vector<const byte>(sources, %(total_length)i);
339 total_length = raw_total_length = module_offset
348 total_length = len(all_sources)
380 'total_length': total_length,
/external/oprofile/opjitconv/
H A Ddebug_line.c89 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/srec/srec/ca/
H A Dann_api.c316 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/chromium/net/spdy/
H A Dspdy_framer.cc110 size_t total_length = SpdyControlFrame::kNumNameValuePairsSize; local
115 total_length += SpdyControlFrame::kLengthOfNameSize +
120 return total_length;
/external/tcpdump/
H A Dprint-isoclns.c705 u_int8_t total_length[2]; member in struct:clnp_segment_header_t
797 EXTRACT_16BITS(clnp_segment_header->total_length));
/external/v8/src/
H A Dgdb-jit.cc1423 Writer::Slot<uint32_t> total_length = w->CreateSlotHere<uint32_t>(); local
1525 total_length.set(static_cast<uint32_t>(w->position() - start));
H A Druntime.cc5880 int total_length = 0;
5887 total_length += element->length();
5895 + total_length * kJsonQuoteWorstCaseBlowup;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c4875 int total_length = 0; local
4882 total_length += vkuu->iso_frame_desc[i].length;
4885 PRE_MEM_WRITE( "ioctl(USBDEVFS_SUBMITURB).buffer", (Addr)vkuu->buffer, total_length);
4887 PRE_MEM_READ( "ioctl(USBDEVFS_SUBMITURB).buffer", (Addr)vkuu->buffer, total_length);

Completed in 323 milliseconds