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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DScalar.cpp35 Scalar& temp_value, // A modifiable temp value than can be used to hold either the promoted lhs or rhs object
43 // have the same type), then the temp_value will not get used.
53 temp_value = rhs; // Copy right hand side into the temp value
54 if (temp_value.Promote(lhs_type)) // Promote it
55 promoted_rhs_ptr = &temp_value; // Update the pointer for the promoted right hand side
60 temp_value = lhs; // Copy left hand side value into the temp value
61 if (temp_value.Promote(rhs_type)) // Promote it
62 promoted_lhs_ptr = &temp_value; // Update the pointer for the promoted left hand side
974 Scalar temp_value; local
977 if ((m_type = PromoteToMaxType(*this, rhs, temp_value,
31 PromoteToMaxType( const Scalar& lhs, const Scalar& rhs, Scalar& temp_value, const Scalar* &promoted_lhs_ptr, const Scalar* &promoted_rhs_ptr ) argument
1517 Scalar temp_value; local
1544 Scalar temp_value; local
1570 Scalar temp_value; local
1600 Scalar temp_value; local
1626 Scalar temp_value; local
1656 Scalar temp_value; local
1686 Scalar temp_value; local
1710 Scalar temp_value; local
[all...]
/freebsd-10.1-release/sys/dev/drm2/i915/
H A Dintel_sdvo.c1691 uint16_t temp_value; local
1730 if (intel_sdvo_connector->cur_##name == temp_value) return 0; \
1731 if (intel_sdvo_connector->max_##name < temp_value) return -EINVAL; \
1733 intel_sdvo_connector->cur_##name = temp_value; \
1748 temp_value = val;
1752 if (intel_sdvo_connector->left_margin == temp_value)
1755 intel_sdvo_connector->left_margin = temp_value;
1756 intel_sdvo_connector->right_margin = temp_value;
1757 temp_value = intel_sdvo_connector->max_hscan -
1764 if (intel_sdvo_connector->right_margin == temp_value)
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c953 const char *temp_value;
959 make_string_from_option(&temp_value, cfg, sec, opt, NULL);
960 if (!callback(opt->name, temp_value, baton))
991 const char *temp_value;
997 make_string_from_option(&temp_value, cfg, sec, opt, NULL);
999 if (!callback(opt->name, temp_value, baton, iteration_pool))
940 const char *temp_value; local
978 const char *temp_value; local

Completed in 120 milliseconds