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

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

Completed in 24 milliseconds