Searched refs:_NTOH32_UA (Results 1 – 6 of 6) sorted by relevance
110 #define _NTOH32_UA(cp) (((cp)[0] << 24) | ((cp)[1] << 16) | ((cp)[2] << 8) | (cp)[3]) macro121 sizeof(*(ptr)) == sizeof(uint32) ? _NTOH32_UA((const uint8 *)(ptr)) : \208 _NTOH32_UA(_bytes); \329 return _NTOH32_UA((const uint8 *)bytes); in ntoh32_ua()
116 #define _NTOH32_UA(cp) (uint32)(((cp)[0] << 24) | ((cp)[1] << 16) | ((cp)[2] << 8) | (cp)[3]) macro137 sizeof(*(ptr)) == sizeof(uint32) ? _NTOH32_UA((const uint8 *)(ptr)) : \257 _NTOH32_UA(_bytes); \405 return _NTOH32_UA((const uint8 *)bytes); in ntoh32_ua()
148 #define _NTOH32_UA(cp) (((uint32)(cp)[0] << 24) | ((uint32)(cp)[1] << 16) | \ macro170 sizeof(*(ptr)) == sizeof(uint32) ? (uint32)_NTOH32_UA((const uint8 *)(ptr)) : \290 _NTOH32_UA(_bytes); \438 return _NTOH32_UA((const uint8 *)bytes); in ntoh32_ua()