Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dendian.h80 #define __bswap32_const(x) (((x) >> 24) | (((x) >> 8) & 0xff00) | \ macro
116 __bswap32_const((__uint32_t)(x)) : __bswap32_var((__uint32_t)(x))))