Home
last modified time | relevance | path

Searched defs:ary (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/net/
H A Dbpf_jit_comp64.c479 u8 ary = bpf2mips64[BPF_REG_2]; in emit_tail_call() local
H A Dbpf_jit_comp32.c1292 u8 ary = lo(bpf2mips32[BPF_REG_2]); in emit_tail_call() local
/linux/drivers/hid/
H A Dhid-lg-g15.c43 #define TEST_BIT(ary, b) ((1 << ((b) & 7)) & (ary)[(b) >> 3]) argument