Home
last modified time | relevance | path

Searched defs:SWAP32 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h416 #define SWAP32(_x) ((u_int32_t)( \ macro
428 #define SWAP32(_x) ((u_int32_t)( \ macro
/dragonfly/sys/dev/crypto/ubsec/
H A Dubsec.c193 #define SWAP32(x) (x) = htole32(ntohl((x))) macro