Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/hook/
Dmalloc_common.c13 if (__predict_false(dispatch_table != NULL)) { in malloc()
18 if (__predict_false(result == NULL)) { in malloc()
27 if (__predict_false(dispatch_table != NULL)) { in free()
37 if (__predict_false(dispatch_table != NULL)) { in mmap()
47 if (__predict_false(dispatch_table != NULL)) { in munmap()
57 if (__predict_false(dispatch_table != NULL)) { in calloc()
67 if (__predict_false(dispatch_table != NULL)) { in realloc()
77 if (__predict_false(dispatch_table != NULL)) { in malloc_usable_size()
87 if (__predict_false(dispatch_table != NULL)) { in mallopt()
Dcommon_def.h8 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
Dsocket_common.c10 if (__predict_false(dispatch != NULL)) { in socket()
/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/FreeBSD/sys/sys/
Dcdefs.h462 #define __predict_false(exp) __builtin_expect((exp), 0) macro
465 #define __predict_false(exp) (exp) macro