Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dendian.h82 #define __bswap64_const(x) (((x) >> 56) | (((x) >> 40) & 0xff00) | \ macro
118 __bswap64_const((__uint64_t)(x)) : __bswap64_var((__uint64_t)(x))))