Home
last modified time | relevance | path

Searched defs:swap8 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/file/src/
H A Dapprentice.c137 #define swap8(x) bswap_64(x) macro
141 #define swap8(x) bswap64(x) macro
3585 swap8(uint64_t sv) in swap8() function