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

1 2

  /external/chromium_org/ui/gfx/range/
range_win.cc 13 Range::Range(const CHARRANGE& range, LONG total_length) {
21 // so use the |total_length| parameter.
24 DCHECK_NE(-1, total_length);
25 set_end(total_length);
range.h 49 // The |total_length| paramater should be used if the CHARRANGE is set to
51 Range(const CHARRANGE& range, LONG total_length = -1);
  /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/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/libpcap/
sf-pcap-ng.c 72 bpf_u_int32 total_length; member in struct:block_header
79 bpf_u_int32 total_length; member in struct:block_trailer
267 bhdr.total_length = SWAPLONG(bhdr.total_length);
277 if (bhdr.total_length > 16*1024*1024) {
280 bhdr.total_length, 16*1024*1024);
288 if (bhdr.total_length < sizeof(struct block_header) +
292 bhdr.total_length,
300 if (p->bufsize < bhdr.total_length) {
304 p->buffer = realloc(p->buffer, bhdr.total_length);
649 bpf_u_int32 total_length; local
    [all...]
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 135 unsigned int total_length = region_frag->getRegion().size(); local
136 if (total_length < (total_offset+pNBytes))
137 pNBytes = total_length - total_offset;
144 unsigned int total_length = stub_frag->size(); local
145 if (total_length < (total_offset+pNBytes))
146 pNBytes = total_length - total_offset;
  /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...]
  /external/wpa_supplicant_8/src/wps/
ndef.c 29 u32 total_length; member in struct:ndef_record
70 record->total_length = pos - data;
71 if (record->total_length > size)
92 data += record.total_length;
93 len -= record.total_length;
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.cpp 367 size_t total_length = 0; local
375 content_length = total_length = 1; // The command is one byte long...
392 total_length = hash_pos + 3; // Skip the # and the two hex checksum bytes
441 else if (total_length > 0)
446 assert (total_length <= m_bytes.size());
447 assert (content_length <= total_length);
462 log->Printf ("<%4zu> read packet: %.*s", total_length, (int)(total_length), m_bytes.c_str());
465 m_history.AddPacket (m_bytes.c_str(), total_length, History::ePacketTypeRecv, total_length);
    [all...]
  /external/chromium_org/third_party/smhasher/src/
PMurHash.h 57 MH_UINT32 PMurHash32_Result(MH_UINT32 h1, MH_UINT32 carry, MH_UINT32 total_length);
PMurHash.c 262 /* Finalize a hash. To match the original Murmur3A the total_length must be provided */
263 uint32_t PMurHash32_Result(uint32_t h, uint32_t carry, uint32_t total_length)
271 h ^= total_length;
  /external/chromium_org/net/http/
partial_data.cc 259 int64 total_length = headers->GetContentLength();
260 if (total_length <= 0)
268 resource_size_ = total_length;
336 int64 start, end, total_length; local
337 if (!headers->GetContentRange(&start, &end, &total_length))
339 if (total_length <= 0)
352 resource_size_ = total_length;
359 } else if (resource_size_ != total_length) {
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.h 57 total_length(0),
73 uint32_t total_length; // The size in bytes of the statement information for this compilation unit (not including the total_length field itself). member in struct:DWARFDebugLine::Prologue
86 uint32_t Length() const { return prologue_length + sizeof(total_length) + sizeof(version) + sizeof(prologue_length); }
88 uint32_t StatementTableLength() const { return total_length + sizeof(total_length) - Length(); }
95 total_length = version = prologue_length = min_inst_length = line_base = line_range = opcode_base = 0;
  /external/chromium_org/third_party/brotli/src/brotli/enc/
block_splitter.cc 52 size_t total_length = 0; local
54 total_length += cmds[i].insert_length_;
56 if (total_length == 0) {
61 literals->resize(total_length);
66 for (int i = 0; i < cmds.size() && pos < total_length; ++i) {
375 int total_length = 0; local
380 if (total_length > length_limit) {
383 total_length = 0;
386 total_length += cmd_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 54 int total_length = w * h; local
59 for (int i = 0; i < total_length; ++i, gdk_pixels += 4) {
  /external/android-clat/
clatd_test.cpp 289 size_t total_length, pos = 0; local
341 total_length = headersize;
347 total_length += payload_length;
348 ASSERT_LT(total_length, *reassembled_len) << msg << ": Reassembly buffer too small\n";
355 ASSERT_EQ(total_length, pos) << msg << ": Reassembled packet length incorrect\n";
358 ip->tot_len = htons(total_length);
365 ip6->ip6_plen = htons(total_length - sizeof(*ip6));
370 *reassembled_len = total_length;
561 size_t total_length = sizeof(reassembled); local
563 reassembled, &total_length, "Reassembly sanity check")
565 ASSERT_EQ(sizeof(kReassembledIPv4), total_length) << "IPv4 reassembly sanity check: length\\n"; local
    [all...]
  /external/chromium_org/media/audio/sounds/
wav_audio_handler.cc 66 uint32 total_length = std::min(ReadInt<uint32>(wav_data, 4), local
69 while (offset < total_length) {
  /external/chromium_org/v8/test/cctest/
test-utils.cc 184 int total_length = 0; local
195 total_length += seq_length;
198 CHECK_EQ(total_length, result.length());
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 187 int total_length = 0; local
191 total_length += read_length;
198 << total_length << ";\n\n"; local
  /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/chromium_org/chrome/browser/ui/autofill/
password_generation_popup_controller_impl.cc 184 int total_length = gfx::GetStringWidth(HelpText(), font_list_); local
187 static_cast<int>(ceil(static_cast<double>(total_length)/usable_width)) *
  /external/chromium_org/ui/gfx/
skia_util.cc 172 int total_length = pixel_width * 4; local
173 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)

Completed in 1480 milliseconds

1 2