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

/bionic/libc/include/sys/
H A Dcdefs.h186 * compiler feature. Use __predict_true() if you expect the expression
194 * document it), and/or __predict_true() `no-error' condition
207 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro

Completed in 565 milliseconds