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

12

  /external/chromium_org/v8/tools/
js2c.py 301 return Vector<const byte>(sources, %(total_length)i);
375 total_length = raw_total_length = module_offset
384 total_length = len(all_sources)
416 'total_length': 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/chromium_org/chrome/installer/util/
delete_after_reboot_helper.cc 220 size_t total_length = total_wchars * sizeof(wchar_t); local
221 buffer->resize(total_length);
  /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/chromium_org/chrome/browser/usb/
usb_device_handle.cc 501 const uint64 total_length = packets * packet_length; local
502 CHECK(packets <= length && total_length <= length) <<
  /external/chromium_org/third_party/ots/src/
woff2.cc 856 uint32_t total_length; local
859 !file.ReadU32(&total_length)) {
862 return total_length;
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/usb/
usb_api.cc 1128 const uint64 total_length = packets * packet_length; 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/chromium_org/net/spdy/
spdy_framer.cc 876 size_t total_length = num_name_value_pairs_size; local
882 total_length += length_of_name_size + it->first.size() +
885 return total_length;
    [all...]
  /external/chromium_org/v8/src/
factory.cc 312 int total_length = first->length() + second->length(); local
315 NewRawOneByteString(total_length), first, second);
318 NewRawTwoByteString(total_length), first, second);
    [all...]
api.cc 4561 int total_length = 0; local
    [all...]
gdb-jit.cc 1434 Writer::Slot<uint32_t> total_length = w->CreateSlotHere<uint32_t>(); local
    [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...]
runtime.cc     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 5282 int total_length = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]

Completed in 1857 milliseconds

12