Home
last modified time | relevance | path

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

/reactos/sdk/include/vcruntime/
H A Dvcruntime.h162 #ifndef _CRT_ALIGN
164 #define _CRT_ALIGN(x) macro
166 #define _CRT_ALIGN(x) __declspec(align(x)) macro
168 #define _CRT_ALIGN(x) __attribute__ ((aligned(x))) macro
175 #define _CRT_ALIGN(x) __declspec(align(x)) macro
H A Dsetjmp.h38 typedef _CRT_ALIGN(16) struct _SETJMP_FLOAT128 {
100 typedef _CRT_ALIGN(16) struct _SETJMP_FLOAT128 {
H A Dimmintrin.h17 typedef union _DECLSPEC_INTRIN_TYPE _CRT_ALIGN(32) __m256i
H A Dmmintrin.h39 typedef union DECLSPEC_INTRINTYPE _CRT_ALIGN(8) __m64
H A Demmintrin.h19 typedef union _DECLSPEC_INTRIN_TYPE _CRT_ALIGN(16) __m128i
32 typedef struct _DECLSPEC_INTRIN_TYPE _CRT_ALIGN(16) __m128d
H A Dxmmintrin.h41 typedef union _DECLSPEC_INTRIN_TYPE _CRT_ALIGN(16) __m128
/reactos/sdk/include/crt/
H A Dfpieee.h269 _CRT_ALIGN(16) struct
275 typedef struct _CRT_ALIGN(16) { struct
279 typedef struct _CRT_ALIGN(8) { argument
283 typedef struct _CRT_ALIGN(8) { argument
289 _CRT_ALIGN(16) struct
295 typedef struct _CRT_ALIGN(16) { struct
/reactos/sdk/lib/crt/math/libm_sse2/
H A DLsincosf_array.c33 const long long _CRT_ALIGN(16) __Lcosfarray[] =
42 const long long _CRT_ALIGN(16) __Lsinfarray[] =
H A Dtwo_to_jby64_head_tail_table.c33 const unsigned long long _CRT_ALIGN(16) __two_to_jby64_head_table[] =
101 const unsigned long long _CRT_ALIGN(16) __two_to_jby64_tail_table[] =
H A Dlog10_256_lead_tail_table.c33 const unsigned long long _CRT_ALIGN(16) __log10_256_lead[] =
294 const unsigned long long _CRT_ALIGN(16) __log10_256_tail[] =
H A Dlog_128_lead_tail_table.c33 const unsigned int _CRT_ALIGN(16) __log_128_lead[] =
166 const unsigned int _CRT_ALIGN(16) __log_128_tail[] =
H A Dlog10_128_lead_tail_table.c33 const unsigned int _CRT_ALIGN(16) __log10_128_lead[] =
166 const unsigned int _CRT_ALIGN(16) __log10_128_tail[] =
H A Dlog_256_lead_tail_table.c33 const unsigned long long _CRT_ALIGN(16) __log_256_lead[] =
295 const unsigned long long _CRT_ALIGN(16) __log_256_tail[] =
H A DLsincos_array.c32 const long long _CRT_ALIGN(16) __Lcosarray[] =
48 const long long _CRT_ALIGN(16) __Lsinarray[] =
H A Dtwo_to_jby64_table.c33 const unsigned long long _CRT_ALIGN(16) __two_to_jby64_table[] =
H A Dlog_F_inv_dword_table.c33 const unsigned int _CRT_ALIGN(16) __log_F_inv_dword[] =
H A Dlog_F_inv_qword_table.c33 const unsigned long long _CRT_ALIGN(16) __log_F_inv_qword[] =
H A DL2_by_pi_bits.c32 const char _CRT_ALIGN(16) __L_2_by_pi_bits[] =
/reactos/sdk/include/ucrt/
H A Dfpieee.h382 typedef struct _CRT_ALIGN(16) struct
387 typedef struct _CRT_ALIGN(8) struct
392 typedef struct _CRT_ALIGN(8) argument
402 typedef struct _CRT_ALIGN(16) argument
H A Dcorecrt.h213 #ifndef _CRT_ALIGN
215 #define _CRT_ALIGN(x) macro
217 #define _CRT_ALIGN(x) __declspec(align(x))