Home
last modified time | relevance | path

Searched defs:start_offset (Results 1 – 25 of 87) sorted by relevance

1234

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_glyph_info.cc23 int32_t start_offset, in BitmapGlyphInfo()
35 int32_t start_offset, in BitmapGlyphInfo()
Dbitmap_glyph_info.h58 int32_t start_offset() const { return start_offset_; } in start_offset() function
/external/pdfium/core/fpdftext/
Dcpdf_linkextract_unittest.cpp84 int32_t start_offset = DEFAULT_VALUE; in TEST() local
97 const int32_t start_offset; in TEST() member
179 int32_t start_offset = DEFAULT_VALUE; in TEST() local
/external/libchrome/base/process/
Dprocess_info_linux.cc22 TimeDelta start_offset = internal::ClockTicksToTimeDelta(start_ticks); in CreationTime() local
/external/pcre/dist2/src/
Dpcre2_jit_match.c87 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_jit_match()
Dpcre2demo.c329 PCRE2_SIZE start_offset = ovector[1]; /* Start at end of previous match */ in main() local
/external/harfbuzz_ng/src/
Dhb-ot-math.cc185 unsigned int start_offset, in hb_ot_math_get_glyph_variants()
242 unsigned int start_offset, in hb_ot_math_get_glyph_assembly()
Dhb-ot-layout.cc273 unsigned int start_offset, in hb_ot_layout_get_attach_points()
284 unsigned int start_offset, in hb_ot_layout_get_ligature_carets()
311 unsigned int start_offset, in hb_ot_layout_table_get_script_tags()
403 unsigned int start_offset, in hb_ot_layout_table_get_feature_tags()
439 unsigned int start_offset, in hb_ot_layout_script_get_language_tags()
512 unsigned int start_offset, in hb_ot_layout_language_get_feature_indexes()
527 unsigned int start_offset, in hb_ot_layout_language_get_feature_tags()
582 unsigned int start_offset, in hb_ot_layout_feature_get_lookups()
863 unsigned int start_offset, in hb_ot_layout_feature_with_variations_get_lookups()
/external/linux-kselftest/tools/testing/selftests/vm/
Dmlock-random-test.c163 int start_offset = rand() % (alloc_size - lock_size); in test_mlock_within_limit() local
235 int start_offset = rand() % (alloc_size - lock_size); in test_mlock_outof_limit() local
/external/tensorflow/tensorflow/python/lib/io/
Dpy_record_reader.cc33 PyRecordReader* PyRecordReader::New(const string& filename, uint64 start_offset, in New()
/external/webp/src/dsp/
Dfilters.c50 const size_t start_offset = row * stride; in DoHorizontalFilter_C() local
87 const size_t start_offset = row * stride; in DoVerticalFilter_C() local
132 const size_t start_offset = row * stride; in DoGradientFilter_C() local
Dfilters_mips_dsp_r2.c201 const size_t start_offset = row * stride; in DoHorizontalFilter_MIPSdspR2() local
249 const size_t start_offset = row * stride; in DoVerticalFilter_MIPSdspR2() local
317 const size_t start_offset = row * stride; in DoGradientFilter_MIPSdspR2() local
Dfilters_neon.c72 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
Dfilters_sse2.c79 const size_t start_offset = row * stride; in DoHorizontalFilter_SSE2() local
112 const size_t start_offset = row * stride; in DoVerticalFilter_SSE2() local
174 const size_t start_offset = row * stride; in DoGradientFilter_SSE2() local
/external/ltp/tools/pounder21/src/time_tests/
Ddrift-test.py61 start_offset = string.atof(line[-2]); variable
/external/elfutils/libdwfl/
Dimage-header.c60 __libdw_image_header (int fd, off_t *start_offset, in __libdw_image_header()
Dgzip.c134 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/
Ddwarf_ranges.c123 Dwarf_Word start_offset; in dwarf_ranges() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_batch.c94 uint32_t start_offset = brw->state_batch_list[i].offset; in brw_annotate_aub() local
Dintel_asm_annotation.c38 int start_offset = annotation[i].offset; in dump_assembly() local
Dbrw_eu_validate.c134 brw_validate_instructions(const struct brw_codegen *p, int start_offset, in brw_validate_instructions()
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc228 int32_t start_offset, in SearchUShort()
259 int32_t start_offset, in SearchUShort()
283 int32_t start_offset, in SearchULong()
/external/libunwind/src/ia64/
DGtables.c40 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/
Dobjects-body-descriptors-inl.h35 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/
Dregexp-macro-assembler.cc232 int start_offset = previous_index; in Match() local
274 int start_offset, in Execute()

1234