Searched refs:_CRT_ALIGN (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dfpieee.h77 _CRT_ALIGN(16)
83 typedef struct _CRT_ALIGN(16) {
87 typedef struct _CRT_ALIGN(8) {
91 typedef struct _CRT_ALIGN(8) {
97 _CRT_ALIGN(16)
103 typedef struct _CRT_ALIGN(16) {
H A D_mingw.h497 #ifndef _CRT_ALIGN
499 #define _CRT_ALIGN(x) __declspec(align(x)) macro
501 #define _CRT_ALIGN(x) __attribute__ ((__aligned__ (x))) macro
503 #endif /* _CRT_ALIGN */
H A Dsetjmp.h50 typedef _CRT_ALIGN(16) struct _SETJMP_FLOAT128 {
112 typedef _CRT_ALIGN(16) struct _SETJMP_FLOAT128 {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dfpieee.h77 _CRT_ALIGN(16)
83 typedef struct _CRT_ALIGN(16) {
87 typedef struct _CRT_ALIGN(8) {
91 typedef struct _CRT_ALIGN(8) {
97 _CRT_ALIGN(16)
103 typedef struct _CRT_ALIGN(16) {
H A D_mingw.h497 #ifndef _CRT_ALIGN
499 #define _CRT_ALIGN(x) __declspec(align(x)) macro
501 #define _CRT_ALIGN(x) __attribute__ ((__aligned__ (x))) macro
503 #endif /* _CRT_ALIGN */
H A Dsetjmp.h50 typedef _CRT_ALIGN(16) struct _SETJMP_FLOAT128 {
112 typedef _CRT_ALIGN(16) struct _SETJMP_FLOAT128 {

Completed in 745 milliseconds