/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-set-digest.hh | 68 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function 125 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function 127 head.add_range (a, b); in add_range() 128 tail.add_range (a, b); in add_range()
|
D | hb-set.hh | 75 void add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function 266 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function 276 page->add_range (a, b); in add_range() 281 page->add_range (a, major_start (ma + 1) - 1); in add_range() 290 page->add_range (major_start (mb), b); in add_range()
|
D | hb-set.cc | 239 set->add_range (first, last); in hb_set_add_range()
|
D | hb-ot-cmap-table.hh | 301 out->add_range (this->startCount[i], this->endCount[i]); in collect_unicodes() 480 out->add_range (this->groups[i].startCharCode, in collect_unicodes() 628 out->add_range (first, last); in collect_unicodes()
|
D | hb-ot-layout-common.hh | 173 { return glyphs->add_range (start, end); } in add_coverage() 1276 if (unlikely (!glyphs->add_range (startGlyph + start, startGlyph + i))) in add_coverage() 1282 if (unlikely (!glyphs->add_range (startGlyph + start, startGlyph + count))) in add_coverage()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-set-digest.hh | 68 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function 129 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function 131 head.add_range (a, b); in add_range() 132 tail.add_range (a, b); in add_range()
|
D | hb-set.hh | 86 bool add_range (hb_codepoint_t a, hb_codepoint_t b) { return s.add_range (a, b); } in add_range() function 119 { add_range (range.first, range.second); return *this; } in operator <<()
|
D | hb-bit-set-invertible.hh | 99 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function 100 { return unlikely (inverted) ? (s.del_range (a, b), true) : s.add_range (a, b); } in add_range() 118 { unlikely (inverted) ? (void) s.add_range (a, b) : s.del_range (a, b); } in del_range() 134 { add_range (range.first, range.second); return *this; } in operator <<()
|
D | hb-bit-page.hh | 54 void add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function 87 { if (v) add_range (a, b); else del_range (a, b); } in set_range()
|
D | hb-bit-set.hh | 134 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function 144 page->add_range (a, b); in add_range() 149 page->add_range (a, major_start (ma + 1) - 1); in add_range() 158 page->add_range (major_start (mb), b); in add_range() 329 { add_range (range.first, range.second); return *this; } in operator <<()
|
D | hb-set.cc | 276 set->add_range (first, last); in hb_set_add_range()
|
D | hb-ot-cmap-table.hh | 655 out->add_range (start, end); in collect_unicodes() 824 out->add_range (first, last); in collect_unicodes()
|
D | hb-ot-layout-common.hh | 546 { return glyphs->add_range (first, last); } in collect_coverage() 2012 if (unlikely (!glyphs->add_range (startGlyph + start, startGlyph + i))) in collect_coverage() 2018 if (unlikely (!glyphs->add_range (startGlyph + start, startGlyph + count))) in collect_coverage()
|
/third_party/harfbuzz/src/ |
D | hb-set-digest.hh | 68 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function 129 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function 131 head.add_range (a, b); in add_range() 132 tail.add_range (a, b); in add_range()
|
D | hb-set.hh | 75 void add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function 288 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function 298 page->add_range (a, b); in add_range() 303 page->add_range (a, major_start (ma + 1) - 1); in add_range() 312 page->add_range (major_start (mb), b); in add_range() 462 { add_range (range.first, range.second); return *this; } in operator <<()
|
D | hb-set.cc | 258 set->add_range (first, last); in hb_set_add_range()
|
D | hb-ot-layout-common.hh | 510 { return glyphs->add_range (first, last); } in collect_coverage() 1518 { return glyphs->add_range (first, last); } in collect_coverage() 2327 if (unlikely (!glyphs->add_range (startGlyph + start, startGlyph + i))) in collect_coverage() 2333 if (unlikely (!glyphs->add_range (startGlyph + start, startGlyph + count))) in collect_coverage()
|
D | hb-ot-cmap-table.hh | 630 out->add_range (start, end); in collect_unicodes() 799 out->add_range (first, last); in collect_unicodes()
|
/third_party/gstreamer/gstplugins_good/sys/oss/ |
D | oss_probe.c | 48 static void add_range (GQueue * queue, int min, int max); 132 add_range (ranges, probe->min + 1, probe->max - 1); in probe_check() 176 add_range (ranges, range->min, min1); in probe_check() 177 add_range (ranges, max1, range->max); in probe_check() 191 add_range (GQueue * queue, int min, int max) in add_range() function
|
/third_party/gettext/gettext-tools/src/ |
D | cldr-plural.y | 97 add_range (struct cldr_plural_range_list_ty *ranges, in add_range() function 228 $$ = add_range (ranges, $1); 232 $$ = add_range ($1, $3);
|
/third_party/e2fsprogs/debugfs/ |
D | logdump.c | 556 struct ext4_fc_add_range *add_range; in dump_fc_block() local 571 add_range = (struct ext4_fc_add_range *)val; in dump_fc_block() 572 ex = (struct ext3_extent *)add_range->fc_ex; in dump_fc_block() 576 le32_to_cpu(add_range->fc_ino), in dump_fc_block()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_prim_restart.c | 186 add_range(enum pipe_prim_type mode, struct range_info *info, unsigned start, unsigned count, unsign… in add_range() function 245 if (!add_range(info->mode, &ranges, draw->start + start, count, draw->index_bias)) { \ in util_prim_restart_convert_to_direct()
|
/third_party/e2fsprogs/e2fsck/ |
D | journal.c | 799 struct ext4_fc_add_range add_range; in ext4_fc_handle_add_extent() local 803 memcpy(&add_range, val, sizeof(add_range)); in ext4_fc_handle_add_extent() 804 ino = le32_to_cpu(add_range.fc_ino); in ext4_fc_handle_add_extent() 812 &extent, (void *)add_range.fc_ex, in ext4_fc_handle_add_extent() 813 sizeof(add_range.fc_ex))); in ext4_fc_handle_add_extent()
|
/third_party/quickjs/ |
D | libunicode.c | 1111 goto add_range; in unicode_general_category1() 1121 add_range: in unicode_general_category1()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstqueue2.c | 670 add_range (GstQueue2 * queue, guint64 offset, gboolean update_existing) in add_range() function 737 queue->current = add_range (queue, 0, TRUE); in init_ranges() 781 queue->current = add_range (queue, segment->start, TRUE); in apply_segment() 1392 queue->current = add_range (queue, offset, FALSE); in perform_seek_to_offset()
|