Home
last modified time | relevance | path

Searched refs:__int32 (Results 1 – 25 of 26) sorted by relevance

12

/reactos/sdk/include/ucrt/
H A Dsafeint_internal.h1261 unsigned __int32 tmp; in RegMultiply()
1283 if( tmp <= (unsigned __int32)IntTraits< signed __int32 >::minInt ) in RegMultiply()
1293 if( tmp <= (unsigned __int32)IntTraits< signed __int32 >::maxInt ) in RegMultiply()
1377 unsigned __int32 tmp; in Multiply()
1415 unsigned __int32 tmp; in Multiply()
1453 return LargeIntRegMultiply< __int64, __int32, E >::RegMultiply( t, (__int32)u, ret ); in Multiply()
1463 __int32 tmp; in Multiply()
1492 __int32 tmp; in Multiply()
1761 unsigned __int32 tmp = (unsigned __int32)lhs + (unsigned __int32)rhs; in Addition()
1780 unsigned __int32 tmp = (unsigned __int32)lhs + (unsigned __int32)rhs; in Addition()
[all …]
H A Dsafeint.h530 operator __int32() const in __int32() function
532 __int32 val; in __int32()
533 details::SafeCastHelper< __int32, T, E >::Cast( m_int, val ); in __int32()
537 operator unsigned __int32() const in __int32() function
539 unsigned __int32 val; in __int32()
540 details::SafeCastHelper< unsigned __int32, T, E >::Cast( m_int, val ); in __int32()
1378 tmp = lhs/(U)(unsigned __int32)( -(T)rhs );
/reactos/sdk/include/vcruntime/
H A Drtcapi.h53 __int32 guard1;
56 __int32 dummypad;
60 __int32 dummypad2;
62 __int32 guard2[3];
H A Dimmintrin.h21 __int32 m256i_i32[8];
25 unsigned __int32 m256i_u32[8];
H A Dintrin.h845 float _CopyFloatFromInt32(__int32);
846 __int32 _CopyInt32FromFloat(float);
973 void __emit(unsigned __int32);
983 __int32 __iso_volatile_load32(const volatile __int32 *);
987 void __iso_volatile_store32(volatile __int32 *, __int32);
H A D_mingw.h186 #define __int32 int macro
H A Dmmintrin.h45 __int32 m64_i32[2];
49 unsigned __int32 m64_u32[2];
H A Dxmmintrin.h47 __int32 m128_i32[4];
51 unsigned __int32 m128_u32[4];
H A Demmintrin.h23 __int32 m128i_i32[4];
27 unsigned __int32 m128i_u32[4];
/reactos/modules/rosapps/applications/fraginator/
H A DUnfrag.h55 typedef unsigned __int32 uint32;
56 typedef signed __int32 sint32;
/reactos/sdk/lib/crt/math/ieee754/
H A Dieee754.h3 typedef __int32 int32_t;
4 typedef unsigned __int32 u_int32_t;
/reactos/boot/environ/include/efi/
H A DProcessorBind.h116 typedef unsigned __int32 UINT32;
120 typedef __int32 INT32;
/reactos/drivers/filesystems/ext2/inc/linux/
H A Dtypes.h23 typedef signed __int32 __s32;
24 typedef unsigned __int32 __u32;
H A Dext4.h9 typedef unsigned __int32 uint32_t;
/reactos/sdk/include/psdk/
H A Dbasetyps.h18 # ifndef __int32
19 # define __int32 long macro
H A Dcor.idl103 cpp_quote("__int32 WINAPI _CorExeMain(void);")
104 cpp_quote("__int32 WINAPI _CorExeMain2(PBYTE,DWORD,LPWSTR,LPWSTR,LPWSTR);")
H A Dbasetsd.h73 #define __int3264 __int32
/reactos/sdk/tools/hhpcomp/chmc/
H A Dchm.h43 typedef __int32 Int32;
44 typedef unsigned __int32 UInt32;
/reactos/sdk/include/c++/stlport/stl/config/
H A D_reactos.h52 # define _STLP_UINT32_T unsigned __int32
/reactos/modules/rosapps/applications/sysutils/utils/sdkparse/
H A Diskeyword.cpp27 I(__int32); in iskeyword()
/reactos/sdk/tools/mkshelllink/
H A Dmkshelllink.c18 typedef unsigned __int32 uint32_t;
/reactos/dll/win32/mscoree/
H A Dmscoree_main.c215 __int32 WINAPI _CorExeMain2(PBYTE ptrMemory, DWORD cntMemory, LPWSTR imageName, LPWSTR loaderName, … in _CorExeMain2()
H A Dcorruntimehost.c1008 __int32 WINAPI _CorExeMain(void) in _CorExeMain()
/reactos/sdk/lib/3rdparty/libxml2/
H A Ddict.c48 typedef unsigned __int32 uint32_t;
H A Dtrio.c243 typedef __int32 trio_int32_t;

12