Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_msgpack.c56 #define SWAP_LE_BE64(val) ((uint64_t) __builtin_bswap64((uint64_t) (val))) macro
63 #define SWAP_LE_BE64(val) ((uint64_t) ((((uint64_t) (val) & \ macro