Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/libc/
H A Dcdefs.h53 #define __predict_false(exp) (exp) macro
/rk3399_ARM-atf/include/lib/libc/sys/
H A Dcdefs.h446 #define __predict_false(exp) __builtin_expect((exp), 0) macro
449 #define __predict_false(exp) (exp) macro