Searched refs:_NTOH32_UA (Results 1 – 1 of 1) sorted by relevance
81 #define _NTOH32_UA(cp) (((cp)[0] << 24) | ((cp)[1] << 16) | ((cp)[2] << 8) | (cp)[3]) macro92 sizeof(*(ptr)) == sizeof(uint32) ? _NTOH32_UA((const uint8 *)(ptr)) : \174 _NTOH32_UA(_bytes); \289 return _NTOH32_UA((const uint8 *)bytes); in ntoh32_ua()