Searched defs:unlikely (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Du_compiler.h44 # define unlikely(x) __builtin_expect(!!(x), 0) macro
47 # define unlikely(x) (x) macro
/external/e2fsprogs/lib/ext2fs/
H A Dcrc32c_defs.h47 #define unlikely(x) __builtin_expect(!!(x), 0) macro
50 #define unlikely(x) (x) macro
/external/mesa3d/src/mapi/mapi/
H A Du_compiler.h44 # define unlikely(x) __builtin_expect(!!(x), 0) macro
47 # define unlikely(x) (x) macro
/external/oprofile/module/
H A Dcompat.h56 #ifndef unlikely
58 #define unlikely(a) __builtin_expect((a), 0) macro
60 #define unlikely(a) (a) macro
/external/e2fsprogs/e2fsck/
H A Dcrc32defs.h60 #define unlikely(x) __builtin_expect(!!(x), 0) macro
63 #define unlikely(x) (x) macro
/external/libunwind/include/
H A Dcompiler.h52 # define unlikely(x) __builtin_expect ((x), 0) macro
55 # define unlikely(x) (x) macro
69 # define unlikely(x) (x) macro
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_compiler.h273 * is either likely to be true, or unlikely to be true.
290 * the other path, or viceversa with "unlikely".
293 * if(unlikely(do_we_need_a_software_fallback()))
307 # define unlikely(x) __builtin_expect(!!(x), 0) macro
310 # define unlikely(x) (x) macro
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h273 * is either likely to be true, or unlikely to be true.
290 * the other path, or viceversa with "unlikely".
293 * if(unlikely(do_we_need_a_software_fallback()))
307 # define unlikely(x) __builtin_expect(!!(x), 0) macro
310 # define unlikely(x) (x) macro
/external/pixman/pixman/
H A Dpixman-compiler.h22 # define unlikely(expr) __builtin_expect ((expr), 0) macro
24 # define unlikely(expr) (expr) macro
/external/elfutils/0.153/lib/
H A Deu-config.h135 # define unlikely(e) debugpred__ (e,0) macro
140 # define unlikely(expr) __builtin_expect (!!(expr), 0) macro
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcompiler.h184 # define unlikely(x) __builtin_expect(!!(x), 0) macro
187 # define unlikely(x) (x) macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dperf.h151 #define unlikely(x) __builtin_expect(!!(x), 0) macro
173 if (unlikely(test_attr__enabled))
/external/mesa3d/src/mesa/main/
H A Dcompiler.h184 # define unlikely(x) __builtin_expect(!!(x), 0) macro
187 # define unlikely(x) (x) macro
/external/qemu/include/qemu/
H A Dosdep.h42 #define unlikely(x) __builtin_expect(!!(x), 0) macro
/external/strace/
H A Dvsprintf.c25 #define unlikely(expr) (expr) macro
566 if (unlikely(spec->qualifier == *fmt)) {
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCode.py1723 def unlikely(self, cond): member in class:CCodeWriter
1725 return 'unlikely(%s)' % cond
1985 # return self.putln("if (unlikely(%s < 0)) %s" % (value, self.error_goto(pos))) # TODO this path is almost _never_ taken, yet this macro makes is slower!
2003 self.putln('if (unlikely(!%s)) { %s("%s"); %s }' % (
2034 return "if (%s) %s" % (self.unlikely(cond), self.error_goto(pos))
2112 Redefine the macros likely() and unlikely to no-ops, depending on
2117 self.putln(" #undef unlikely")
2119 self.putln(" #define unlikely(x) (x)")
2125 self.putln(" #undef unlikely")
2127 self.putln(" #define unlikely(
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh63 #define unlikely(expr) (__builtin_expect (_HB_BOOLEAN_EXPR(expr), 0)) macro
66 #define unlikely(expr) (expr) macro
301 if (unlikely (!number)) return 0;
364 if (unlikely (!new_array))
379 if (unlikely (i >= len))
779 if (unlikely (!returned)) {
814 if (unlikely (returned)) {
895 if (unlikely (!len))
972 if (unlikely (!_hb_options.i))
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_context.h103 #define unlikely(expr) (__builtin_expect(expr, 0)) macro
106 #define unlikely(expr) (expr) macro
461 if (unlikely(INTEL_DEBUG & FILE_DEBUG_FLAG)) \
466 if (unlikely(INTEL_DEBUG & DEBUG_PERF)) \
471 if (unlikely(INTEL_DEBUG & DEBUG_PERF)) \
/external/harfbuzz_ng/src/
H A Dhb-private.hh63 #define unlikely(expr) (__builtin_expect (_HB_BOOLEAN_EXPR(expr), 0)) macro
66 #define unlikely(expr) (expr) macro
262 if (unlikely (!number)) return 0;
325 if (unlikely (!new_array))
340 if (unlikely (i >= len))
731 if (unlikely (!returned)) {
766 if (unlikely (returned)) {
845 if (unlikely (!len))
922 if (unlikely (!_hb_options.i))
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_context.h103 #define unlikely(expr) (__builtin_expect(expr, 0)) macro
106 #define unlikely(expr) (expr) macro
461 if (unlikely(INTEL_DEBUG & FILE_DEBUG_FLAG)) \
466 if (unlikely(INTEL_DEBUG & DEBUG_PERF)) \
471 if (unlikely(INTEL_DEBUG & DEBUG_PERF)) \
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.c198 #define __Pyx_PySequence_GetSlice(obj, a, b) (unlikely(!(obj)) ? \
202 #define __Pyx_PySequence_SetSlice(obj, a, b, value) (unlikely(!(obj)) ? \
206 #define __Pyx_PySequence_DelSlice(obj, a, b) (unlikely(!(obj)) ? \
321 #define unlikely(x) __builtin_expect(!!(x), 0) macro
324 #define unlikely(x) (x) macro
328 #define unlikely(x) (x) macro
574 if (unlikely(PyTuple_GET_SIZE(__pyx_args) > 0)) {
576 if (unlikely(__pyx_kwds) && unlikely(PyDict_Size(__pyx_kwds) > 0) && unlikely(!__Pyx_CheckKeywordString
[all...]
H A Dqavltree.c198 #define __Pyx_PySequence_GetSlice(obj, a, b) (unlikely(!(obj)) ? \
202 #define __Pyx_PySequence_SetSlice(obj, a, b, value) (unlikely(!(obj)) ? \
206 #define __Pyx_PySequence_DelSlice(obj, a, b) (unlikely(!(obj)) ? \
321 #define unlikely(x) __builtin_expect(!!(x), 0) macro
324 #define unlikely(x) (x) macro
328 #define unlikely(x) (x) macro
536 if (unlikely(i < 0) && likely(m->sq_length)) {
538 if (unlikely(l < 0)) return NULL;
709 if (unlikely(__pyx_kwds)) {
725 if (unlikely(kw_arg
[all...]
H A Dqbintree.c198 #define __Pyx_PySequence_GetSlice(obj, a, b) (unlikely(!(obj)) ? \
202 #define __Pyx_PySequence_SetSlice(obj, a, b, value) (unlikely(!(obj)) ? \
206 #define __Pyx_PySequence_DelSlice(obj, a, b) (unlikely(!(obj)) ? \
321 #define unlikely(x) __builtin_expect(!!(x), 0) macro
324 #define unlikely(x) (x) macro
328 #define unlikely(x) (x) macro
536 if (unlikely(i < 0) && likely(m->sq_length)) {
538 if (unlikely(l < 0)) return NULL;
709 if (unlikely(__pyx_kwds)) {
725 if (unlikely(kw_arg
[all...]
H A Dqrbtree.c198 #define __Pyx_PySequence_GetSlice(obj, a, b) (unlikely(!(obj)) ? \
202 #define __Pyx_PySequence_SetSlice(obj, a, b, value) (unlikely(!(obj)) ? \
206 #define __Pyx_PySequence_DelSlice(obj, a, b) (unlikely(!(obj)) ? \
321 #define unlikely(x) __builtin_expect(!!(x), 0) macro
324 #define unlikely(x) (x) macro
328 #define unlikely(x) (x) macro
536 if (unlikely(i < 0) && likely(m->sq_length)) {
538 if (unlikely(l < 0)) return NULL;
709 if (unlikely(__pyx_kwds)) {
725 if (unlikely(kw_arg
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h289 ** The macro unlikely() is a hint that surrounds a boolean
296 # define unlikely(X) __builtin_expect((X),0) macro
299 # define unlikely(X) !!(X) macro

Completed in 411 milliseconds

12