Home
last modified time | relevance | path

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

/reactos/sdk/include/ucrt/
H A Dsafeint_internal.h66 is32Bit = ( sizeof(T) == 4 ), enumerator
168 …32_UintLT64 = SafeIntCompare< T,U >::isBothUnsigned && IntTraits< T >::is32Bit && IntTraits< U >…
169 … = SafeIntCompare< T,U >::isBothUnsigned && IntTraits< T >::isLT32Bit && IntTraits< U >::is32Bit,
181 …IntZone_Int32_IntLT64 = SafeIntCompare< T,U >::isBothSigned && IntTraits< T >::is32Bit && IntT…
182 … = SafeIntCompare< T,U >::isBothSigned && IntTraits< T >::isLT32Bit && IntTraits< U >::is32Bit,