Home
last modified time | relevance | path

Searched defs:KMP_ALIGN (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_dispatch.h87 struct KMP_ALIGN(32) { // compiler does not accept sizeof(T)*4 struct
88 T parm1;
89 T parm2;
90 T parm3;
91 T parm4;
Dkmp.h1651 struct KMP_ALIGN(32) { // AC: changed 16 to 32 in order to simplify template struct
1652 kmp_int32 parm1; // structures in kmp_dispatch.cpp. This should
1653 kmp_int32 parm2; // make no real change at least while padding is off.
1654 kmp_int32 parm3;
1655 kmp_int32 parm4;
1686 struct KMP_ALIGN(32) { struct
1687 kmp_int64 parm1;
1688 kmp_int64 parm2;
1689 kmp_int64 parm3;
1690 kmp_int64 parm4;