| /external/sfntly/cpp/src/sfntly/table/bitmap/ |
| D | bitmap_glyph_info.cc | 23 int32_t start_offset, in BitmapGlyphInfo() 35 int32_t start_offset, in BitmapGlyphInfo()
|
| D | bitmap_glyph_info.h | 58 int32_t start_offset() const { return start_offset_; } in start_offset() function
|
| /external/pcre/dist2/src/ |
| D | pcre2_jit_match.c | 87 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_jit_match()
|
| D | pcre2demo.c | 329 PCRE2_SIZE start_offset = ovector[1]; /* Start at end of previous match */ in main() local
|
| /external/harfbuzz_ng/src/ |
| D | hb-ot-math.cc | 186 unsigned int start_offset, in hb_ot_math_get_glyph_variants() 243 unsigned int start_offset, in hb_ot_math_get_glyph_assembly()
|
| D | hb-ot-layout.cc | 246 unsigned int start_offset, in hb_ot_layout_get_attach_points() 257 unsigned int start_offset, in hb_ot_layout_get_ligature_carets() 284 unsigned int start_offset, in hb_ot_layout_table_get_script_tags() 376 unsigned int start_offset, in hb_ot_layout_table_get_feature_tags() 412 unsigned int start_offset, in hb_ot_layout_script_get_language_tags() 485 unsigned int start_offset, in hb_ot_layout_language_get_feature_indexes() 500 unsigned int start_offset, in hb_ot_layout_language_get_feature_tags() 555 unsigned int start_offset, in hb_ot_layout_feature_get_lookups() 835 unsigned int start_offset, in hb_ot_layout_feature_with_variations_get_lookups()
|
| D | hb-ot-var.cc | 91 unsigned int start_offset, in hb_ot_var_get_axes()
|
| /external/linux-kselftest/tools/testing/selftests/vm/ |
| D | mlock-random-test.c | 162 int start_offset = rand() % (alloc_size - lock_size); in test_mlock_within_limit() local 234 int start_offset = rand() % (alloc_size - lock_size); in test_mlock_outof_limit() local
|
| /external/webp/src/dsp/ |
| D | filters.c | 49 const size_t start_offset = row * stride; in DoHorizontalFilter() local 86 const size_t start_offset = row * stride; in DoVerticalFilter() local 129 const size_t start_offset = row * stride; in DoGradientFilter() local
|
| D | filters_mips_dsp_r2.c | 200 const size_t start_offset = row * stride; in DoHorizontalFilter() local 244 const size_t start_offset = row * stride; in DoVerticalFilter() local 311 const size_t start_offset = row * stride; in DoGradientFilter() local
|
| D | filters_neon.c | 72 const size_t start_offset = row * stride; in DoHorizontalFilter_NEON() local 111 const size_t start_offset = row * stride; in DoVerticalFilter_NEON() local 173 const size_t start_offset = row * stride; in DoGradientFilter_NEON() local
|
| D | filters_sse2.c | 78 const size_t start_offset = row * stride; in DoHorizontalFilter() local 110 const size_t start_offset = row * stride; in DoVerticalFilter() local 172 const size_t start_offset = row * stride; in DoGradientFilter() local
|
| /external/ltp/tools/pounder21/src/time_tests/ |
| D | drift-test.py | 61 start_offset = string.atof(line[-2]); variable
|
| /external/elfutils/libdwfl/ |
| D | image-header.c | 60 __libdw_image_header (int fd, off_t *start_offset, in __libdw_image_header()
|
| D | gzip.c | 134 open_stream (int fd, off_t start_offset, struct unzip_state *state) in open_stream() 169 unzip (int fd, off_t start_offset, in unzip()
|
| /external/elfutils/libdw/ |
| D | dwarf_ranges.c | 123 Dwarf_Word start_offset; in dwarf_ranges() local
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| D | brw_state_batch.c | 94 uint32_t start_offset = brw->state_batch_list[i].offset; in brw_annotate_aub() local
|
| D | intel_asm_annotation.c | 38 int start_offset = annotation[i].offset; in dump_assembly() local
|
| D | brw_eu_validate.c | 134 brw_validate_instructions(const struct brw_codegen *p, int start_offset, in brw_validate_instructions()
|
| /external/sfntly/cpp/src/sfntly/data/ |
| D | readable_font_data.cc | 228 int32_t start_offset, in SearchUShort() 259 int32_t start_offset, in SearchUShort() 283 int32_t start_offset, in SearchULong()
|
| /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 143 unw_word_t start_offset, end_offset, info_offset, segbase; in _Uia64_find_dyn_list() local
|
| /external/v8/src/ |
| D | objects-body-descriptors-inl.h | 35 void BodyDescriptorBase::IterateBodyImpl(HeapObject* obj, int start_offset, in IterateBodyImpl() 59 int start_offset, int end_offset) { in IterateBodyImpl() 82 void BodyDescriptorBase::IteratePointers(HeapObject* obj, int start_offset, in IteratePointers() 92 int start_offset, int end_offset) { in IteratePointers()
|
| /external/v8/src/regexp/ |
| D | regexp-macro-assembler.cc | 232 int start_offset = previous_index; in Match() local 274 int start_offset, in Execute()
|
| /external/speex/libspeex/ |
| D | jitter.c | 465 …terBuffer *jitter, JitterBufferPacket *packet, spx_int32_t desired_span, spx_int32_t *start_offset) in jitter_buffer_get() 716 …er_buffer_update_delay(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t *start_offset) in _jitter_buffer_update_delay() 739 …er_buffer_update_delay(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t *start_offset) in jitter_buffer_update_delay()
|
| /external/v8/src/regexp/arm64/ |
| D | regexp-macro-assembler-arm64.h | 177 Register start_offset() { return w27; } in start_offset() function
|