Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dendian.h79 #define __bswap16_const(x) (((x) >> 8) | (((x) << 8) & 0xff00)) macro
114 __bswap16_const((__uint16_t)(x)) : __bswap16_var((__uint16_t)(x))))