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

  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmendian.h 77 #define _LTOH32_UA(cp) ((cp)[0] | ((cp)[1] << 8) | ((cp)[2] << 16) | ((cp)[3] << 24))
84 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \
160 _LTOH32_UA(_bytes); \
255 return _LTOH32_UA((const uint8 *)bytes);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h 77 #define _LTOH32_UA(cp) ((cp)[0] | ((cp)[1] << 8) | ((cp)[2] << 16) | ((cp)[3] << 24))
84 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \
160 _LTOH32_UA(_bytes); \
255 return _LTOH32_UA((const uint8 *)bytes);

Completed in 24 milliseconds