Searched refs:start_offset (Results 1 - 25 of 103) sorted by relevance

12345

/external/elfutils/libelf/
H A Delf_getaroff.c52 return elf->start_offset - sizeof (struct ar_hdr) - parent->start_offset;
H A Delf_getbase.c43 return elf == NULL ? (off_t) -1 : elf->start_offset;
H A Delf_readall.c55 child->start_offset -= offset;
116 elf->start_offset)
134 set_address (elf, elf->start_offset);
138 elf->state.ar.offset -= elf->start_offset;
139 elf->start_offset = 0;
H A Delf_rand.c50 elf->state.ar.offset = elf->start_offset + offset;
H A Delf_rawfile.c63 result = (char *) elf->map_address + elf->start_offset;
H A Delf_getshdrstrndx.c113 + elf->start_offset + offset))
128 num = ((Elf32_Shdr *) (elf->map_address + elf->start_offset
174 + elf->start_offset + offset))
189 num = ((Elf64_Shdr *) (elf->map_address + elf->start_offset
/external/v8/src/
H A Dobjects-body-descriptors.h39 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);
70 // in which all pointer fields are located in the [start_offset, 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);
97 IterateBodyImpl<StaticVisitor>(heap, obj, start_offset, end_offset);
108 // in which all pointer fields are located in the [start_offset, object_siz
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph_info.cc23 int32_t start_offset,
29 start_offset_(start_offset),
35 int32_t start_offset,
41 start_offset_(start_offset),
65 return lhs->start_offset() > rhs->start_offset();
21 BitmapGlyphInfo(int32_t glyph_id, int32_t block_offset, int32_t start_offset, int32_t length, int32_t format) argument
34 BitmapGlyphInfo(int32_t glyph_id, int32_t start_offset, int32_t length, int32_t format) argument
H A Dbitmap_glyph_info.h39 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
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.h77 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,
H A Dhb-ot-layout-jstf-table.hh152 inline unsigned int get_lang_sys_tags (unsigned int start_offset, argument
155 { return langSys.get_tags (start_offset, lang_sys_count, lang_sys_tags); }
203 inline unsigned int get_script_tags (unsigned int start_offset, argument
206 { return scriptList.get_tags (start_offset, script_count, script_tags); }
H A Dhb-ot-layout-gdef-table.hh50 unsigned int start_offset,
65 const USHORT *array = points.sub_array (start_offset, point_count);
213 unsigned int start_offset,
218 const OffsetTo<CaretValue> *array = carets.sub_array (start_offset, caret_count);
247 unsigned int start_offset,
259 return lig_glyph.get_lig_carets (font, direction, glyph_id, start_offset, caret_count, caret_array);
358 unsigned int start_offset,
361 { return (this+attachList).get_attach_points (glyph_id, start_offset, point_count, point_array); }
367 unsigned int start_offset,
370 { return (this+ligCaretList).get_lig_carets (font, direction, glyph_id, start_offset, caret_coun
49 get_attach_points(hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *point_count , unsigned int *point_array ) const argument
210 get_lig_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *caret_count , hb_position_t *caret_array ) const argument
244 get_lig_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *caret_count , hb_position_t *caret_array ) const argument
357 get_attach_points(hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *point_count , unsigned int *point_array ) const argument
364 get_lig_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *caret_count , hb_position_t *caret_array ) const argument
[all...]
/external/elfutils/libdwfl/
H A Dimage-header.c60 __libdw_image_header (int fd, off_t *start_offset, argument
70 *start_offset + H_START);
95 *start_offset += offset;
H A Dgzip.c134 open_stream (int fd, off_t start_offset, struct unzip_state *state) argument
139 if (start_offset != 0)
141 off_t off = lseek (d, start_offset, SEEK_SET);
142 if (off != start_offset)
169 unzip (int fd, off_t start_offset, argument
194 ssize_t n = pread_retry (fd, state.input_buffer, READ_SIZE, start_offset);
241 start_offset + state.input_pos);
282 Dwfl_Error result = open_stream (fd, start_offset, &state);
/external/pcre/dist/
H A Dpcredemo.c299 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')
H A Dpcre_jit_test.c143 int start_offset; member in struct:regression_test_case
1212 if (!(current->start_offset & F_PROPERTY))
1224 if (!(current->start_offset & F_NO8))
1245 } else if (((utf && ucp) || is_ascii) && !(current->start_offset & F_NO8))
1249 if ((current->flags & PCRE_UTF16) || (current->start_offset & F_FORCECONV))
1255 if (!(current->start_offset & F_NO16))
1276 } else if (((utf && ucp) || is_ascii) && !(current->start_offset & F_NO16))
1280 if ((current->flags & PCRE_UTF32) || (current->start_offset & F_FORCECONV))
1286 if (!(current->start_offset & F_NO32))
1307 } else if (((utf && ucp) || is_ascii) && !(current->start_offset
[all...]
/external/elfutils/libdw/
H A Ddwarf_ranges.c123 Dwarf_Word start_offset;
126 &readendp, &start_offset)) == NULL)
129 offset = start_offset;
130 assert ((Dwarf_Word) offset == start_offset);
/external/webp/src/dsp/
H A Dfilters.c49 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;
H A Dfilters_mips_dsp_r2.c211 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;
H A Dfilters_sse2.c122 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;
/external/speex/include/speex/
H A Dspeex_jitter.h152 int jitter_buffer_get(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t desired_span, spx_int32_t *start_offset);
189 int jitter_buffer_update_delay(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t *start_offset);
/external/libunwind/src/ia64/
H A DGtables.c40 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/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_batch.c93 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/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.h202 int32_t start_offset,
219 int32_t start_offset,
237 int32_t start_offset,
/external/v8/test/cctest/interpreter/
H A Dsource-position-matcher.h36 int start_offset, int end_offset);

Completed in 660 milliseconds

12345