Searched defs:SHL16 (Results 1 – 3 of 3) sorted by relevance
46 #define SHL16(a,shift) ((a) << (shift)) macro
166 #define SHL16(a,shift) (a) macro
117 #define SHL16(a, shift) _SHL16(a, shift, __FILE__, __LINE__) macro