Home
last modified time | relevance | path

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

/freebsd-src/contrib/libucl/src/
H A Ducl_msgpack.c56 # define SWAP_LE_BE32(val) ((uint32_t)__builtin_bswap32 ((uint32_t)(val))) macro
59 #define SWAP_LE_BE32(val) ((uint32_t)( \ macro