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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmendian.h80 #define _NTOH16_UA(cp) (((cp)[0] << 8) | (cp)[1]) macro
91 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \
169 _NTOH16_UA(_bytes); \
280 return _NTOH16_UA((const uint8 *)bytes);

Completed in 16 milliseconds