Searched refs:as14 (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/parisc/net/
H A Dbpf_jit.h365 static inline unsigned re_assemble_14(unsigned as14) argument
367 return (( (as14 & 0x1fff) << 1)
368 | ((as14 & 0x2000) >> 13));
/linux-master/arch/parisc/kernel/
H A Dmodule.c133 static inline int reassemble_14(int as14) argument
135 return (((as14 & 0x1fff) << 1) |
136 ((as14 & 0x2000) >> 13));

Completed in 143 milliseconds