HomeSort by: relevance | last modified time | path
    Searched defs:__predict_false (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/librumpuser/
rumpuser_port.h 239 #define __predict_false(a) a macro
  /src/sys/sys/
cdefs.h 530 * to evaluate to true, and __predict_false() if you expect the
535 * * Generally, __predict_false() error condition checks (unless
559 #define __predict_false(exp) __builtin_expect((exp) ? 1 : 0, 0) macro
562 #define __predict_false(exp) (exp) macro
  /src/tools/compat/
compat_defs.h 162 #undef __predict_false
163 #define __predict_false(x) (x) macro

Completed in 13 milliseconds