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

  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmendian.h 43 #define BCMSWAP32BY16(val) \
107 #define bcmswap32by16(val) ({ \ macro
109 BCMSWAP32BY16(_val); \
189 bcmswap32by16(uint32 val) function
191 return BCMSWAP32BY16(val);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h 43 #define BCMSWAP32BY16(val) \
107 #define bcmswap32by16(val) ({ \ macro
109 BCMSWAP32BY16(_val); \
189 bcmswap32by16(uint32 val) function
191 return BCMSWAP32BY16(val);

Completed in 2549 milliseconds