Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/util/verto/
H A Dev.c1091 #define ecb_bswap64(x) __builtin_bswap64 (x) macro
1096 #define ecb_bswap64(x) ((uint64_t)_byteswap_uint64 ((uint64_t)(x))) macro
1114 ecb_bswap64 (uint64_t x) in ecb_bswap64() function