Searched defs:SBIT (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/isdn/hisax/ | ||
| D | isdnl3.h | 8 #define SBIT(state) (1 << state) macro |
| /linux-4.4.14/arch/mips/net/ | ||
| D | bpf_jit.c | 87 #define SBIT(x) (1 << (x)) /* Signed version of BIT() */ macro |