Searched refs:_SHL16 (Results 1 – 1 of 1) sorted by relevance
117 #define SHL16(a, shift) _SHL16(a, shift, __FILE__, __LINE__)118 static inline short _SHL16(int a, int shift, char *file, int line) in _SHL16() function