Home
last modified time | relevance | path

Searched refs:C_PRELRANGE (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/sys/sys/
HDcallout.h55 #define C_PRELRANGE ((1 << C_PRELBITS) - 1) macro
57 #define C_PRELGET(x) (int)((((x) >> 1) & C_PRELRANGE) - 1)