/external/v8/src/ |
D | objects-body-descriptors.h | 39 static inline void IteratePointers(HeapObject* obj, int start_offset, 44 int start_offset, int end_offset); 59 static inline void IterateBodyImpl(HeapObject* obj, int start_offset, 65 int start_offset, int end_offset); 72 template <int start_offset, int end_offset, int size> 75 static const int kStartOffset = start_offset; 85 IterateBodyImpl(obj, start_offset, end_offset, v); in IterateBody() 97 IterateBodyImpl<StaticVisitor>(heap, obj, start_offset, end_offset); in IterateBody() 110 template <int start_offset> 113 static const int kStartOffset = start_offset; [all …]
|
D | objects-body-descriptors-inl.h | 13 template <int start_offset> 14 int FlexibleBodyDescriptor<start_offset>::SizeOf(Map* map, HeapObject* object) { in SizeOf() 33 void BodyDescriptorBase::IterateBodyImpl(HeapObject* obj, int start_offset, in IterateBodyImpl() argument 36 IteratePointers(obj, start_offset, end_offset, v); in IterateBodyImpl() 39 DCHECK(IsAligned(start_offset, kPointerSize) && in IterateBodyImpl() 44 for (int offset = start_offset; offset < end_offset;) { in IterateBodyImpl() 57 int start_offset, int end_offset) { in IterateBodyImpl() argument 59 IteratePointers<StaticVisitor>(heap, obj, start_offset, end_offset); in IterateBodyImpl() 62 DCHECK(IsAligned(start_offset, kPointerSize) && in IterateBodyImpl() 67 for (int offset = start_offset; offset < end_offset;) { in IterateBodyImpl() [all …]
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | bitmap_glyph_info.cc | 23 int32_t start_offset, in BitmapGlyphInfo() argument 29 start_offset_(start_offset), in BitmapGlyphInfo() 35 int32_t start_offset, in BitmapGlyphInfo() argument 41 start_offset_(start_offset), in BitmapGlyphInfo() 65 return lhs->start_offset() > rhs->start_offset(); in operator ()()
|
D | bitmap_glyph_info.h | 39 int32_t start_offset, 50 int32_t start_offset, 57 int32_t offset() const { return block_offset() + start_offset(); } in offset() 58 int32_t start_offset() const { return start_offset_; } in start_offset() function
|
/external/libunwind/src/ia64/ |
D | Gtables.c | 40 uint64_t start_offset; member 89 unw_word_t e_addr = 0, start_offset, end_offset, info_offset; in remote_lookup() local 99 if ((ret = remote_read (e_addr, start_offset)) < 0) in remote_lookup() 102 if (rel_ip < start_offset) in remote_lookup() 115 if (rel_ip < start_offset || rel_ip >= end_offset) in remote_lookup() 117 e->start_offset = start_offset; in remote_lookup() 143 unw_word_t start_offset, end_offset, info_offset, segbase; in _Uia64_find_dyn_list() local 161 start_offset = e[0].start_offset; in _Uia64_find_dyn_list() 176 if ( (ret = remote_read (e_addr, start_offset) < 0) in _Uia64_find_dyn_list() 184 if (start_offset != end_offset) in _Uia64_find_dyn_list() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.h | 77 unsigned int start_offset, 86 unsigned int start_offset, 102 unsigned int start_offset, 123 unsigned int start_offset, 131 unsigned int start_offset, 162 unsigned int start_offset, 171 unsigned int start_offset, 187 unsigned int start_offset,
|
D | hb-ot-layout-gdef-table.hh | 50 unsigned int start_offset, in get_attach_points() 65 const USHORT *array = points.sub_array (start_offset, point_count); in get_attach_points() 213 unsigned int start_offset, in get_lig_carets() 218 const OffsetTo<CaretValue> *array = carets.sub_array (start_offset, caret_count); in get_lig_carets() 247 unsigned int start_offset, in get_lig_carets() 259 …return lig_glyph.get_lig_carets (font, direction, glyph_id, start_offset, caret_count, caret_array… in get_lig_carets() 358 unsigned int start_offset, in get_attach_points() 361 { return (this+attachList).get_attach_points (glyph_id, start_offset, point_count, point_array); } in get_attach_points() 367 unsigned int start_offset, in get_lig_carets() 370 …{ return (this+ligCaretList).get_lig_carets (font, direction, glyph_id, start_offset, caret_count,… in get_lig_carets()
|
D | hb-ot-layout-jstf-table.hh | 152 inline unsigned int get_lang_sys_tags (unsigned int start_offset, in get_lang_sys_tags() 155 { return langSys.get_tags (start_offset, lang_sys_count, lang_sys_tags); } in get_lang_sys_tags() 203 inline unsigned int get_script_tags (unsigned int start_offset, in get_script_tags() 206 { return scriptList.get_tags (start_offset, script_count, script_tags); } in get_script_tags()
|
D | hb-ot-layout.cc | 189 unsigned int start_offset, in hb_ot_layout_get_attach_points() argument 193 return _get_gdef (face).get_attach_points (glyph, start_offset, point_count, point_array); in hb_ot_layout_get_attach_points() 200 unsigned int start_offset, in hb_ot_layout_get_ligature_carets() argument 204 …return _get_gdef (font->face).get_lig_carets (font, direction, glyph, start_offset, caret_count, c… in hb_ot_layout_get_ligature_carets() 227 unsigned int start_offset, in hb_ot_layout_table_get_script_tags() argument 233 return g.get_script_tags (start_offset, script_count, script_tags); in hb_ot_layout_table_get_script_tags() 319 unsigned int start_offset, in hb_ot_layout_table_get_feature_tags() argument 325 return g.get_feature_tags (start_offset, feature_count, feature_tags); in hb_ot_layout_table_get_feature_tags() 355 unsigned int start_offset, in hb_ot_layout_script_get_language_tags() argument 361 return s.get_lang_sys_tags (start_offset, language_count, language_tags); in hb_ot_layout_script_get_language_tags() [all …]
|
/external/webp/src/dsp/ |
D | filters.c | 49 const size_t start_offset = row * stride; in DoHorizontalFilter() local 52 in += start_offset; in DoHorizontalFilter() 53 out += start_offset; in DoHorizontalFilter() 86 const size_t start_offset = row * stride; in DoVerticalFilter() local 89 in += start_offset; in DoVerticalFilter() 90 out += start_offset; in DoVerticalFilter() 129 const size_t start_offset = row * stride; in DoGradientFilter() local 132 in += start_offset; in DoGradientFilter() 133 out += start_offset; in DoGradientFilter()
|
D | filters_mips_dsp_r2.c | 211 const size_t start_offset = row * stride; in DoHorizontalFilter() local 214 in += start_offset; in DoHorizontalFilter() 215 out += start_offset; in DoHorizontalFilter() 266 const size_t start_offset = row * stride; in DoVerticalFilter() local 269 in += start_offset; in DoVerticalFilter() 270 out += start_offset; in DoVerticalFilter() 345 const size_t start_offset = row * stride; in DoGradientFilter() local 348 in += start_offset; in DoGradientFilter() 349 out += start_offset; in DoGradientFilter()
|
D | filters_sse2.c | 122 const size_t start_offset = row * stride; in DoHorizontalFilter() local 125 in += start_offset; in DoHorizontalFilter() 126 out += start_offset; in DoHorizontalFilter() 159 const size_t start_offset = row * stride; in DoVerticalFilter() local 162 in += start_offset; in DoVerticalFilter() 163 out += start_offset; in DoVerticalFilter() 265 const size_t start_offset = row * stride; in DoGradientFilter() local 268 in += start_offset; in DoGradientFilter() 269 out += start_offset; in DoGradientFilter()
|
/external/elfutils/libelf/ |
D | elf_readall.c | 55 child->start_offset -= offset; in set_address() 116 elf->start_offset) in __libelf_readall() 134 set_address (elf, elf->start_offset); in __libelf_readall() 138 elf->state.ar.offset -= elf->start_offset; in __libelf_readall() 139 elf->start_offset = 0; in __libelf_readall()
|
D | elf32_updatefile.c | 156 (*fctp) ((char *) elf->map_address + elf->start_offset, ehdr, in __elfw2() 159 else if (elf->map_address + elf->start_offset != ehdr) in __elfw2() 160 memcpy (elf->map_address + elf->start_offset, ehdr, in __elfw2() 187 memset (elf->map_address + elf->start_offset + ehdr->e_ehsize, in __elfw2() 202 (*fctp) (elf->map_address + elf->start_offset + ehdr->e_phoff, in __elfw2() 207 memcpy (elf->map_address + elf->start_offset + ehdr->e_phoff, in __elfw2() 220 char *last_position = ((char *) elf->map_address + elf->start_offset in __elfw2() 238 char *const shdr_start = ((char *) elf->map_address + elf->start_offset in __elfw2() 263 assert ((char *) elf->map_address + elf->start_offset in __elfw2() 266 < ((char *) elf->map_address + elf->start_offset in __elfw2() [all …]
|
D | elf_getshdrstrndx.c | 113 + elf->start_offset + offset)) in elf_getshdrstrndx() 128 num = ((Elf32_Shdr *) (elf->map_address + elf->start_offset in elf_getshdrstrndx() 174 + elf->start_offset + offset)) in elf_getshdrstrndx() 189 num = ((Elf64_Shdr *) (elf->map_address + elf->start_offset in elf_getshdrstrndx()
|
D | elf_getaroff.c | 52 return elf->start_offset - sizeof (struct ar_hdr) - parent->start_offset; in elf_getaroff()
|
/external/pcre/dist/ |
D | pcre_jit_test.c | 143 int start_offset; member 1212 if (!(current->start_offset & F_PROPERTY)) in regression_tests() 1224 if (!(current->start_offset & F_NO8)) in regression_tests() 1245 } else if (((utf && ucp) || is_ascii) && !(current->start_offset & F_NO8)) in regression_tests() 1249 if ((current->flags & PCRE_UTF16) || (current->start_offset & F_FORCECONV)) in regression_tests() 1255 if (!(current->start_offset & F_NO16)) in regression_tests() 1276 } else if (((utf && ucp) || is_ascii) && !(current->start_offset & F_NO16)) in regression_tests() 1280 if ((current->flags & PCRE_UTF32) || (current->start_offset & F_FORCECONV)) in regression_tests() 1286 if (!(current->start_offset & F_NO32)) in regression_tests() 1307 } else if (((utf && ucp) || is_ascii) && !(current->start_offset & F_NO32)) in regression_tests() [all …]
|
D | pcredemo.c | 299 int start_offset = ovector[1]; /* Start at end of previous match */ in main() local 318 start_offset, /* starting offset in the subject */ in main() 339 ovector[1] = start_offset + 1; /* Advance one byte */ in main() 341 start_offset < subject_length - 1 && /* we are at CRLF, */ in main() 342 subject[start_offset] == '\r' && in main() 343 subject[start_offset + 1] == '\n') in main()
|
D | pcretest.c | 253 #define PCRE_DFA_EXEC8(count, re, extra, bptr, len, start_offset, options, \ argument 255 count = pcre_dfa_exec(re, extra, (char *)bptr, len, start_offset, options, \ 258 #define PCRE_EXEC8(count, re, extra, bptr, len, start_offset, options, \ argument 260 count = pcre_exec(re, extra, (char *)bptr, len, start_offset, options, \ 343 #define PCRE_DFA_EXEC16(count, re, extra, bptr, len, start_offset, options, \ argument 346 (PCRE_SPTR16)bptr, len, start_offset, options, offsets, size_offsets, \ 349 #define PCRE_EXEC16(count, re, extra, bptr, len, start_offset, options, \ argument 352 len, start_offset, options, offsets, size_offsets) 435 #define PCRE_DFA_EXEC32(count, re, extra, bptr, len, start_offset, options, \ argument 438 (PCRE_SPTR32)bptr, len, start_offset, options, offsets, size_offsets, \ [all …]
|
/external/toybox/toys/pending/ |
D | fdisk.c | 59 sector_t start_offset; member 215 first[i] = swap_le32toh(px->start4) + pe->start_offset; in check_order() 259 partitions[num_parts].start_offset = offset; in read_ebr() 305 pe->start_offset = 0; in reset_boot() 472 start_sec = swap_le32toh(p->start4) + partitions[i].start_offset; in list_partitions() 528 partitions[i].start_offset = 0; in init_members() 612 new_start = partitions[i + 1].start_offset + swap_le32toh(q->start4) - extended_offset; in delete_partition() 671 offset = pe->start_offset; in write_table() 884 if (start < pe->start_offset && limit >= pe->start_offset) limit = pe->start_offset - 1; in ask_end_sector() 932 begin_sec[i] = swap_le32toh(p->start4) + pe->start_offset; in add_partition() [all …]
|
/external/elfutils/libdwfl/ |
D | gzip.c | 134 open_stream (int fd, off_t start_offset, struct unzip_state *state) in open_stream() argument 139 if (start_offset != 0) in open_stream() 141 off_t off = lseek (d, start_offset, SEEK_SET); in open_stream() 142 if (off != start_offset) in open_stream() 169 unzip (int fd, off_t start_offset, in unzip() argument 194 ssize_t n = pread_retry (fd, state.input_buffer, READ_SIZE, start_offset); in unzip() 241 start_offset + state.input_pos); in unzip() 282 Dwfl_Error result = open_stream (fd, start_offset, &state); in unzip()
|
D | image-header.c | 60 __libdw_image_header (int fd, off_t *start_offset, in __libdw_image_header() argument 70 *start_offset + H_START); in __libdw_image_header() 95 *start_offset += offset; in __libdw_image_header()
|
/external/elfutils/libdw/ |
D | dwarf_ranges.c | 123 Dwarf_Word start_offset; in dwarf_ranges() local 126 &readendp, &start_offset)) == NULL) in dwarf_ranges() 129 offset = start_offset; in dwarf_ranges() 130 assert ((Dwarf_Word) offset == start_offset); in dwarf_ranges()
|
/external/v8/src/regexp/ |
D | regexp-macro-assembler.cc | 141 int start_offset = previous_index; in Match() local 142 int char_length = subject_ptr->length() - start_offset; in Match() 162 StringCharacterPosition(subject_ptr, start_offset + slice_offset); in Match() 167 start_offset, in Match() 180 int start_offset, in Execute() argument 192 isolate, code->entry(), input, start_offset, input_start, input_end, in Execute()
|
/external/sfntly/cpp/src/sfntly/data/ |
D | readable_font_data.cc | 170 int32_t start_offset, in SearchUShort() argument 180 int32_t location_start = ReadUShort(start_index + location * start_offset); in SearchUShort() 202 int32_t start_offset, in SearchUShort() argument 210 int32_t location_start = ReadUShort(start_index + location * start_offset); in SearchUShort() 225 int32_t start_offset, in SearchULong() argument 236 + location * start_offset); in SearchULong()
|