Home
last modified time | relevance | path

Searched refs:_LTOH16_UA (Results 1 – 1 of 1) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmendian.h78 #define _LTOH16_UA(cp) ((cp)[0] | ((cp)[1] << 8)) macro
85 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \
159 _LTOH16_UA(_bytes); \
262 return _LTOH16_UA((const uint8 *)bytes); in ltoh16_ua()