Searched refs:temp_value (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp31 Scalar &temp_value, // A modifiable temp value than can be used to hold
43 // and left have the same type), then the temp_value will not get used.
52 temp_value = rhs; // Copy right hand side into the temp value
53 if (temp_value.Promote(lhs_type)) // Promote it
55 &temp_value; // Update the pointer for the promoted right hand side
58 temp_value = lhs; // Copy left hand side value into the temp value
59 if (temp_value.Promote(rhs_type)) // Promote it
61 &temp_value; // Update the pointer for the promoted left hand side
1782 Scalar temp_value; local
1785 if ((m_type = PromoteToMaxType(*this, rhs, temp_value,
28 PromoteToMaxType( const Scalar &lhs, const Scalar &rhs, Scalar &temp_value, const Scalar *&promoted_lhs_ptr, const Scalar *&promoted_rhs_ptr ) argument
2093 Scalar temp_value; local
2127 Scalar temp_value; local
2161 Scalar temp_value; local
2209 Scalar temp_value; local
2243 Scalar temp_value; local
2277 Scalar temp_value; local
2312 Scalar temp_value; local
2352 Scalar temp_value; local
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sdvo.c1868 uint16_t temp_value; local
1907 if (intel_sdvo_connector->cur_##name == temp_value) return 0; \
1908 if (intel_sdvo_connector->max_##name < temp_value) return -EINVAL; \
1910 intel_sdvo_connector->cur_##name = temp_value; \
1925 temp_value = val;
1929 if (intel_sdvo_connector->left_margin == temp_value)
1932 intel_sdvo_connector->left_margin = temp_value;
1933 intel_sdvo_connector->right_margin = temp_value;
1934 temp_value = intel_sdvo_connector->max_hscan -
1941 if (intel_sdvo_connector->right_margin == temp_value)
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c1093 const char *temp_value;
1096 make_string_from_option(&temp_value, cfg, sec, opt, NULL);
1097 if (!callback(opt->name, temp_value, baton))
1127 const char *temp_value;
1130 make_string_from_option(&temp_value, cfg, sec, opt, NULL);
1132 if (!callback(opt->name, temp_value, baton, iteration_pool))
1080 const char *temp_value; local
1114 const char *temp_value; local

Completed in 186 milliseconds