Home
last modified time | relevance | path

Searched refs:__predict_true (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/src/hook/linux/
H A Dcommon_def.h22 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
/third_party/musl/porting/linux/user/src/hook/
H A Dcommon_def.h7 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
/third_party/musl/porting/linux/user/include/sys/
H A Dcdefs.h40 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
/third_party/musl/include/sys/linux/
H A Dcdefs.h40 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
/third_party/FreeBSD/sys/sys/
H A Dcdefs.h418 * compiler feature. Use __predict_true() if you expect the expression
426 * document it), and/or __predict_true() `no-error' condition
440 #define __predict_true(exp) __builtin_expect((exp), 1) macro
443 #define __predict_true(exp) (exp) macro

Completed in 4 milliseconds