HomeSort by relevance Sort by last modified time
    Searched refs:start_offset (Results 26 - 50 of 240) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/third_party/harfbuzz-ng/src/
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/0.153/libdw/
dwarf_ranges.c 144 Dwarf_Word start_offset;
147 &readendp, &start_offset)) == NULL)
150 offset = start_offset;
151 assert ((Dwarf_Word) offset == start_offset);
  /external/elfutils/0.153/libelf/
elf_rand.c 73 elf->state.ar.offset = elf->start_offset + offset;
elf_rawfile.c 86 result = (char *) elf->map_address + elf->start_offset;
elf_getarsym.c 108 sizeof (struct ar_hdr), elf->start_offset + SARMAG)
129 + elf->start_offset + SARMAG);
159 elf->start_offset + SARMAG + sizeof (struct ar_hdr))
168 n = *(uint32_t *) (elf->map_address + elf->start_offset
219 elf->start_offset + SARMAG
225 elf->start_offset
241 file_data = (uint32_t *) (elf->map_address + elf->start_offset
  /external/harfbuzz_ng/src/
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/chromium_org/ppapi/cpp/
url_request_info.cc 63 int64_t start_offset,
71 start_offset,
  /external/chromium_org/ppapi/thunk/
ppb_url_request_info_thunk.cc 53 int64_t start_offset,
61 start_offset,
  /external/chromium_org/third_party/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/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/chromium_org/third_party/libwebp/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/chromium_org/ui/views/accessibility/
native_view_accessibility_win.h 231 LONG* start_offset,
234 STDMETHODIMP get_text(LONG start_offset, LONG end_offset, BSTR* text);
238 LONG* start_offset, LONG* end_offset,
243 LONG* start_offset, LONG* end_offset,
248 LONG* start_offset, LONG* end_offset,
265 STDMETHODIMP addSelection(LONG start_offset, LONG end_offset) {
269 LONG* start_offset,
287 LONG start_offset,
400 LONG start_offset,
  /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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
readable_font_data.h 202 int32_t start_offset,
219 int32_t start_offset,
237 int32_t 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,
  /external/pcre/dist/
pcre_jit_test.c 138 int start_offset; member in struct:regression_test_case
    [all...]
  /art/runtime/gc/accounting/
card_table_test.cc 108 size_t start_offset = 0; local
110 start_offset = (start_offset + kObjectAlignment) % kCardSize;
114 byte* start = cstart + start_offset;
  /external/chromium_org/content/public/browser/
render_frame_host.h 86 int acc_obj_id, int start_offset, int end_offset) = 0;
  /external/chromium_org/ppapi/c/
ppb_url_request_info.h 240 * @param[in] start_offset An optional starting point offset within the
257 int64_t start_offset,
  /external/chromium_org/ppapi/proxy/
url_request_info_resource.h 35 int64_t start_offset,

Completed in 587 milliseconds

12 3 4 5 6 7 8 910