Searched refs:__int64 (Results 1 - 25 of 103) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/X64/
H A DInterlockedCompareExchange64.c19 __int64 _InterlockedCompareExchange64(
20 __int64 volatile * Destination,
21 __int64 Exchange,
22 __int64 Comperand
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dsetjmp.h62 unsigned __int64 DECLSPEC_ALIGN(16) Part[2];
67 unsigned __int64 Frame;
68 unsigned __int64 Rbx;
69 unsigned __int64 Rsp;
70 unsigned __int64 Rbp;
71 unsigned __int64 Rsi;
72 unsigned __int64 Rdi;
73 unsigned __int64 R12;
74 unsigned __int64 R13;
75 unsigned __int64 R1
[all...]
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;
H A Dlimits.h33 #define _I64_MAX (((__int64)0x7fffffff << 32) | 0xffffffff)
35 #define _UI64_MAX (((unsigned __int64)0xffffffff << 32) | 0xffffffff)
H A Dstdlib.h146 __int64 __cdecl _atoi64(const char*);
154 char* __cdecl _i64toa(__int64,char*,int);
174 char* __cdecl _ui64toa(unsigned __int64,char*,int);
175 errno_t __cdecl _ui64toa_s(unsigned __int64,char*,size_t,int);
206 __int64 __cdecl _strtoi64(const char*,char**,int);
207 __int64 __cdecl _strtoi64_l(const char*,char**,int,_locale_t);
208 unsigned __int64 __cdecl _strtoui64(const char*,char**,int);
209 unsigned __int64 __cdecl _strtoui64_l(const char*,char**,int,_locale_t);
217 wchar_t* __cdecl _i64tow(__int64,wchar_t*,int);
219 wchar_t* __cdecl _ui64tow(unsigned __int64,wchar_
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dsetjmp.h62 unsigned __int64 DECLSPEC_ALIGN(16) Part[2];
67 unsigned __int64 Frame;
68 unsigned __int64 Rbx;
69 unsigned __int64 Rsp;
70 unsigned __int64 Rbp;
71 unsigned __int64 Rsi;
72 unsigned __int64 Rdi;
73 unsigned __int64 R12;
74 unsigned __int64 R13;
75 unsigned __int64 R1
[all...]
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;
H A Dlimits.h33 #define _I64_MAX (((__int64)0x7fffffff << 32) | 0xffffffff)
35 #define _UI64_MAX (((unsigned __int64)0xffffffff << 32) | 0xffffffff)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DReadMsr64.c19 unsigned __int64 __readmsr (int register);
H A DWriteMsr64.c19 void __writemsr (unsigned long Register, unsigned __int64 Value);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ebc/
H A DProcessorBind.h71 typedef __int64 INT64;
75 typedef unsigned __int64 UINT64;
/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/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...]
H A Dws2def.h57 #define WS__SS_ALIGNSIZE (sizeof(__int64))
62 #define _SS_ALIGNSIZE (sizeof(__int64))
70 __int64 DECLSPEC_ALIGN(8) __ss_align;
/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/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/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...]
/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/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/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/
H A Dtypes.h75 typedef __int64 ssize_t;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/
H A Dtypes.h75 typedef __int64 ssize_t;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Arm/
H A DProcessorBind.h35 typedef unsigned __int64 UINT64;
36 typedef __int64 INT64;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ia32/
H A DProcessorBind.h108 typedef unsigned __int64 UINT64;
112 typedef __int64 INT64;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ipf/
H A DProcessorBind.h117 typedef unsigned __int64 UINT64;
121 typedef __int64 INT64;

Completed in 65 milliseconds

12345