Searched refs:SBIT (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/net/ | ||
H A D | bpf_jit.c | 86 #define SBIT(x) (1 << (x)) /* Signed version of BIT() */ macro 146 return !(imm >= SBIT(15) || imm < -SBIT(15)); in is_range16() |
Completed in 2 milliseconds