Searched refs:__bswap32_const (Results 1 – 1 of 1) sorted by relevance
80 #define __bswap32_const(x) (((x) >> 24) | (((x) >> 8) & 0xff00) | \ macro116 __bswap32_const((__uint32_t)(x)) : __bswap32_var((__uint32_t)(x))))