Searched defs:bswap16 (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/crypto/heimdal/lib/roken/
H A Dbswap.c52 bswap16 (unsigned short val) function
/freebsd-current/contrib/openbsm/compat/
H A Dendian.h48 bswap16(uint16_t int16) function
/freebsd-current/contrib/arm-optimized-routines/networking/
H A Dchksum_common.h39 #define bswap16(x) __builtin_bswap16((x)) macro
46 #define bswap16(x) ((uint8_t)((x) >> 8) | ((uint8_t)(x) << 8)) macro
/freebsd-current/sys/sys/
H A Dendian.h65 #define bswap16(x) __bswap16(x) macro
/freebsd-current/tools/build/cross-build/include/linux/sys/
H A Dendian.h62 #undef bswap16 macro
63 #define bswap16(a) __builtin_bswap16(a) macro
/freebsd-current/tools/build/cross-build/include/mac/sys/
H A Dendian.h45 #define bswap16(x) __builtin_bswap16(x) macro
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c1822 #undef bswap16 macro
1827 # define bswap16(x) _byteswap_ushort(x) macro
1849 #undef bswap16 macro

Completed in 135 milliseconds