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

1 2 3

  /external/ltp/tools/pounder21/src/time_tests/
drift-test.py 61 start_offset = string.atof(line[-2]); variable
80 delta_offset = now_offset - start_offset
  /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:__anon40295
  /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/dist2/src/
pcre2demo.c 329 PCRE2_SIZE start_offset = ovector[1]; /* Start at end of previous match */ local
347 start_offset, /* starting offset in the subject */
368 ovector[1] = start_offset + 1; /* Advance one code unit */
370 start_offset < subject_length - 1 && /* we are at CRLF, */
371 subject[start_offset] == '\r' &&
372 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 200 const size_t start_offset = row * stride; local
203 in += start_offset;
204 out += start_offset;
244 const size_t start_offset = row * stride; local
247 in += start_offset;
248 out += start_offset;
311 const size_t start_offset = row * stride; local
314 in += start_offset;
315 out += start_offset;
filters_neon.c 72 const size_t start_offset = row * stride; local
75 in += start_offset;
76 out += start_offset;
111 const size_t start_offset = row * stride; local
114 in += start_offset;
115 out += start_offset;
173 const size_t start_offset = row * stride; local
176 in += start_offset;
177 out += start_offset;
filters_sse2.c 78 const size_t start_offset = row * stride; local
81 in += start_offset;
82 out += start_offset;
110 const size_t start_offset = row * stride; local
113 in += start_offset;
114 out += start_offset;
172 const size_t start_offset = row * stride; local
175 in += start_offset;
176 out += start_offset;
  /system/core/libunwindstack/
ElfInterfaceArm.h 75 uint64_t start_offset() { return start_offset_; } function in class:ElfInterfaceArm
77 void set_start_offset(uint64_t start_offset) { start_offset_ = 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;
  /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 52 uintptr_t start_offset = start - chunk->address(); local
54 DCHECK_LT(start_offset, end_offset);
56 slot_set->RemoveRange(static_cast<int>(start_offset),
60 // Compute slot set indicies for the range [start_offset, end_offset).
61 int start_chunk = static_cast<int>(start_offset / Page::kPageSize);
64 static_cast<int>(start_offset % Page::kPageSize);
73 // Clear all slots from start_offset to the end of first chunk.
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.h 101 int start_offset,
177 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:__anon40141
  /external/libchrome/base/strings/
string_util_unittest.cc 589 string16::size_type start_offset; member in struct:base::__anon22649
610 ReplaceSubstringsAfterOffset(&str, cases[i].start_offset,
620 string16::size_type start_offset; member in struct:base::__anon22650
640 ReplaceFirstSubstringAfterOffset(&str, cases[i].start_offset,
    [all...]
  /system/libufdt/
ufdt_convert.c 335 int start_offset = fdt_path_offset(fdtp, "/"); local
336 if (start_offset < 0) {
342 int start_tag = fdt_next_tag(fdtp, start_offset, &end_offset);
343 res_tree->root = fdt_to_ufdt_tree(fdtp, start_offset, &end_offset, start_tag);
  /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 218 off_t start_offset; local
232 start_offset = fmap->areas[i].offset;
235 start_offset = 0;
242 r = flash_read(dev, start_offset, data, *size);
249 *offset = start_offset;
  /device/linaro/bootloader/edk2/CorebootModulePkg/Include/
Coreboot.h 74 UINT32 start_offset; member in struct:imd_entry
  /external/harfbuzz_ng/src/
hb-ot-font.cc 190 unsigned int start_offset, end_offset; local
193 start_offset = 2 * this->loca->u.shortsZ[glyph];
198 start_offset = this->loca->u.longsZ[glyph];
202 if (start_offset > end_offset || end_offset > this->glyf_len)
205 if (end_offset - start_offset < OT::glyfGlyphHeader::static_size)
208 const OT::glyfGlyphHeader &glyph_header = OT::StructAtOffset<OT::glyfGlyphHeader> (this->glyf, start_offset);
  /external/mesa3d/src/gallium/drivers/r600/
r600.h 134 unsigned start_offset; member in struct:r600_block

Completed in 1584 milliseconds

1 2 3