Searched defs:__predict_false (Results 1 - 1 of 1) sorted by path

/bionic/libc/include/sys/
H A Dcdefs.h285 * to evaluate to true, and __predict_false() if you expect the
290 * * Generally, __predict_false() error condition checks (unless
307 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
310 #define __predict_false(exp) (exp) macro

Completed in 135 milliseconds