Searched refs:_LTOH32_UA (Results 1 – 1 of 1) sorted by relevance
79 #define _LTOH32_UA(cp) ((cp)[0] | ((cp)[1] << 8) | ((cp)[2] << 16) | ((cp)[3] << 24)) macro86 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \164 _LTOH32_UA(_bytes); \271 return _LTOH32_UA((const uint8 *)bytes); in ltoh32_ua()