Searched refs:_NTOH16_UA (Results 1 – 6 of 6) sorted by relevance
109 #define _NTOH16_UA(cp) (((cp)[0] << 8) | (cp)[1]) macro120 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \203 _NTOH16_UA(_bytes); \320 return _NTOH16_UA((const uint8 *)bytes); in ntoh16_ua()
115 #define _NTOH16_UA(cp) (uint16)(((cp)[0] << 8) | (cp)[1]) macro136 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \252 _NTOH16_UA(_bytes); \396 return _NTOH16_UA((const uint8 *)bytes); in ntoh16_ua()
147 #define _NTOH16_UA(cp) (((uint16)(cp)[0] << 8) | (uint16)(cp)[1]) macro169 sizeof(*(ptr)) == sizeof(uint16) ? (uint16)_NTOH16_UA((const uint8 *)(ptr)) : \285 _NTOH16_UA(_bytes); \429 return _NTOH16_UA((const uint8 *)bytes); in ntoh16_ua()