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

/bionic/libc/include/sys/
H A Dcdefs.h158 * to evaluate to true, and __predict_false() if you expect the
163 * * Generally, __predict_false() error condition checks (unless
179 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
/bionic/tools/versioner/current/sys/
H A Dcdefs.h158 * to evaluate to true, and __predict_false() if you expect the
163 * * Generally, __predict_false() error condition checks (unless
179 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro

Completed in 46 milliseconds