Home
last modified time | relevance | path

Searched refs:__swap16gen (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/sys/
H A D_endian.h48 #define __swap16gen(x) \ macro
70 return (__swap16gen(x)); in __swap16md()
87 (__uint16_t)(__builtin_constant_p(x) ? __swap16gen(x) : __swap16md(x))