Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/util/verto/
H A Dev.c1090 #define ecb_bswap32(x) __builtin_bswap32 (x) macro
1095 #define ecb_bswap32(x) ((uint32_t)_byteswap_ulong ((uint32_t)(x))) macro
1107 ecb_bswap32 (uint32_t x) in ecb_bswap32() function