Searched refs:SWAP64 (Results 1 – 2 of 2) sorted by relevance
533 # define SWAP64 bswap_64 macro543 # define SWAP64 OSSwapInt64 macro555 # define SWAP64 bswap64 macro595 #elif defined(__GNUC__) && defined(K5_LE) && defined(SWAP64) && !defined(__cplusplus) in store_64_be()640 #elif defined(__GNUC__) && defined(K5_LE) && defined(SWAP64) && !defined(__cplusplus) in load_64_be()680 #elif defined(__GNUC__) && defined(K5_BE) && defined(SWAP64) && !defined(__cplusplus) in store_64_le()723 #elif defined(__GNUC__) && defined(K5_BE) && defined(SWAP64) && !defined(__cplusplus) in load_64_le()781 #elif defined K5_LE && defined SWAP64 in k5_htonll()782 return SWAP64 (val); in k5_htonll()
109 #define SWAP64(A) do { \ macro121 SWAP64(S[i]); \136 SWAP64(S[i]); \