Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libucl/src/
H A Ducl_msgpack.c57 # define SWAP_LE_BE64(val) ((uint64_t)__builtin_bswap64 ((uint64_t)(val))) macro
65 #define SWAP_LE_BE64(val) ((uint64_t)( \ macro
87 #define TO_BE64 SWAP_LE_BE64
90 #define FROM_BE64 SWAP_LE_BE64