Searched refs:UInt32x32To64 (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dntdef.h701 #define UInt32x32To64(a,b) ((ULONGLONG)(a)*(ULONGLONG)(b)) macro
H A Dwinnt.h543 #define UInt32x32To64(a, b) (((ULONGLONG) ((unsigned int) (a))) *((ULONGLONG) ((unsigned int) (b)))) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dntdef.h701 #define UInt32x32To64(a,b) ((ULONGLONG)(a)*(ULONGLONG)(b)) macro
H A Dwinnt.h543 #define UInt32x32To64(a, b) (((ULONGLONG) ((unsigned int) (a))) *((ULONGLONG) ((unsigned int) (b)))) macro

Completed in 224 milliseconds