|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
projects/openmp/runtime/src/kmp_atomic.cpp 1057 ATOMIC_CMPX_L(fixed1, andl, char, 8, &&, 1i, 0,
1059 ATOMIC_CMPX_L(fixed1, orl, char, 8, ||, 1i, 0,
1061 ATOMIC_CMPX_L(fixed2, andl, short, 16, &&, 2i, 1,
1063 ATOMIC_CMPX_L(fixed2, orl, short, 16, ||, 2i, 1,
1065 ATOMIC_CMPX_L(fixed4, andl, kmp_int32, 32, &&, 4i, 3,
1067 ATOMIC_CMPX_L(fixed4, orl, kmp_int32, 32, ||, 4i, 3,
1069 ATOMIC_CMPX_L(fixed8, andl, kmp_int64, 64, &&, 8i, 7,
1071 ATOMIC_CMPX_L(fixed8, orl, kmp_int64, 64, ||, 8i, 7,