Searched defs:__int64 (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dcrtdefs.h38 #if !defined(_MSC_VER) && !defined(__int64)
40 # define __int64 long macro
42 # define __int64 long long macro
111 typedef __int64 intptr_t;
120 typedef unsigned __int64 uintptr_t;
129 typedef __int64 ptrdiff_t;
138 typedef unsigned __int64 size_t;
151 typedef __int64 DECLSPEC_ALIGN(8) __time64_t;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dcrtdefs.h45 #if !defined(_MSC_VER) && !defined(__int64)
47 # define __int64 long macro
49 # define __int64 long long macro
120 typedef __int64 intptr_t;
129 typedef unsigned __int64 uintptr_t;
138 typedef __int64 ptrdiff_t;
147 typedef unsigned __int64 size_t;
160 typedef __int64 DECLSPEC_ALIGN(8) __time64_t;
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h69 #if !defined(_MSC_VER) && !defined(__int64)
71 # define __int64 long macro
73 # define __int64 long long macro
373 extern __int64 interlocked_cmpxchg64( __int64 *dest, __int64 xchg, __int64 compare );
429 extern inline unsigned char interlocked_cmpxchg128( __int64 *dest, __int64 xchg_high,
430 __int64 xchg_lo
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dbasetsd.h68 # ifndef __int64
70 # define __int64 long macro
72 # define __int64 long long macro
99 typedef signed __int64 INT64, *PINT64;
100 typedef unsigned __int64 UINT64, *PUINT64;
101 typedef signed __int64 LONG64, *PLONG64;
102 typedef unsigned __int64 ULONG64, *PULONG64;
103 typedef unsigned __int64 DWORD64, *PDWORD64;
105 typedef signed __int64 DECLSPEC_ALIGN(8) INT64, *PINT64;
106 typedef unsigned __int64 DECLSPEC_ALIG
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h68 #if !defined(_MSC_VER) && !defined(__int64)
70 # define __int64 long macro
72 # define __int64 long long macro
375 extern __int64 interlocked_cmpxchg64( __int64 *dest, __int64 xchg, __int64 compare );
428 static inline unsigned char interlocked_cmpxchg128( __int64 *dest, __int64 xchg_high,
429 __int64 xchg_lo
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h69 #if !defined(_MSC_VER) && !defined(__int64)
71 # define __int64 long macro
73 # define __int64 long long macro
373 extern __int64 interlocked_cmpxchg64( __int64 *dest, __int64 xchg, __int64 compare );
429 extern inline unsigned char interlocked_cmpxchg128( __int64 *dest, __int64 xchg_high,
430 __int64 xchg_lo
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dport.h66 #if !defined(_MSC_VER) && !defined(__int64)
68 # define __int64 long macro
70 # define __int64 long long macro
380 extern __int64 interlocked_cmpxchg64( __int64 *dest, __int64 xchg, __int64 compare );
433 static inline unsigned char interlocked_cmpxchg128( __int64 *dest, __int64 xchg_high,
434 __int64 xchg_lo
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dbasetsd.h70 # ifndef __int64
72 # define __int64 long macro
74 # define __int64 long long macro
101 typedef signed __int64 INT64, *PINT64;
102 typedef unsigned __int64 UINT64, *PUINT64;
103 typedef signed __int64 LONG64, *PLONG64;
104 typedef unsigned __int64 ULONG64, *PULONG64;
105 typedef unsigned __int64 DWORD64, *PDWORD64;
107 typedef signed __int64 DECLSPEC_ALIGN(8) INT64, *PINT64;
108 typedef unsigned __int64 DECLSPEC_ALIG
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h69 #if !defined(_MSC_VER) && !defined(__int64)
71 # define __int64 long macro
73 # define __int64 long long macro
373 extern __int64 interlocked_cmpxchg64( __int64 *dest, __int64 xchg, __int64 compare );
429 extern inline unsigned char interlocked_cmpxchg128( __int64 *dest, __int64 xchg_high,
430 __int64 xchg_lo
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h69 #if !defined(_MSC_VER) && !defined(__int64)
71 # define __int64 long macro
73 # define __int64 long long macro
373 extern __int64 interlocked_cmpxchg64( __int64 *dest, __int64 xchg, __int64 compare );
429 extern inline unsigned char interlocked_cmpxchg128( __int64 *dest, __int64 xchg_high,
430 __int64 xchg_lo
[all...]

Completed in 57 milliseconds