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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmendian.h79 #define _LTOH32_UA(cp) ((cp)[0] | ((cp)[1] << 8) | ((cp)[2] << 16) | ((cp)[3] << 24)) macro
86 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \
164 _LTOH32_UA(_bytes); \
271 return _LTOH32_UA((const uint8 *)bytes);

Completed in 29 milliseconds