Searched defs:_xop (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libxo/libxo/ |
H A D | libxo.c | 278 #define XOF_ISSET(_xop, _bit) XOF_BIT_ISSET(_xop->xo_flags, _bit) argument 279 #define XOF_SET(_xop, _bit) XOF_BIT_SET(_xop->xo_flags, _bit) argument 280 #define XOF_CLEAR(_xop, _bit) XOF_BIT_CLEAR(_xop->xo_flags, _bit) argument 282 #define XOIF_ISSET(_xop, _bit) XOF_BIT_ISSET(_xop->xo_iflags, _bit) argument 283 #define XOIF_SET(_xop, _bit) XOF_BIT_SET(_xop->xo_iflags, _bit) argument 284 #define XOIF_CLEAR(_xop, _bit) XOF_BIT_CLEAR(_xop->xo_iflags, _bit) argument
|