OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unlikely
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/common/include/linux/
compiler.h
58
#define
unlikely
(X) __predict_false(X)
macro
/src/sys/ufs/chfs/
debug.h
44
#define
unlikely
(x) __builtin_expect ((x), 0)
macro
55
if (
unlikely
(!(expr))) { \
/src/sys/external/bsd/ena-com/
ena_plat.h
113
#define
unlikely
(x) __predict_false(x)
macro
120
#define IS_ERR_VALUE(x)
unlikely
((x) <= (unsigned long)MAX_ERRNO)
124
if (
unlikely
(!(cond))) { \
133
if (
unlikely
((cond))) { \
Completed in 209 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025