Searched refs:unlikely (Results 276 - 300 of 440) sorted by relevance

<<1112131415161718

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cs.c107 if (unlikely(brw->perf_debug)) {
130 if (unlikely(brw->perf_debug)) {
H A Dbrw_gs.c127 if (unlikely(brw->perf_debug)) {
147 if (unlikely(brw->perf_debug)) {
H A Dbrw_urb.c192 if (unlikely(INTEL_DEBUG & (DEBUG_URB|DEBUG_PERF)))
197 if (unlikely(INTEL_DEBUG & DEBUG_URB))
H A Dbrw_tcs.c237 if (unlikely((INTEL_DEBUG & DEBUG_SHADER_TIME) && tep))
240 if (unlikely(brw->perf_debug)) {
263 if (unlikely(brw->perf_debug)) {
H A Dbrw_clear.c67 if (unlikely(INTEL_DEBUG & DEBUG_BLIT)) {
H A Dbrw_clip_state.c118 if (unlikely(INTEL_DEBUG & DEBUG_STATS))
H A Dbrw_ff_gs.c136 if (unlikely(INTEL_DEBUG & DEBUG_GS)) {
H A Dbrw_sf.c118 if (unlikely(INTEL_DEBUG & DEBUG_SF)) {
/external/toybox/tests/
H A Dpkill.test49 yes this-is-unlikely-to-appear-otherwise >/dev/null &
51 testing "-s 0 -f pattern (regexp)" "pkill -s 0 -f .*-unlikely-.*-otherwise &&
/external/harfbuzz_ng/src/
H A Dhb-ot-tag.cc63 if (unlikely (tag == HB_OT_TAG_DEFAULT_SCRIPT))
70 if (unlikely ((tag & 0x0000FF00u) == 0x00002000u))
72 if (unlikely ((tag & 0x000000FFu) == 0x00000020u))
137 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) {
146 if (unlikely ((tag & 0x000000FFu) == '2'))
H A Dhb-ot-math-table.hh304 if (unlikely (!mathKern[i].sanitize (c, base)))
316 if (unlikely (idx >= ARRAY_LENGTH (mathKern))) return 0;
645 if (unlikely (index >= count)) return Null(MathGlyphConstruction);
H A Dhb-ot-shape-complex-myanmar-machine.hh278 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
H A Dhb-ot-shape-complex-use-machine.hh304 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
H A Dhb-ot-var-fvar-table.hh108 if (unlikely (index >= axisCount))
/external/jemalloc/src/
H A Dckh.c259 * It is possible (though unlikely, given well behaved hashes) that the
270 if (unlikely(usize == 0 || usize > HUGE_MAXCLASS)) {
310 * It is possible (though unlikely, given well behaved hashes) that the
316 if (unlikely(usize == 0 || usize > HUGE_MAXCLASS))
391 if (unlikely(usize == 0 || usize > HUGE_MAXCLASS)) {
H A Dnstime.c183 if (unlikely(nstime_compare(&old_time, time) > 0)) {
/external/elfutils/libdw/
H A Ddwarf_aggregate_size.c138 if (unlikely (lower > upper))
/external/elfutils/libdwfl/
H A Ddwfl_build_id_find_elf.c88 if (unlikely (name == NULL))
H A Ddwfl_module_getsrc_file.c88 if (unlikely (line->file >= line->files->nfiles))
/external/elfutils/libelf/
H A Delf_newscn.c148 if (unlikely (first))
H A Dnlist.c121 if (unlikely (shdr == NULL))
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_cp.c171 if (unlikely((ilo_debug & ILO_DEBUG_BATCH) || guilty)) {
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_fragprog.c41 if (unlikely(!fp->buffer))
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c279 if (unlikely(s == 5)) {
299 if (unlikely(s == 5)) {
316 if (unlikely(s == 5)) {
333 if (unlikely(s == 5)) {
/external/mesa3d/src/intel/isl/
H A Disl_priv.h120 if (unlikely(n == 0))

Completed in 1181 milliseconds

<<1112131415161718