Lines Matching refs:temp_val
1159 TYPE KMP_ATOMIC_VOLATILE temp_val; \
1161 temp_val = *lhs; \
1162 old_value = temp_val; \
1168 temp_val = *lhs; \
1169 old_value = temp_val; \
1458 TYPE KMP_ATOMIC_VOLATILE temp_val; \
1460 temp_val = *lhs; \
1461 old_value = temp_val; \
1468 temp_val = *lhs; \
1469 old_value = temp_val; \
1945 TYPE KMP_ATOMIC_VOLATILE temp_val; \
1951 temp_val = *loc; \
1952 old_value.f_val = temp_val; \
2123 TYPE KMP_ATOMIC_VOLATILE temp_val; \
2125 temp_val = *lhs; \
2126 old_value = temp_val; \
2131 temp_val = *lhs; \
2132 old_value = temp_val; \
2271 TYPE KMP_ATOMIC_VOLATILE temp_val; \
2273 temp_val = *lhs; \
2274 old_value = temp_val; \
2279 temp_val = *lhs; \
2280 old_value = temp_val; \
2666 TYPE KMP_ATOMIC_VOLATILE temp_val; \
2668 temp_val = *lhs; \
2669 old_value = temp_val; \
2675 temp_val = *lhs; \
2676 old_value = temp_val; \
2968 TYPE KMP_ATOMIC_VOLATILE temp_val; \
2970 temp_val = *lhs; \
2971 old_value = temp_val; \
2976 temp_val = *lhs; \
2977 old_value = temp_val; \
3292 TYPE KMP_ATOMIC_VOLATILE temp_val; \
3294 temp_val = *lhs; \
3295 old_value = temp_val; \
3300 temp_val = *lhs; \
3301 old_value = temp_val; \