Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/openbsd-compat/
H A Dopenbsd-compat.h24 #define htobe32(x) OSSwapHostToBigInt32((x)) macro
38 #define htobe32(x) htonl((x)) macro
/freebsd/contrib/lib9p/
H A Dapple_endian.h24 # define htobe32(x) OSSwapHostToBigInt32(x) macro
/freebsd/contrib/openbsm/compat/
H A Dendian.h126 #define htobe32(x) bswap32((x)) macro
140 #define htobe32(x) ((uint32_t)(x)) macro
/freebsd/sys/sys/
H A D_endian.h105 #define htobe32( global() macro
119 #define htobe32( global() macro
/freebsd/tools/build/cross-build/include/mac/sys/
H A Dendian.h58 #define htobe32(x) bswap32((x)) macro
72 #define htobe32(x) ((uint32_t)(x)) macro
/freebsd/contrib/elftoolchain/common/
H A D_elftc.h376 #define htobe32(x) OSSwapHostToBigInt32(x) macro
/freebsd/stand/kshim/
H A Dbsd_kernel.h563 #define htobe32(x) ((uint32_t)(x)) macro