Home
last modified time | relevance | path

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

/dports/graphics/Coin/coin-Coin-4.0.0/src/
H A Dtidbits.cpp729 #define COIN_BSWAP_64(x) ((COIN_BSWAP_32(x) << 32) | COIN_BSWAP_32((x) >> 32)) macro
810 value = COIN_BSWAP_64(value); in coin_hton_uint64()