Searched defs:KMP_ALIGN (Results 1 – 2 of 2) sorted by relevance
87 struct KMP_ALIGN(32) { // compiler does not accept sizeof(T)*4 struct88 T parm1;89 T parm2;90 T parm3;91 T parm4;
1651 struct KMP_ALIGN(32) { // AC: changed 16 to 32 in order to simplify template struct1652 kmp_int32 parm1; // structures in kmp_dispatch.cpp. This should1653 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) { struct1687 kmp_int64 parm1;1688 kmp_int64 parm2;1689 kmp_int64 parm3;1690 kmp_int64 parm4;