Searched refs:__swap16gen (Results 1 – 1 of 1) sorted by relevance
48 #define __swap16gen(x) \ macro70 return (__swap16gen(x)); in __swap16md()87 (__uint16_t)(__builtin_constant_p(x) ? __swap16gen(x) : __swap16md(x))