Home
last modified time | relevance | path

Searched refs:len_ones (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit.h342 unsigned len_ones; in sign_unext() local
344 len_ones = (1 << len) - 1; in sign_unext()
345 return x & len_ones; in sign_unext()
/openbmc/linux/arch/parisc/kernel/
H A Dmodule.c118 int len_ones; in sign_unext() local
120 len_ones = (1 << len) - 1; in sign_unext()
121 return x & len_ones; in sign_unext()
/openbmc/qemu/disas/
H A Dhppa.c224 int len_ones; in sign_unext() local
226 len_ones = (1 << len) - 1; in sign_unext()
228 return x & len_ones; in sign_unext()