Home
last modified time | relevance | path

Searched refs:SWAP16 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/include/
H A Dk5-platform.h530 # define SWAP16 bswap_16 macro
537 # define SWAP16 k5_swap16 macro
550 # define SWAP16 bswap16 macro
567 #elif defined(__GNUC__) && defined(K5_LE) && defined(SWAP16) && !defined(__cplusplus) in store_16_be()
614 #elif defined(__GNUC__) && defined(K5_LE) && defined(SWAP16) && !defined(__cplusplus) in load_16_be()
652 #elif defined(__GNUC__) && defined(K5_BE) && defined(SWAP16) && !defined(__cplusplus) in store_16_le()
699 #elif defined(__GNUC__) && defined(K5_BE) && defined(SWAP16) && !defined(__cplusplus) in load_16_le()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c3414 magic2 = SWAP16(magic); in ar9300_check_eeprom()
3424 temp = SWAP16(*eepdata); in ar9300_check_eeprom()
3447 el = SWAP16(ahp->ah_eeprom.def.base_eep_header.length); in ar9300_check_eeprom()
3474 word = SWAP16(eep->base_eep_header.length); in ar9300_check_eeprom()
3477 word = SWAP16(eep->base_eep_header.checksum); in ar9300_check_eeprom()
3480 word = SWAP16(eep->base_eep_header.version); in ar9300_check_eeprom()
3483 word = SWAP16(eep->base_eep_header.reg_dmn[0]); in ar9300_check_eeprom()
3486 word = SWAP16(eep->base_eep_header.reg_dmn[1]); in ar9300_check_eeprom()
3489 word = SWAP16(eep->base_eep_header.rf_silent); in ar9300_check_eeprom()
3492 word = SWAP16(eep->base_eep_header.blue_tooth_options); in ar9300_check_eeprom()
[all …]
H A Dar9300eep.h419 #define SWAP16(_x) ( (u_int16_t)( (((const u_int8_t *)(&_x))[0] ) |\ macro
431 #define SWAP16(_x) ( (u_int16_t)( (((const u_int8_t *)(&_x))[1] ) |\ macro