Home
last modified time | relevance | path

Searched defs:_CRT_ALIGN (Results 1 – 4 of 4) 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) { argument
87 typedef struct _CRT_ALIGN(8) { struct
91 typedef struct _CRT_ALIGN(8) { argument
97 _CRT_ALIGN(16) argument
103 typedef struct _CRT_ALIGN(16) { struct
104 _Q64 W[2];
H A D_mingw.h390 #define _CRT_ALIGN(x) __declspec(align(x)) macro
392 #define _CRT_ALIGN(x) __attribute__ ((__aligned__ (x))) macro
/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) { struct
97 _CRT_ALIGN(16) struct
103 typedef struct _CRT_ALIGN(16) { argument
104 _Q64 W[2];
H A D_mingw.h390 #define _CRT_ALIGN(x) __declspec(align(x)) macro
392 #define _CRT_ALIGN(x) __attribute__ ((__aligned__ (x))) macro