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