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

1 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;
  /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;
  /libcore/crypto/src/main/java/org/conscrypt/
CertificateMessage.java 53 int l = in.readUint24(); // total_length
55 if (length != 3) { // no more bytes after total_length
130 int total_length = 0; local
142 total_length = 3 * encoded_certs.length;
144 total_length += encoded_certs[i].length;
146 out.writeUint24(total_length);
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_writer.cpp 131 int32_t total_length = length; local
140 return total_length;
162 return total_length - length;
jpeg_reader.cpp 131 int32_t total_length = count; local
142 return total_length;
171 return total_length - count;
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
skia_utils_gtk2.cc 56 int total_length = w * h; local
61 for (int i = 0; i < total_length; ++i, gdk_pixels += 4) {
  /external/chromium_org/chrome/installer/util/
delete_after_reboot_helper.cc 216 size_t total_length = total_wchars * sizeof(wchar_t); local
217 buffer->resize(total_length);
  /external/chromium_org/third_party/iccjpeg/
iccjpeg.c 173 unsigned int total_length; local
212 total_length = 0;
216 data_offset[seq_no] = total_length;
217 total_length += data_length[seq_no];
220 if (total_length <= 0)
224 icc_data = (JOCTET *) malloc(total_length * sizeof(JOCTET));
245 *icc_data_len = total_length;
  /external/chromium_org/v8/test/cctest/
test-utils.cc 200 int total_length = 0; local
211 total_length += seq_length;
214 CHECK_EQ(total_length, result.length());
  /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());
  /external/chromium_org/ui/gfx/
skia_util.cc 163 int total_length = pixel_width * 4; local
164 for (int i = 0; i < total_length; i += 4) {
  /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/chromium_org/chrome/browser/usb/
usb_device_handle.cc 498 const uint64 total_length = packets * packet_length; local
499 CHECK(packets <= length && total_length <= length) <<
  /external/chromium_org/media/base/android/
media_codec_bridge.cc 275 // |total_length| keeps track of the total number of bytes before the last
277 size_t total_length = 1; local
282 while (total_length < extra_data_size) {
284 total_length += 1 + size;
285 if (total_length > 0x80000000) {
293 if (total_length >= extra_data_size) {
307 env, extra_data + total_length, extra_data_size - total_length);
  /external/chromium_org/net/http/
partial_data.cc 257 int64 total_length = headers->GetContentLength();
258 if (total_length <= 0)
266 resource_size_ = total_length;
334 int64 start, end, total_length; local
335 if (!headers->GetContentRange(&start, &end, &total_length))
337 if (total_length <= 0)
346 resource_size_ = total_length;
353 } 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/chromium_org/net/server/
web_socket.cc 341 size_t total_length = actual_masking_key_length + payload_length; local
342 if (static_cast<size_t>(buffer_end - p) < total_length)
  /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...]

Completed in 551 milliseconds

1 2