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