Searched refs:_SHR16 (Results 1 – 1 of 1) sorted by relevance
103 #define SHR16(a, shift) _SHR16(a, shift, __FILE__, __LINE__)104 static inline short _SHR16(int a, int shift, char *file, int line) in _SHR16() function