Home
last modified time | relevance | path

Searched refs:__bswap16 (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/arm64/include/
H A Dendian.h58 #define __ntohs(x) (__bswap16(x))
60 #define __htons(x) (__bswap16(x))
107 #define __bswap16(x) \ macro
118 #define __bswap16(x) __bswap16_var(x) macro
/f-stack/freebsd/x86/include/
H A Dendian.h68 #define __bswap16(x) __builtin_bswap16(x) macro
73 #define __htons(x) __bswap16(x)
75 #define __ntohs(x) __bswap16(x)
/f-stack/freebsd/arm/include/
H A Dendian.h72 #define __ntohs(x) (__bswap16(x))
74 #define __htons(x) (__bswap16(x))
127 #define __bswap16(x) \ macro
138 #define __bswap16(x) __bswap16_var(x) macro
/f-stack/freebsd/mips/include/
H A Dendian.h113 #define __bswap16(x) ((__uint16_t)(__is_constant((x)) ? \ macro
137 #define __ntohs(x) (__bswap16((x)))
139 #define __htons(x) (__bswap16((x)))
/f-stack/freebsd/sys/
H A Dendian.h61 #define bswap16(x) __bswap16(x)
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c4349 word = __bswap16(eep->base_eep_header.reg_dmn[0]); in ar9300_swap_eeprom()
4352 word = __bswap16(eep->base_eep_header.reg_dmn[1]); in ar9300_swap_eeprom()
4383 word = __bswap16(eep->modal_header_2g.ant_ctrl_chain[i]); in ar9300_swap_eeprom()
4386 word = __bswap16(eep->modal_header_5g.ant_ctrl_chain[i]); in ar9300_swap_eeprom()