Searched defs:start_offset (Results 1 - 25 of 89) sorted by relevance

1234

/external/pcre/dist2/src/
H A Dpcre2_jit_match.c73 start_offset where to start in the subject string
87 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data,
95 (void)start_offset;
125 arguments.str = subject + start_offset;
86 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext) argument
H A Dpcre2demo.c329 PCRE2_SIZE start_offset = ovector[1]; /* Start at end of previous match */ local
347 start_offset, /* starting offset in the subject */
368 ovector[1] = start_offset + 1; /* Advance one code unit */
370 start_offset < subject_length - 1 && /* we are at CRLF, */
371 subject[start_offset] == '\r' &&
372 subject[start_offset + 1] == '\n')
/external/pdfium/core/fpdftext/
H A Dcpdf_linkextract_unittest.cpp84 int32_t start_offset = DEFAULT_VALUE; local
86 EXPECT_FALSE(extractor.CheckWebLink(&text_str, &start_offset, &count))
88 EXPECT_EQ(DEFAULT_VALUE, start_offset) << input;
97 const int32_t start_offset; member in struct:ValidCase
179 int32_t start_offset = DEFAULT_VALUE; local
181 EXPECT_TRUE(extractor.CheckWebLink(&text_str, &start_offset, &count))
184 EXPECT_EQ(valid_cases[i].start_offset, start_offset) << input;
/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
H A Debdt_table.cc135 int start_offset = Offset::kHeaderLength; local
149 start_offset + glyph_offset, size, builder->format());
153 start_offset += glyph_offset;
/external/harfbuzz_ng/src/
H A Dhb-ot-var.cc90 unsigned int start_offset,
95 return fvar.get_axis_infos (start_offset, axes_count, axes_array);
89 hb_ot_var_get_axes(hb_face_t *face, unsigned int start_offset, unsigned int *axes_count , hb_ot_var_axis_t *axes_array ) argument
H A Dhb-ot-math.cc167 * @start_offset: offset of the first variant to retrieve
168 * @variants_count: maximum number of variants to retrieve after start_offset
185 unsigned int start_offset,
191 start_offset,
223 * @start_offset: offset of the first glyph part to retrieve
224 * @parts_count: maximum number of glyph parts to retrieve after start_offset
242 unsigned int start_offset,
249 start_offset,
182 hb_ot_math_get_glyph_variants(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, unsigned int start_offset, unsigned int *variants_count, hb_ot_math_glyph_variant_t *variants ) argument
239 hb_ot_math_get_glyph_assembly(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, unsigned int start_offset, unsigned int *parts_count, hb_ot_math_glyph_part_t *parts, hb_position_t *italics_correction ) argument
H A Dhb-ot-glyf-table.hh131 unsigned int start_offset, end_offset; local
135 start_offset = 2 * offsets[glyph];
141 start_offset = offsets[glyph];
145 if (start_offset > end_offset || end_offset > glyf_len)
148 if (end_offset - start_offset < GlyphHeader::static_size)
151 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset);
H A Dhb-ot-var-fvar-table.hh125 inline unsigned int get_axis_infos (unsigned int start_offset, argument
132 start_offset = MIN (start_offset, count);
134 count -= start_offset;
135 axes_array += start_offset;
141 get_axis (start_offset + i, axes_array + i);
H A Dhb-face.cc489 unsigned int start_offset,
505 return ot_face.get_table_tags (start_offset, table_count, table_tags);
488 hb_face_get_table_tags(hb_face_t *face, unsigned int start_offset, unsigned int *table_count, hb_tag_t *table_tags ) argument
H A Dhb-open-file-private.hh84 inline unsigned int get_table_tags (unsigned int start_offset, argument
90 if (start_offset >= tables.len)
93 *table_count = MIN<unsigned int> (*table_count, tables.len - start_offset);
95 const TableRecord *sub_tables = tables.array + 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); }
/external/ltp/tools/pounder21/src/time_tests/
H A Ddrift-test.py61 start_offset = string.atof(line[-2]); variable
80 delta_offset = now_offset - start_offset
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_batch.c94 uint32_t start_offset = brw->state_batch_list[i].offset; local
95 uint32_t end_offset = start_offset + brw->state_batch_list[i].size;
97 start_offset);
H A Dbrw_eu_validate.c134 brw_validate_instructions(const struct brw_codegen *p, int start_offset, argument
138 const void *store = p->store + start_offset / 16;
141 for (int src_offset = 0; src_offset < p->next_insn_offset - start_offset;
H A Dintel_asm_annotation.c38 int start_offset = annotation[i].offset; local
66 brw_disassemble(devinfo, assembly, start_offset, end_offset, stderr);
/external/tensorflow/tensorflow/python/lib/io/
H A Dpy_record_reader.cc33 PyRecordReader* PyRecordReader::New(const string& filename, uint64 start_offset, argument
43 reader->offset_ = start_offset;
/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/linux-kselftest/tools/testing/selftests/vm/
H A Dmlock-random-test.c158 * - choose start_offset randomly but p+start_offset+lock_size
163 int start_offset = rand() % (alloc_size - lock_size); local
166 ret = mlock(p + start_offset, lock_size);
168 ret = mlock2_(p + start_offset, lock_size,
175 p + start_offset, lock_size);
235 int start_offset = rand() % (alloc_size - lock_size); local
238 ret = mlock(p + start_offset, lock_size);
240 ret = mlock2_(p + start_offset, lock_size,
246 p + start_offset, lock_siz
[all...]
/external/v8/src/
H A Dobjects-body-descriptors-inl.h15 template <int start_offset>
16 int FlexibleBodyDescriptor<start_offset>::SizeOf(Map* map, HeapObject* object) {
35 void BodyDescriptorBase::IterateBodyImpl(HeapObject* obj, int start_offset, argument
38 IteratePointers(obj, start_offset, end_offset, v);
41 DCHECK(IsAligned(start_offset, kPointerSize) &&
46 for (int offset = start_offset; offset < end_offset;) {
59 int start_offset, int end_offset) {
61 IteratePointers<StaticVisitor>(heap, obj, start_offset, end_offset);
64 DCHECK(IsAligned(start_offset, kPointerSize) &&
69 for (int offset = start_offset; offse
58 IterateBodyImpl(Heap* heap, HeapObject* obj, int start_offset, int end_offset) argument
82 IteratePointers(HeapObject* obj, int start_offset, int end_offset, ObjectVisitor* v) argument
91 IteratePointers(Heap* heap, HeapObject* obj, int start_offset, int end_offset) argument
[all...]
/external/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc228 int32_t start_offset,
238 int32_t location_start = ReadUShort(start_index + location * start_offset);
259 int32_t start_offset,
267 int32_t location_start = ReadUShort(start_index + location * start_offset);
283 int32_t start_offset,
294 + location * start_offset);
227 SearchUShort(int32_t start_index, int32_t start_offset, int32_t end_index, int32_t end_offset, int32_t length, int32_t key) argument
258 SearchUShort(int32_t start_index, int32_t start_offset, int32_t length, int32_t key) argument
282 SearchULong(int32_t start_index, int32_t start_offset, int32_t end_index, int32_t end_offset, int32_t length, int32_t key) argument
/external/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.h101 int start_offset,
177 Register start_offset() { return w27; } function in class:v8::internal::RegExpMacroAssemblerARM64
/external/webp/src/dsp/
H A Dfilters.c50 const size_t start_offset = row * stride; local
53 in += start_offset;
54 out += start_offset;
87 const size_t start_offset = row * stride; local
90 in += start_offset;
91 out += start_offset;
132 const size_t start_offset = row * stride; local
135 in += start_offset;
136 out += start_offset;

Completed in 478 milliseconds

1234