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

1 2

  /external/chromium_org/ui/base/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 48 // The |total_length| paramater should be used if the CHARRANGE is set to
50 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;
  /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/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...]
  /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);
  /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/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;
  /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/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/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/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/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/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());
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 182 int total_length = 0; local
186 total_length += read_length;
193 total_length);
  /external/chromium_org/v8/tools/
js2c.py 267 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/v8/tools/
js2c.py 267 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/
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/ui/gfx/
skia_util.cc 163 int total_length = pixel_width * 4; local
164 for (int i = 0; i < total_length; i += 4) {
  /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/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 1211 milliseconds

1 2