Searched refs:DECLSPEC_ALIGN (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/
H A Dstat.h41 #ifndef DECLSPEC_ALIGN
43 # define DECLSPEC_ALIGN(x) __declspec(align(x)) macro
45 # define DECLSPEC_ALIGN(x) __attribute__((aligned(x))) macro
47 # define DECLSPEC_ALIGN(x) macro
104 __int64 DECLSPEC_ALIGN(8) st_size;
118 __int64 DECLSPEC_ALIGN(8) st_size;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dcrtdefs.h92 #ifndef DECLSPEC_ALIGN
94 # define DECLSPEC_ALIGN(x) __declspec(align(x)) macro
96 # define DECLSPEC_ALIGN(x) __attribute__((aligned(x))) macro
98 # define DECLSPEC_ALIGN(x) macro
151 typedef __int64 DECLSPEC_ALIGN(8) __time64_t;
H A Dsetjmp.h62 unsigned __int64 DECLSPEC_ALIGN(16) Part[2];
H A Dwchar.h41 #ifndef DECLSPEC_ALIGN
43 # define DECLSPEC_ALIGN(x) __declspec(align(x)) macro
45 # define DECLSPEC_ALIGN(x) __attribute__((aligned(x))) macro
47 # define DECLSPEC_ALIGN(x) macro
124 __int64 DECLSPEC_ALIGN(8) size;
169 __int64 DECLSPEC_ALIGN(8) st_size;
183 __int64 DECLSPEC_ALIGN(8) st_size;
H A Dio.h57 __int64 DECLSPEC_ALIGN(8) size;
78 __int64 DECLSPEC_ALIGN(8) size;
H A Dstdio.h85 typedef __int64 DECLSPEC_ALIGN(8) fpos_t;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/
H A Dstat.h31 #ifndef DECLSPEC_ALIGN
33 # define DECLSPEC_ALIGN(x) __declspec(align(x)) macro
35 # define DECLSPEC_ALIGN(x) __attribute__((aligned(x))) macro
37 # define DECLSPEC_ALIGN(x) macro
108 __int64 DECLSPEC_ALIGN(8) st_size;
136 __int64 DECLSPEC_ALIGN(8) st_size;
150 __int64 DECLSPEC_ALIGN(8) st_size;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dbasetsd.h77 /* FIXME: DECLSPEC_ALIGN should be declared only in winnt.h, but we need it here too */
78 #ifndef DECLSPEC_ALIGN
80 # define DECLSPEC_ALIGN(x) __declspec(align(x)) macro
82 # define DECLSPEC_ALIGN(x) __attribute__((aligned(x))) macro
84 # define DECLSPEC_ALIGN(x) macro
105 typedef signed __int64 DECLSPEC_ALIGN(8) INT64, *PINT64;
106 typedef unsigned __int64 DECLSPEC_ALIGN(8) UINT64, *PUINT64;
107 typedef signed __int64 DECLSPEC_ALIGN(8) LONG64, *PLONG64;
108 typedef unsigned __int64 DECLSPEC_ALIGN(8) ULONG64, *PULONG64;
109 typedef unsigned __int64 DECLSPEC_ALIGN(
[all...]
H A Dws2def.h70 __int64 DECLSPEC_ALIGN(8) __ss_align;
H A Dwinnt.h77 #ifndef DECLSPEC_ALIGN
79 # define DECLSPEC_ALIGN(x) __declspec(align(x)) macro
81 # define DECLSPEC_ALIGN(x) __attribute__((aligned(x))) macro
83 # define DECLSPEC_ALIGN(x) macro
88 # define DECLSPEC_CACHEALIGN DECLSPEC_ALIGN(128)
472 typedef signed __int64 DECLSPEC_ALIGN(8) LONGLONG, *PLONGLONG;
473 typedef unsigned __int64 DECLSPEC_ALIGN(8) ULONGLONG, *PULONGLONG;
482 typedef ULONGLONG DECLSPEC_ALIGN(8) DWORDLONG, *PDWORDLONG;
775 typedef struct DECLSPEC_ALIGN(16) _SLIST_ENTRY *PSLIST_ENTRY;
776 typedef struct DECLSPEC_ALIGN(1
[all...]
H A Dwtypes.h167 typedef double DECLSPEC_ALIGN(8) DOUBLE;
563 typedef double DECLSPEC_ALIGN(8) DATE;
H A Dwinbase.h517 DWORDLONG DECLSPEC_ALIGN(8) ullTotalPhys;
518 DWORDLONG DECLSPEC_ALIGN(8) ullAvailPhys;
519 DWORDLONG DECLSPEC_ALIGN(8) ullTotalPageFile;
520 DWORDLONG DECLSPEC_ALIGN(8) ullAvailPageFile;
521 DWORDLONG DECLSPEC_ALIGN(8) ullTotalVirtual;
522 DWORDLONG DECLSPEC_ALIGN(8) ullAvailVirtual;
523 DWORDLONG DECLSPEC_ALIGN(8) ullAvailExtendedVirtual;
1477 LARGE_INTEGER DECLSPEC_ALIGN(8) Size;
H A Dshlwapi.h1049 ULONGLONG DECLSPEC_ALIGN(8) ullVersion; /* 16 bits each for Major, Minor, Build, QFE */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dbasetsd.h79 /* FIXME: DECLSPEC_ALIGN should be declared only in winnt.h, but we need it here too */
80 #ifndef DECLSPEC_ALIGN
82 # define DECLSPEC_ALIGN(x) __declspec(align(x)) macro
84 # define DECLSPEC_ALIGN(x) __attribute__((aligned(x))) macro
86 # define DECLSPEC_ALIGN(x) macro
107 typedef signed __int64 DECLSPEC_ALIGN(8) INT64, *PINT64;
108 typedef unsigned __int64 DECLSPEC_ALIGN(8) UINT64, *PUINT64;
109 typedef signed __int64 DECLSPEC_ALIGN(8) LONG64, *PLONG64;
110 typedef unsigned __int64 DECLSPEC_ALIGN(8) ULONG64, *PULONG64;
111 typedef unsigned __int64 DECLSPEC_ALIGN(
[all...]
H A Dws2def.h70 __int64 DECLSPEC_ALIGN(8) __ss_align;
H A Dwinnt.h77 #ifndef DECLSPEC_ALIGN
79 # define DECLSPEC_ALIGN(x) __declspec(align(x)) macro
81 # define DECLSPEC_ALIGN(x) __attribute__((aligned(x))) macro
83 # define DECLSPEC_ALIGN(x) macro
88 # define DECLSPEC_CACHEALIGN DECLSPEC_ALIGN(128)
387 typedef signed __int64 DECLSPEC_ALIGN(8) LONGLONG, *PLONGLONG;
388 typedef unsigned __int64 DECLSPEC_ALIGN(8) ULONGLONG, *PULONGLONG;
397 typedef ULONGLONG DECLSPEC_ALIGN(8) DWORDLONG, *PDWORDLONG;
650 typedef struct DECLSPEC_ALIGN(16) _SLIST_ENTRY *PSLIST_ENTRY;
651 typedef struct DECLSPEC_ALIGN(1
[all...]
H A Dwtypes.h167 typedef double DECLSPEC_ALIGN(8) DOUBLE;
563 typedef double DECLSPEC_ALIGN(8) DATE;
H A Dwinbase.h503 DWORDLONG DECLSPEC_ALIGN(8) ullTotalPhys;
504 DWORDLONG DECLSPEC_ALIGN(8) ullAvailPhys;
505 DWORDLONG DECLSPEC_ALIGN(8) ullTotalPageFile;
506 DWORDLONG DECLSPEC_ALIGN(8) ullAvailPageFile;
507 DWORDLONG DECLSPEC_ALIGN(8) ullTotalVirtual;
508 DWORDLONG DECLSPEC_ALIGN(8) ullAvailVirtual;
509 DWORDLONG DECLSPEC_ALIGN(8) ullAvailExtendedVirtual;
1272 LARGE_INTEGER DECLSPEC_ALIGN(8) Size;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dcrtdefs.h99 #ifndef DECLSPEC_ALIGN
101 # define DECLSPEC_ALIGN(x) __declspec(align(x)) macro
103 # define DECLSPEC_ALIGN(x) __attribute__((aligned(x))) macro
105 # define DECLSPEC_ALIGN(x) macro
160 typedef __int64 DECLSPEC_ALIGN(8) __time64_t;
H A Dsetjmp.h62 unsigned __int64 DECLSPEC_ALIGN(16) Part[2];
H A Dwchar.h31 #ifndef DECLSPEC_ALIGN
33 # define DECLSPEC_ALIGN(x) __declspec(align(x)) macro
35 # define DECLSPEC_ALIGN(x) __attribute__((aligned(x))) macro
37 # define DECLSPEC_ALIGN(x) macro
114 __int64 DECLSPEC_ALIGN(8) size;
173 __int64 DECLSPEC_ALIGN(8) st_size;
201 __int64 DECLSPEC_ALIGN(8) st_size;
215 __int64 DECLSPEC_ALIGN(8) st_size;
H A Dio.h47 __int64 DECLSPEC_ALIGN(8) size;
57 __int64 DECLSPEC_ALIGN(8) size;
78 __int64 DECLSPEC_ALIGN(8) size;
H A Dstdio.h75 typedef __int64 DECLSPEC_ALIGN(8) fpos_t;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h35 #define POINTER_ALIGNMENT DECLSPEC_ALIGN(8)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h35 #define POINTER_ALIGNMENT DECLSPEC_ALIGN(8)

Completed in 2904 milliseconds

12