Home
last modified time | relevance | path

Searched refs:_CRT_ALIGN (Results 1 – 8 of 8) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dfpieee.h77 _CRT_ALIGN(16) struct
83 typedef struct _CRT_ALIGN(16) { struct
87 typedef struct _CRT_ALIGN(8) { argument
91 typedef struct _CRT_ALIGN(8) { struct
97 _CRT_ALIGN(16) struct
103 typedef struct _CRT_ALIGN(16) { struct
H A D_mingw.h388 #ifndef _CRT_ALIGN
390 #define _CRT_ALIGN(x) __declspec(align(x)) macro
392 #define _CRT_ALIGN(x) __attribute__ ((__aligned__ (x))) macro
H A Dsetjmp.h50 typedef _CRT_ALIGN(16) struct _SETJMP_FLOAT128 {
112 typedef _CRT_ALIGN(16) struct _SETJMP_FLOAT128 {
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dfpieee.h77 _CRT_ALIGN(16) struct
83 typedef struct _CRT_ALIGN(16) { argument
87 typedef struct _CRT_ALIGN(8) { argument
91 typedef struct _CRT_ALIGN(8) { argument
97 _CRT_ALIGN(16) struct
103 typedef struct _CRT_ALIGN(16) { argument
H A D_mingw.h388 #ifndef _CRT_ALIGN
390 #define _CRT_ALIGN(x) __declspec(align(x)) macro
392 #define _CRT_ALIGN(x) __attribute__ ((__aligned__ (x))) macro
H A Dsetjmp.h50 typedef _CRT_ALIGN(16) struct _SETJMP_FLOAT128 {
112 typedef _CRT_ALIGN(16) struct _SETJMP_FLOAT128 {
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dr_drawt_mmx.cpp43 #define MMX_ALIGNED(x) _CRT_ALIGN(8) x
H A Dr_drawt_sse2.cpp42 #define SSE2_ALIGNED(x) _CRT_ALIGN(16) x