Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit.h340 static inline unsigned sign_unext(unsigned x, unsigned len) in sign_unext() function
354 temp = sign_unext (x, len-1); in low_sign_unext()
/openbmc/linux/arch/parisc/kernel/
H A Dmodule.c116 static inline int sign_unext(int x, int len) in sign_unext() function
129 temp = sign_unext(x, len-1); in low_sign_unext()
/openbmc/qemu/disas/
H A Dhppa.c183 static inline int sign_unext (int, int) ATTRIBUTE_UNUSED;
222 sign_unext (int x, int len) in sign_unext() function
239 temp = sign_unext (x, len-1); in low_sign_unext()