Home
last modified time | relevance | path

Searched refs:is64Bit (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/include/ucrt/
H A Dsafeint_internal.h65 is64Bit = ( sizeof(T) == 8 ), enumerator
170 … IntZone_Uint64_Uint = SafeIntCompare< T,U >::isBothUnsigned && IntTraits< T >::is64Bit,
171 … = SafeIntCompare< T,U >::isBothUnsigned && IntTraits< T >::isLT64Bit && IntTraits< U >::is64Bit,
184 …IntZone_Int64_Int = SafeIntCompare< T,U >::isBothSigned && IntTraits< T >::is64Bit && IntT…
185 … = SafeIntCompare< T,U >::isBothSigned && IntTraits< T >::isLT64Bit && IntTraits< U >::is64Bit,