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

1 2 3 4 5 6

  /external/elfutils/src/libelf/
elf_getbase.c 44 return elf == NULL ? (off_t) -1 : elf->start_offset;
elf_getaroff.c 53 return elf->start_offset - sizeof (struct ar_hdr) - parent->start_offset;
elf_readall.c 55 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;
elf_rand.c 52 elf->state.ar.offset = elf->start_offset + offset;
elf_rawfile.c 65 result = (char *) elf->map_address + elf->start_offset;
elf_getshdrstrndx.c 115 + elf->start_offset + offset))
130 num = ((Elf32_Shdr *) (elf->map_address + elf->start_offset
176 + elf->start_offset + offset))
191 num = ((Elf64_Shdr *) (elf->map_address + elf->start_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
bitmap_glyph_info.cc 23 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();
  /external/harfbuzz_ng/src/
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,
hb-ot-layout-jstf-table.hh 150 inline unsigned int get_lang_sys_tags (unsigned int start_offset,
153 { return langSys.get_tags (start_offset, lang_sys_count, lang_sys_tags); }
200 inline unsigned int get_script_tags (unsigned int start_offset,
203 { return scriptList.get_tags (start_offset, script_count, script_tags); }
hb-ot-layout-gdef-table.hh 50 unsigned int start_offset,
65 const USHORT *array = points.sub_array (start_offset, point_count);
208 unsigned int start_offset,
213 const OffsetTo<CaretValue> *array = carets.sub_array (start_offset, caret_count);
241 unsigned int start_offset,
253 return lig_glyph.get_lig_carets (font, direction, glyph_id, start_offset, caret_count, caret_array);
349 unsigned int start_offset,
352 { return (this+attachList).get_attach_points (glyph_id, start_offset, point_count, point_array); }
358 unsigned int start_offset,
361 { return (this+ligCaretList).get_lig_carets (font, direction, glyph_id, start_offset, caret_count, caret_array);
    [all...]
  /external/elfutils/src/libdwfl/
image-header.c 60 __libdw_image_header (int fd, off64_t *start_offset,
70 *start_offset + H_START);
95 *start_offset += offset;
gzip.c 78 unzip (int fd, off64_t start_offset,
139 ssize_t n = pread_retry (fd, input_buffer, READ_SIZE, start_offset);
185 start_offset + input_pos);
232 if (start_offset != 0)
234 off64_t off = lseek (d, start_offset, SEEK_SET);
235 if (off != 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')
pcre_jit_test.c 138 int start_offset; member in struct:regression_test_case
    [all...]
  /external/elfutils/src/libdw/
dwarf_ranges.c 123 Dwarf_Word start_offset;
126 &readendp, &start_offset)) == NULL)
129 offset = start_offset;
130 assert ((Dwarf_Word) offset == 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:__anon23753
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_utils_list.c 10 cxt->start_offset = 0;
41 accumulated_size = list->sc_ibuf[index].len - list->start_offset;
45 *offset = list->start_offset + byte - 1;
78 end = list->sc_ibuf[0].len - list->start_offset;
144 /* Account for start_offset if its the first buffer in List */
145 if(items == 0) wi->es.es_phys_addr += list->start_offset;
155 if(items == 0) wi->es.es_phys_addr += list->start_offset;
199 list->start_offset = byte_pos - list->data[items].stpos;
211 list->start_offset += (byte_pos - list->data[items].stpos);
217 list->start_offset = 0
    [all...]
  /external/speex/include/speex/
speex_jitter.h 152 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/
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/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/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/sfntly/cpp/src/sfntly/data/
readable_font_data.h 202 int32_t start_offset,
219 int32_t start_offset,
237 int32_t start_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;
  /hardware/intel/bootstub/
imr_toc.h 8 uint32_t start_offset; member in struct:__anon23599

Completed in 532 milliseconds

1 2 3 4 5 6