Searched defs:be64dec (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/opencrypto/ | ||
| H A D | gfmult.h | 38 #define be64dec(buf) __builtin_bswap64(*(uint64_t *)buf) macro |
| /f-stack/freebsd/sys/ | ||
| H A D | endian.h | 118 be64dec(const void *pp) in be64dec() function |