Home
last modified time | relevance | path

Searched defs:C_PRELGET (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dcallout.h57 #define C_PRELGET(x) (int)((((x) >> 1) & C_PRELRANGE) - 1) macro
/f-stack/freebsd/sys/
H A Dcallout.h59 #define C_PRELGET(x) (int)((((x) >> 1) & C_PRELRANGE) - 1) macro