Searched refs:_LTOH32_UA (Results 1 – 6 of 6) sorted by relevance
108 #define _LTOH32_UA(cp) ((cp)[0] | ((cp)[1] << 8) | ((cp)[2] << 16) | ((cp)[3] << 24)) macro115 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \198 _LTOH32_UA(_bytes); \311 return _LTOH32_UA((const uint8 *)bytes); in ltoh32_ua()
114 #define _LTOH32_UA(cp) (uint32)((cp)[0] | ((cp)[1] << 8) | ((cp)[2] << 16) | ((cp)[3] << 24)) macro131 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \242 _LTOH32_UA(_bytes); \378 return _LTOH32_UA((const uint8 *)bytes); in ltoh32_ua()
145 #define _LTOH32_UA(cp) ((uint32)(cp)[0] | ((uint32)(cp)[1] << 8) | \ macro164 sizeof(*(ptr)) == sizeof(uint32) ? (uint32)_LTOH32_UA((const uint8 *)(ptr)) : \275 _LTOH32_UA(_bytes); \411 return _LTOH32_UA((const uint8 *)bytes); in ltoh32_ua()