Searched refs:temp_value (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Scalar.cpp | 36 …Scalar& temp_value, // A modifiable temp value than can be used to hold either the pro… in PromoteToMaxType() argument 54 temp_value = rhs; // Copy right hand side into the temp value in PromoteToMaxType() 55 if (temp_value.Promote(lhs_type)) // Promote it in PromoteToMaxType() 56 promoted_rhs_ptr = &temp_value; // Update the pointer for the promoted right hand side in PromoteToMaxType() 61 temp_value = lhs; // Copy left hand side value into the temp value in PromoteToMaxType() 62 if (temp_value.Promote(rhs_type)) // Promote it in PromoteToMaxType() 63 promoted_lhs_ptr = &temp_value; // Update the pointer for the promoted left hand side in PromoteToMaxType() 975 Scalar temp_value; in operator +=() local 978 if ((m_type = PromoteToMaxType(*this, rhs, temp_value, a, b)) != Scalar::e_void) in operator +=() 1518 Scalar temp_value; in operator +() local [all …]
|
| /NextBSD/sys/dev/drm2/i915/ |
| HD | intel_sdvo.c | 1693 uint16_t temp_value; in intel_sdvo_set_property() local 1732 if (intel_sdvo_connector->cur_##name == temp_value) return 0; \ in intel_sdvo_set_property() 1733 if (intel_sdvo_connector->max_##name < temp_value) return -EINVAL; \ in intel_sdvo_set_property() 1735 intel_sdvo_connector->cur_##name = temp_value; \ in intel_sdvo_set_property() 1750 temp_value = val; in intel_sdvo_set_property() 1754 if (intel_sdvo_connector->left_margin == temp_value) in intel_sdvo_set_property() 1757 intel_sdvo_connector->left_margin = temp_value; in intel_sdvo_set_property() 1758 intel_sdvo_connector->right_margin = temp_value; in intel_sdvo_set_property() 1759 temp_value = intel_sdvo_connector->max_hscan - in intel_sdvo_set_property() 1766 if (intel_sdvo_connector->right_margin == temp_value) in intel_sdvo_set_property() [all …]
|
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | config.c | 1006 const char *temp_value; in svn_config_enumerate() local 1012 make_string_from_option(&temp_value, cfg, sec, opt, NULL); in svn_config_enumerate() 1013 if (!callback(opt->name, temp_value, baton)) in svn_config_enumerate() 1044 const char *temp_value; in svn_config_enumerate2() local 1050 make_string_from_option(&temp_value, cfg, sec, opt, NULL); in svn_config_enumerate2() 1052 if (!callback(opt->name, temp_value, baton, iteration_pool)) in svn_config_enumerate2()
|