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

1 2 3

  /external/chromium_org/base/process/
process_info_linux.cc 21 TimeDelta start_offset = internal::ClockTicksToTimeDelta(start_ticks); local
24 return Time(boot_time + start_offset);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_batch.c 93 uint32_t start_offset = brw->state_batch_list[i].offset; local
94 uint32_t end_offset = start_offset + brw->state_batch_list[i].size;
96 start_offset);
  /external/chromium_org/ui/base/ime/
composition_underline.h 19 : start_offset(0),
27 : start_offset(s),
34 : start_offset(s),
41 return (this->start_offset == rhs.start_offset) &&
51 uint32 start_offset; member in struct:ui::CompositionUnderline
composition_text_util_pango_unittest.cc 22 int start_offset; member in struct:__anon20517::AttributeInfo
27 unsigned start_offset; member in struct:__anon20517::Underline
98 EXPECT_EQ(a.start_offset, b.start_offset);
127 g_utf8_offset_to_pointer(text, attrs[a].start_offset) - text;
  /external/chromium_org/ui/metro_viewer/
ime_types.h 20 int32 start_offset; member in struct:metro_viewer::UnderlineInfo
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_batch.c 93 uint32_t start_offset = brw->state_batch_list[i].offset; local
94 uint32_t end_offset = start_offset + brw->state_batch_list[i].size;
96 start_offset);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.h 39 int32_t start_offset,
50 int32_t start_offset,
57 int32_t offset() const { return block_offset() + start_offset(); }
58 int32_t start_offset() const { return start_offset_; } function in class:sfntly::BitmapGlyphInfo
ebdt_table.cc 135 int start_offset = Offset::kHeaderLength; local
149 start_offset + glyph_offset, size, builder->format());
153 start_offset += glyph_offset;
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.h 39 int32_t start_offset,
50 int32_t start_offset,
57 int32_t offset() const { return block_offset() + start_offset(); }
58 int32_t start_offset() const { return start_offset_; } function in class:sfntly::BitmapGlyphInfo
ebdt_table.cc 135 int start_offset = Offset::kHeaderLength; local
149 start_offset + glyph_offset, size, builder->format());
153 start_offset += glyph_offset;
  /art/runtime/gc/accounting/
card_table_test.cc 108 size_t start_offset = 0; local
110 start_offset = (start_offset + kObjectAlignment) % kCardSize;
114 byte* start = cstart + start_offset;
  /external/oprofile/libpp/
profile.h 141 u64 start_offset; member in class:profile_t
165 const_iterator() : start_offset(0) {}
167 : it(it_), start_offset(start_offset_) {}
172 odb_key_t vma() const { return it->first + start_offset; }
184 u64 start_offset; member in class:profile_t::const_iterator
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.cc 93 size_t start_offset = 0; local
107 if (domain->find("*.", start_offset) != std::string::npos ||
108 domain->find('!', start_offset) != std::string::npos) {
  /external/chromium_org/ppapi/shared_impl/
url_request_info_data.h 28 int64_t start_offset,
44 int64_t start_offset; member in struct:ppapi::URLRequestInfoData::BodyItem
  /external/chromium_org/third_party/libwebp/utils/
filters.c 49 const size_t start_offset = row * stride; local
52 in += start_offset;
53 out += start_offset;
96 const size_t start_offset = row * stride; local
99 in += start_offset;
100 out += start_offset;
149 const size_t start_offset = row * stride; local
152 in += start_offset;
153 out += start_offset;
  /external/webp/src/utils/
filters.c 49 const size_t start_offset = row * stride; local
52 in += start_offset;
53 out += start_offset;
96 const size_t start_offset = row * stride; local
99 in += start_offset;
100 out += start_offset;
149 const size_t start_offset = row * stride; local
152 in += start_offset;
153 out += start_offset;
  /external/chromium_org/net/disk_cache/blockfile/
bitmap.cc 137 int start_offset = begin & (kIntBits - 1); local
138 if (start_offset) {
140 int len = std::min(end - begin, kIntBits - start_offset);
  /external/chromium_org/third_party/brotli/src/woff2/
glyph.cc 42 size_t start_offset = buffer->offset(); local
66 if (buffer->offset() - start_offset > std::numeric_limits<uint32_t>::max()) {
69 glyph->composite_data_size = buffer->offset() - start_offset;
  /external/chromium_org/v8/src/arm64/
regexp-macro-assembler-arm64.h 98 int start_offset,
174 Register start_offset() { return w27; } function in class:v8::internal::RegExpMacroAssemblerARM64
  /external/chromium_org/v8/src/
regexp-macro-assembler.cc 98 int start_offset = previous_index; local
99 int char_length = subject_ptr->length() - start_offset;
119 StringCharacterPosition(subject_ptr, start_offset + slice_offset);
124 start_offset,
137 int start_offset,
150 start_offset,
  /external/libunwind/src/ia64/
Gtables.c 40 uint64_t start_offset; member in struct:ia64_table_entry
89 unw_word_t e_addr = 0, start_offset, end_offset, info_offset; local
99 if ((ret = remote_read (e_addr, start_offset)) < 0)
102 if (rel_ip < start_offset)
115 if (rel_ip < start_offset || rel_ip >= end_offset)
117 e->start_offset = start_offset;
143 unw_word_t start_offset, end_offset, info_offset, segbase; local
161 start_offset = e[0].start_offset;
    [all...]
  /external/qemu/android/
snapshot.c 114 uint64_t start_offset = seek_or_die(fd, 0, SEEK_CUR); local
151 uint32_t total_size = end_offset - start_offset;
155 seek_or_die(fd, start_offset + aligned_size, SEEK_SET);
  /hardware/intel/bootstub/
imr_toc.h 8 uint32_t start_offset; member in struct:__anon39391
  /hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp 433 int right_crop = 0, start_offset = 0; local
444 start_offset = input->start_offset;
502 row_src = src + start_offset;
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 365 int right_crop = 0, start_offset = 0; local
376 start_offset = input->start_offset;
432 row_src = src + start_offset;

Completed in 1112 milliseconds

1 2 3