Home
last modified time | relevance | path

Searched defs:__predict_false (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/linux/user/src/hook/
Dcommon_def.h8 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
/third_party/FreeBSD/lib/libc/stdlib/
Dqsort.c82 #define __predict_false(exp) __builtin_expect((exp), 0) macro
84 #define __predict_false(exp) (exp) macro
/third_party/mesa3d/include/android_stub/log/
Dlog_system.h38 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
Dlog_radio.h40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
Dlog_main.h79 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
/third_party/FreeBSD/sys/sys/
Dcdefs.h462 #define __predict_false(exp) __builtin_expect((exp), 0) macro
465 #define __predict_false(exp) (exp) macro