OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025