Searched refs:MultiplicationState_CastInt (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/include/ucrt/ |
H A D | safeint_internal.h | 722 MultiplicationState_CastInt = 0, // One or both signed, smaller than 32-bit enumerator 756 (IntRegion< T,U >::IntZone_UintLT32_IntLT32) ? MultiplicationState_CastInt : 763 (IntRegion< T,U >::IntZone_IntLT32_IntLT32) ? MultiplicationState_CastInt : 770 (IntRegion< T,U >::IntZone_IntLT32_UintLT32) ? MultiplicationState_CastInt : 782 …ename T, typename U, typename E > class MultiplicationHelper< T, U, E, MultiplicationState_CastInt>
|