Home
last modified time | relevance | path

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

/src/crypto/krb5/src/include/
H A Dk5-platform.h533 # define SWAP64 bswap_64 macro
543 # define SWAP64 OSSwapInt64 macro
555 # define SWAP64 bswap64 macro
595 #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()
/src/crypto/libecc/include/libecc/hash/
H A Dbash.h109 #define SWAP64(A) do { \ macro
121 SWAP64(S[i]); \
136 SWAP64(S[i]); \