Searched refs:BCMSWAP32 (Results 1 - 1 of 1) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmendian.h35 #define BCMSWAP32(val) \ macro
53 #define HTON32(i) BCMSWAP32(i)
57 #define NTOH32(i) BCMSWAP32(i)
108 BCMSWAP32(_val); \
189 return BCMSWAP32(val);

Completed in 4 milliseconds