HomeSort by relevance Sort by last modified time
    Searched refs:bcmswap16 (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmendian.h 31 #define BCMSWAP16(val) \
49 #define HTON16(i) BCMSWAP16(i)
50 #define hton16(i) bcmswap16(i)
53 #define NTOH16(i) BCMSWAP16(i)
54 #define ntoh16(i) bcmswap16(i)
97 #define bcmswap16(val) ({ \ macro
99 BCMSWAP16(_val); \
116 *_buf = bcmswap16(*_buf); \
177 bcmswap16(uint16 val) function
179 return BCMSWAP16(val)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h 31 #define BCMSWAP16(val) \
49 #define HTON16(i) BCMSWAP16(i)
50 #define hton16(i) bcmswap16(i)
53 #define NTOH16(i) BCMSWAP16(i)
54 #define ntoh16(i) bcmswap16(i)
97 #define bcmswap16(val) ({ \ macro
99 BCMSWAP16(_val); \
116 *_buf = bcmswap16(*_buf); \
177 bcmswap16(uint16 val) function
179 return BCMSWAP16(val)
    [all...]

Completed in 180 milliseconds