Searched defs:SHR16 (Results 1 – 3 of 3) sorted by relevance
45 #define SHR16(a,shift) ((a) >> (shift)) macro
165 #define SHR16(a,shift) (a) macro
103 #define SHR16(a, shift) _SHR16(a, shift, __FILE__, __LINE__) macro