Searched refs:unlikely (Results 26 - 50 of 53) sorted by relevance

123

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-buffer-private.hh212 if (unlikely (out_info != info || out_len != idx)) {
213 if (unlikely (!make_room_for (1, 1))) return;
273 inline bool messaging (void) { return unlikely (message_func); }
H A Dhb-ot-shape-complex-indic.cc180 if (unlikely (hb_in_range (u, 0x0953u, 0x0954u)))
183 else if (unlikely (hb_in_ranges (u, 0x0A72u, 0x0A73u,
188 else if (unlikely (hb_in_range (u, 0x1CE2u, 0x1CE8u)))
193 else if (unlikely (u == 0x1CEDu))
196 else if (unlikely (hb_in_ranges (u, 0xA8F2u, 0xA8F7u,
203 else if (unlikely (u == 0x17C6u)) cat = OT_N; /* Khmer Bindu doesn't like to be repositioned. */
204 else if (unlikely (hb_in_range (u, 0x2010u, 0x2011u)))
206 else if (unlikely (u == 0x25CCu)) cat = OT_DOTTEDCIRCLE;
228 if (unlikely (u == 0x0B01u)) pos = POS_BEFORE_SUB; /* Oriya Bindu is BeforeSub in the spec. */
479 if (unlikely (virama_glyp
[all...]
H A Dhb-ot-shape-complex-use.cc201 if (unlikely (!use_plan))
209 if (unlikely (!use_plan->arabic_plan))
425 if (unlikely (!(FLAG_SAFE (syllable_type) &
516 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
H A Dhb-ot-cmap-table.hh118 if (unlikely (index >= thiz->glyphIdArrayLength))
121 if (unlikely (!gid))
149 if (unlikely (!c->check_struct (this)))
152 if (unlikely (!c->check_range (this, length)))
H A Dhb-ot-layout-gpos-table.hh125 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values));
368 if (unlikely (row >= rows || col >= cols)) return Null(Anchor);
377 if (unlikely (_hb_unsigned_int_mul_overflows (rows, cols))) return_trace (false);
431 if (unlikely (!found)) return_trace (false);
565 if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ());
631 if (unlikely (!count))
791 if (unlikely (klass1 >= class1Count || klass2 >= class2Count)) return_trace (false);
858 if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ());
1038 if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ());
1134 if (unlikely (!
[all...]
H A Dhb-font.cc527 if (unlikely (hb_object_is_inert (ffuncs)))
645 if (unlikely (variation_selector))
1125 if (unlikely (!face))
1153 if (unlikely (!parent))
1158 if (unlikely (hb_object_is_inert (font)))
1314 if (unlikely (hb_object_is_inert (font)))
1560 if (unlikely (coords_length && !copy))
1603 if (unlikely (!trampoline))
1679 if (unlikely (!trampoline))
H A Dhb-ot-layout.cc51 if (unlikely (!layout))
155 if (unlikely ((layout->gsub_lookup_count && !layout->gsub_accels) ||
192 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GDEF);
198 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GSUB);
204 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GPOS);
790 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return;
870 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return false;
881 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false;
1142 if (unlikely (!buffer->len || !c->lookup_mask))
H A Dhb-private.hh80 #define unlikely(expr) (__builtin_expect (_HB_BOOLEAN_EXPR(expr), 0)) macro
83 #define unlikely(expr) (expr) macro
344 if (unlikely (!number)) return 0;
407 if (unlikely (!new_array))
422 if (unlikely (i >= len))
805 if (unlikely (!returned)) {
840 if (unlikely (returned)) {
1015 if (unlikely (!_hb_options.i))
H A Dhb-ot-tag.cc66 if (unlikely (tag == HB_OT_TAG_DEFAULT_SCRIPT))
73 if (unlikely ((tag & 0x0000FF00u) == 0x00002000u))
75 if (unlikely ((tag & 0x000000FFu) == 0x00000020u))
140 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) {
149 if (unlikely ((tag & 0x000000FFu) == '2'))
H A Dhb-ot-shape-complex-use-machine.hh304 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
H A Dhb-ot-shape-complex-myanmar-machine.hh278 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
H A Dhb-ot-layout-gsubgpos-private.hh60 if (unlikely (nesting_level_left == 0 || !recurse_func))
146 if (unlikely (nesting_level_left == 0 || !recurse_func))
322 if (unlikely (_hb_glyph_info_is_default_ignorable_and_not_fvs (&info) &&
386 if (unlikely (skip == matcher_t::SKIP_YES))
413 if (unlikely (skip == matcher_t::SKIP_YES))
451 if (unlikely (nesting_level_left == 0 || !recurse_func))
542 if (unlikely (glyph_props & HB_OT_LAYOUT_GLYPH_PROPS_MARK))
715 if (unlikely (count > HB_MAX_CONTEXT_LENGTH)) return_trace (false);
1017 if (unlikely (delta + count > HB_MAX_CONTEXT_LENGTH))
1527 if (unlikely (!
[all...]
H A Dhb-ot-shape-fallback.cc40 if (unlikely (klass == 0))
349 if (unlikely (horiz_dir == HB_DIRECTION_INVALID)) {
H A Dhb-ot-shape-complex-myanmar.cc178 if (unlikely (hb_in_range (u, 0xFE00u, 0xFE0Fu)))
463 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
H A Dhb-font-private.hh134 if (unlikely (parent && parent->x_scale != x_scale))
139 if (unlikely (parent && parent->y_scale != y_scale))
H A Dhb-unicode.cc308 if (unlikely (hb_object_is_inert (ufuncs)))
H A Dhb-blob.cc465 if (unlikely (!new_data))
H A Dhb-ot-shape.cc174 if (unlikely (!plan))
188 if (unlikely (!plan->data))
439 if (unlikely (_hb_glyph_info_is_default_ignorable (&info[i])))
458 if (unlikely (_hb_glyph_info_is_default_ignorable (&info[i])))
H A Dhb-ot-map-private.hh108 if (unlikely (stage == (unsigned int) -1)) {
H A Dhb-ot-shape-complex-arabic-fallback.hh301 if (unlikely (!fallback_plan))
H A Dhb-buffer-serialize.cc321 if (unlikely (start == end))
H A Dhb-ot-shape-complex-thai.cc329 if (unlikely (buffer->in_error))
H A Dhb-ot-shape-complex-indic-machine.hh1371 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
H A Dhb-ot-shape-complex-use-table.cc650 if (unlikely (u == 0x034Fu)) return CGJ;
665 if (unlikely (u == 0x25CCu)) return GB;
688 if (unlikely (u == 0x1107Fu)) return HN;
/openjdk9/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2032 // Make sure any guarding test views this path as very unlikely
4024 float unlikely = PROB_UNLIKELY(0.999); local
4046 __ if_then(marking, BoolTest::ne, zero, unlikely); {
4224 float unlikely = PROB_UNLIKELY(0.999); local
4275 __ if_then(val, BoolTest::ne, null(), unlikely); {

Completed in 283 milliseconds

123