Searched refs:add_offset (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | test-repacker.cc | 58 static void add_offset (unsigned id, in add_offset() function 93 add_offset (lookup_list, c); in add_gsubgpos_header() 105 add_offset (lookups[i], c); in add_lookup_list() 230 add_offset (coverage, c); in add_pair_pos_1() 240 add_offset (pair_sets[(unsigned) i], c); in add_pair_pos_1() 257 add_offset (coverage, c); in add_pair_pos_2() 273 add_offset (class_def_1, c); in add_pair_pos_2() 274 add_offset (class_def_2, c); in add_pair_pos_2() 301 add_offset (device_tables[device_index++], c); in add_pair_pos_2() 322 add_offset (mark_coverage, c); in add_mark_base_pos_1() [all …]
|
D | hb-ot-color-cbdt-table.hh | 175 bool add_offset (hb_serialize_context_t *c, in add_offset() function 222 case 1: return_trace (u.format1.add_offset (c, local_offset, size)); in finish_subtable() 224 if (!u.format3.add_offset (c, local_offset, size)) in finish_subtable() 227 return_trace (u.format3.add_offset (c, 0, size)); in finish_subtable() 252 if (unlikely (!u.format1.add_offset (c, local_offset, size))) in fill_missing_glyphs() 261 if (unlikely (!u.format3.add_offset (c, local_offset, size))) in fill_missing_glyphs() 291 return_trace (subtable_prime->add_offset (c, new_local_offset, size)); in copy_glyph_at_idx() 295 add_offset (hb_serialize_context_t *c, unsigned int local_offset, in add_offset() function 301 case 1: return_trace (u.format1.add_offset (c, local_offset, size)); in add_offset() 302 case 3: return_trace (u.format3.add_offset (c, local_offset, size)); in add_offset()
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.cc | 268 uint32_t add_offset = offset & ~extra_offset_mask; in MemOperandComputationHelper() local 269 if ((add_offset != 0) && in MemOperandComputationHelper() 272 add_offset = offset; in MemOperandComputationHelper() 293 add_offset = (offset + sub_pc_offset) & ~extra_offset_mask; in MemOperandComputationHelper() 298 if (add_offset == 0) return MemOperand(scratch, load_store_offset); in MemOperandComputationHelper() 307 add(cond, scratch, base, add_offset); in MemOperandComputationHelper() 1716 uint32_t add_offset = offset & ~extra_offset_mask; in Delegate() local 1717 if ((add_offset != 0) && in Delegate() 1720 add_offset = offset; in Delegate() 1732 add(cond, rn, rn, add_offset); in Delegate() [all …]
|
/external/flatbuffers/include/flatbuffers/ |
D | reflection_generated.h | 675 void add_offset(uint16_t offset) { in add_offset() function 741 builder_.add_offset(offset);
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/ |
D | configuration_generated.h | 3012 void add_offset(int64_t offset) { in add_offset() function 3037 builder_.add_offset(offset);
|