HomeSort by relevance Sort by last modified time
    Searched refs:_CRT_ALIGN (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fpieee.h 77 _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) {
_mingw.h 380 #ifndef _CRT_ALIGN
382 #define _CRT_ALIGN(x) __declspec(align(x))
384 #define _CRT_ALIGN(x) __attribute__ ((__aligned__ (x)))
386 #endif /* _CRT_ALIGN */
setjmp.h 50 typedef _CRT_ALIGN(16) struct _SETJMP_FLOAT128 {
112 typedef _CRT_ALIGN(16) struct _SETJMP_FLOAT128 {

Completed in 144 milliseconds