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

1 2 3

  /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);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_list.h 28 int32_t start_offset; /* starting offset of unused data including sc prefix in first buffer */ member in struct:__anon29762
  /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 112 size_t start_offset = 0; local
114 start_offset = (start_offset + kObjectAlignment) % CardTable::kCardSize;
118 uint8_t* start = cstart + start_offset;
  /external/pcre/dist/
pcredemo.c 299 int start_offset = ovector[1]; /* Start at end of previous match */ local
318 start_offset, /* starting offset in the subject */
339 ovector[1] = start_offset + 1; /* Advance one byte */
341 start_offset < subject_length - 1 && /* we are at CRLF, */
342 subject[start_offset] == '\r' &&
343 subject[start_offset + 1] == '\n')
  /external/webp/src/dsp/
filters.c 49 const size_t start_offset = row * stride; local
52 in += start_offset;
53 out += start_offset;
86 const size_t start_offset = row * stride; local
89 in += start_offset;
90 out += start_offset;
129 const size_t start_offset = row * stride; local
132 in += start_offset;
133 out += start_offset;
filters_mips_dsp_r2.c 211 const size_t start_offset = row * stride; local
214 in += start_offset;
215 out += start_offset;
266 const size_t start_offset = row * stride; local
269 in += start_offset;
270 out += start_offset;
345 const size_t start_offset = row * stride; local
348 in += start_offset;
349 out += start_offset;
filters_sse2.c 122 const size_t start_offset = row * stride; local
125 in += start_offset;
126 out += start_offset;
159 const size_t start_offset = row * stride; local
162 in += start_offset;
163 out += start_offset;
265 const size_t start_offset = row * stride; local
268 in += start_offset;
269 out += start_offset;
  /bionic/tools/relocation_packer/src/
delta_encoder.cc 46 ElfAddr start_offset = relocations.size() > 1 ? local
50 packed->push_back(start_offset);
54 ElfAddr previous_offset = start_offset;
  /system/extras/simpleperf/
record_file_writer.cpp 165 uint64_t start_offset; local
166 if (!WriteFeatureBegin(&start_offset)) {
175 return WriteFeatureEnd(FEAT_BUILD_ID, start_offset);
179 uint64_t start_offset; local
180 if (!WriteFeatureBegin(&start_offset)) {
192 return WriteFeatureEnd(feature, start_offset);
196 uint64_t start_offset; local
197 if (!WriteFeatureBegin(&start_offset)) {
215 return WriteFeatureEnd(FEAT_CMDLINE, start_offset);
219 uint64_t start_offset; local
    [all...]
  /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/v8/src/heap/
remembered-set.h 51 uintptr_t start_offset = start - page->address(); local
53 DCHECK_LT(start_offset, end_offset);
55 slot_set->RemoveRange(static_cast<uint32_t>(start_offset),
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.h 102 int start_offset,
178 Register start_offset() { return w27; } function in class:v8::internal::RegExpMacroAssemblerARM64
  /external/v8/src/regexp/
regexp-macro-assembler.cc 228 int start_offset = previous_index; local
229 int char_length = subject_ptr->length() - start_offset;
249 StringCharacterPosition(subject_ptr, start_offset + slice_offset);
254 start_offset,
267 int start_offset,
279 isolate, code->entry(), input, start_offset, input_start, input_end,
  /hardware/intel/bootstub/
imr_toc.h 8 uint32_t start_offset; member in struct:__anon29608
  /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;
  /external/harfbuzz_ng/src/
hb-ot-font.cc 175 unsigned int start_offset, end_offset; local
178 start_offset = 2 * this->loca->u.shortsZ[glyph];
183 start_offset = this->loca->u.longsZ[glyph];
187 if (start_offset > end_offset || end_offset > this->glyf_len)
190 if (end_offset - start_offset < OT::glyfGlyphHeader::static_size)
193 const OT::glyfGlyphHeader &glyph_header = OT::StructAtOffset<OT::glyfGlyphHeader> (this->glyf, start_offset);
  /external/libchrome/base/strings/
string_util_unittest.cc 589 string16::size_type start_offset; member in struct:base::__anon14379
610 ReplaceSubstringsAfterOffset(&str, cases[i].start_offset,
620 string16::size_type start_offset; member in struct:base::__anon14380
640 ReplaceFirstSubstringAfterOffset(&str, cases[i].start_offset,
    [all...]
  /hardware/ti/omap4-aah/camera/inc/
Encoder_libjpeg.h 138 int start_offset; member in struct:Ti::Camera::Encoder_libjpeg::params
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 122 int start_offset; member in struct:android::Encoder_libjpeg::params
  /system/update_engine/
test_http_server.cc 78 off_t start_offset{0};
126 request->start_offset = atoll(range.c_str() + strlen("bytes="));
133 (intmax_t)request->start_offset);
180 ssize_t WriteHeaders(int fd, const off_t start_offset, const off_t end_offset,
194 const off_t content_length = end_offset - start_offset;;
198 if (start_offset || start_offset == end_offset) {
202 Itoa(start_offset == end_offset ? 0 : start_offset) +
222 size_t WritePayload(int fd, const off_t start_offset, const off_t end_offset
296 const size_t start_offset = request.start_offset; local
312 << start_offset << "), generating error response"; local
469 const off_t start_offset = request.start_offset; local
    [all...]
  /device/google/dragon/recovery/updater/
vboot_interface.c 209 off_t start_offset; local
223 start_offset = fmap->areas[i].offset;
226 start_offset = 0;
233 r = flash_read(dev, start_offset, data, *size);
240 *offset = start_offset;
  /external/mesa3d/src/gallium/drivers/r600/
r600.h 134 unsigned start_offset; member in struct:r600_block

Completed in 589 milliseconds

1 2 3