Home
last modified time | relevance | path

Searched refs:__predict_false (Results 1 – 3 of 3) 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
/rk3399_ARM-atf/lib/libc/
H A Dqsort.c112 if (__predict_false(n < 2)) in local_qsort()