Searched refs:add_offset (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | test-repacker.cc | 51 static void add_offset (unsigned id, in add_offset() function 115 add_offset (obj_2, c); in populate_serializer_simple() 116 add_offset (obj_1, c); in populate_serializer_simple() 133 add_offset (obj_3, c); in populate_serializer_with_overflow() 134 add_offset (obj_2, c); in populate_serializer_with_overflow() 135 add_offset (obj_1, c); in populate_serializer_with_overflow() 150 add_offset (obj_1, c); in populate_serializer_with_dedup_overflow() 154 add_offset (obj_2, c); in populate_serializer_with_dedup_overflow() 155 add_offset (obj_1, c); in populate_serializer_with_dedup_overflow() 170 add_offset (obj_ in populate_serializer_with_isolation_overflow() [all...] |
H A 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 ( in add_offset() [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_offsets.c | 124 uint32_t add_offset = 0; in try_fold_load_store() local 126 val = try_extract_const_addition(b, val, state, &add_offset, max); in try_fold_load_store() 127 if (add_offset == 0) in try_fold_load_store() 129 off_const += add_offset; in try_fold_load_store()
|
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.cc | 272 uint32_t add_offset = offset & ~extra_offset_mask; in MemOperandComputationHelper() local 273 if ((add_offset != 0) && (IsModifiedImmediate(offset) || in MemOperandComputationHelper() 276 add_offset = offset; in MemOperandComputationHelper() 297 add_offset = (offset + sub_pc_offset) & ~extra_offset_mask; in MemOperandComputationHelper() 302 if (add_offset == 0) return MemOperand(scratch, load_store_offset); in MemOperandComputationHelper() 311 add(cond, scratch, base, add_offset); in MemOperandComputationHelper() 1737 // Add the part which can't be used by the MemOperand (add_offset). in Delegate() 1739 uint32_t add_offset = offset & ~extra_offset_mask; in Delegate() local 1740 if ((add_offset != 0) && in Delegate() 1743 add_offset in Delegate() 1961 uint32_t add_offset = offset & ~extra_offset_mask; Delegate() local [all...] |
Completed in 5 milliseconds