Searched refs:convert_type (Results 1 – 1 of 1) sorted by relevance
268 typedef int32_t convert_type; in DoCompareExchangeUint8Clamped() typedef269 uint8_t oldval = ClampToUint8(FromObject<convert_type>(oldobj)); in DoCompareExchangeUint8Clamped()270 uint8_t newval = ClampToUint8(FromObject<convert_type>(newobj)); in DoCompareExchangeUint8Clamped()280 typedef int32_t convert_type; \282 convert_type operand = FromObject<convert_type>(obj); \287 result = ClampToUint8(static_cast<convert_type>(expected) op operand); \303 typedef int32_t convert_type; in DoExchangeUint8Clamped() typedef305 uint8_t result = ClampToUint8(FromObject<convert_type>(obj)); in DoExchangeUint8Clamped()