Searched refs:bitand (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/ginclude/
H A Diso646.h37 #define bitand & macro
/freebsd-11-stable/include/
H A Diso646.h36 #define bitand & macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Diso646.h16 #define bitand & macro
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c3214 int bitand, bitor, msr; local
3225 bitand = bitor = 0;
3228 bitand |= TIOCM_DTR;
3232 bitand |= TIOCM_RTS;
3245 bitand = ~bitand;
3247 com->pc98_prev_modem_status &= bitand;
3254 bitand = bitor = 0;
3256 bitand |= MCR_DTR;
3258 bitand |
[all...]
/freebsd-11-stable/sys/dev/digi/
H A Ddigi.c607 int bitand, bitor, mstat; local
631 bitand = 0;
635 bitand |= port->sc->csigs->dtr;
637 bitand |= port->sc->csigs->rts;
642 fepcmd_b(port, SETMODEM, bitor, ~bitand, 0);
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c2132 int bitand, bitor, msr; local
2138 bitand = bitor = 0;
2140 bitand |= MCR_DTR;
2142 bitand |= MCR_RTS;
2147 bitand = ~bitand;
2149 com->mcr_image &= bitand;

Completed in 225 milliseconds