Home | History | Annotate | Download | only in sys

Lines Matching refs:__uint16_t

56 	__uint16_t __swap16gen_x = (x);					\
58 (__uint16_t)((__swap16gen_x & 0xff) << 8 | \
88 (__uint16_t)(((__uint16_t)(x) & 0xff) << 8 | ((__uint16_t)(x) & 0xff00) >> 8)
117 __uint16_t __swap16_x = (x); \
147 __uint16_t *__swap16_multi_v = (v); \
165 __uint16_t htobe16(__uint16_t);
168 __uint16_t betoh16(__uint16_t);
172 __uint16_t htole16(__uint16_t);
175 __uint16_t letoh16(__uint16_t);