Searched refs:__bswap16_const (Results 1 – 1 of 1) sorted by relevance
79 #define __bswap16_const(x) (((x) >> 8) | (((x) << 8) & 0xff00)) macro114 __bswap16_const((__uint16_t)(x)) : __bswap16_var((__uint16_t)(x))))