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

/linux-master/arch/parisc/net/
H A Dbpf_jit.h358 static inline unsigned re_assemble_12(unsigned as12) argument
360 return (( (as12 & 0x800) >> 11)
361 | ((as12 & 0x400) >> (10 - 2))
362 | ((as12 & 0x3ff) << (1 + 2)));

Completed in 96 milliseconds