Home
last modified time | relevance | path

Searched refs:__predict_false (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/include/android_stub/log/
Dlog_radio.h39 #ifndef __predict_false
40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
67 ((__predict_false(cond)) \
85 ((__predict_false(cond)) \
102 ((__predict_false(cond)) \
119 ((__predict_false(cond)) \
136 ((__predict_false(cond)) \
Dlog_system.h37 #ifndef __predict_false
38 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
65 ((__predict_false(cond)) \
83 ((__predict_false(cond)) \
100 ((__predict_false(cond)) \
117 ((__predict_false(cond)) \
134 ((__predict_false(cond)) \
Dlog_main.h78 #ifndef __predict_false
79 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
135 ((__predict_false(cond)) ? (__FAKE_USE_VA_ARGS(__VA_ARGS__), \
217 ((__predict_false(cond)) \
232 ((__predict_false(cond)) \
246 ((__predict_false(cond)) \
260 ((__predict_false(cond)) \
274 ((__predict_false(cond)) \
/third_party/musl/porting/linux/user/src/hook/
Dmalloc_common.c14 if (__predict_false(dispatch_table != NULL)) { in malloc()
33 if (__predict_false(dispatch_table != NULL)) { in free()
55 if (__predict_false(dispatch_table != NULL)) { in mmap()
65 if (__predict_false(dispatch_table != NULL)) { in munmap()
75 if (__predict_false(dispatch_table != NULL)) { in calloc()
85 if (__predict_false(dispatch_table != NULL)) { in realloc()
95 if (__predict_false(dispatch_table != NULL)) { in malloc_usable_size()
111 if (__predict_false(dispatch_table != NULL)) { in prctl()
Dcommon_def.h8 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
Dsocket_common.c10 if (__predict_false(dispatch != NULL)) { in socket()
Dmemory_trace.c12 if (__predict_false(dispatch_table != NULL)) { in memtrace()
/third_party/FreeBSD/lib/libc/stdlib/
Dqsort.c82 #define __predict_false(exp) __builtin_expect((exp), 0) macro
84 #define __predict_false(exp) (exp) macro
162 if (__predict_false(n == 0)) in local_qsort()
/third_party/FreeBSD/sys/sys/
Dcdefs.h462 #define __predict_false(exp) __builtin_expect((exp), 0) macro
465 #define __predict_false(exp) (exp) macro