Searched refs:_LTOH16_UA (Results 1 – 1 of 1) sorted by relevance
78 #define _LTOH16_UA(cp) ((cp)[0] | ((cp)[1] << 8)) macro85 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \159 _LTOH16_UA(_bytes); \262 return _LTOH16_UA((const uint8 *)bytes); in ltoh16_ua()