Searched refs:_LTOH16_UA (Results 1 – 6 of 6) sorted by relevance
107 #define _LTOH16_UA(cp) ((cp)[0] | ((cp)[1] << 8)) macro114 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \193 _LTOH16_UA(_bytes); \302 return _LTOH16_UA((const uint8 *)bytes); in ltoh16_ua()
113 #define _LTOH16_UA(cp) (uint16)((cp)[0] | ((cp)[1] << 8)) macro130 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \237 _LTOH16_UA(_bytes); \369 return _LTOH16_UA((const uint8 *)bytes); in ltoh16_ua()
144 #define _LTOH16_UA(cp) ((uint16)(cp)[0] | ((uint16)(cp)[1] << 8)) macro163 sizeof(*(ptr)) == sizeof(uint16) ? (uint16)_LTOH16_UA((const uint8 *)(ptr)) : \270 _LTOH16_UA(_bytes); \402 return _LTOH16_UA((const uint8 *)bytes); in ltoh16_ua()