Home
last modified time | relevance | path

Searched refs:result_type (Results 1 – 10 of 10) sorted by relevance

/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp102 using result_type = std::variant<std::monostate, double, int64_t, typedef
105 result_type operator()(double n);
106 result_type operator()(int64_t x);
107 result_type operator()(const filter_ast::UnquotedString& x);
108 result_type operator()(const filter_ast::QuotedString& x);
111 ValueVisitor::result_type ValueVisitor::operator()(double n) in operator ()()
116 ValueVisitor::result_type ValueVisitor::operator()(int64_t x) in operator ()()
121 ValueVisitor::result_type
127 ValueVisitor::result_type
169 using result_type = bool; typedef
H A Dfilter_expr_printer.cpp27 using result_type = std::string; typedef
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip_engine.c315 enum hws_training_result result_type, in ddr3_tip_get_buf_ptr() argument
339 u32 pup_num, enum hws_training_result result_type, in ddr3_tip_ip_training() argument
497 if (result_type == RESULT_PER_BIT) { in ddr3_tip_ip_training()
528 } else if (result_type == RESULT_PER_BYTE) { in ddr3_tip_ip_training()
697 enum hws_training_result result_type, in ddr3_tip_read_training_result() argument
726 result_type, direction, search, pup_num, in ddr3_tip_read_training_result()
742 if (result_type == RESULT_PER_BIT) in ddr3_tip_read_training_result()
761 if (result_type == RESULT_PER_BIT) { in ddr3_tip_read_training_result()
776 ddr3_tip_get_buf_ptr(dev_num, search, result_type, in ddr3_tip_read_training_result()
960 enum hws_training_result result_type, in ddr3_tip_ip_training_wrapper_int() argument
[all …]
H A Dddr3_training_ip_engine.h33 int ddr3_tip_training_ip_test(u32 dev_num, enum hws_training_result result_type,
47 enum hws_training_result result_type,
55 u32 pup_num, enum hws_training_result result_type,
67 enum hws_training_result result_type,
H A Dddr3_training_centralization.c66 enum hws_training_result result_type = RESULT_PER_BIT; in ddr3_tip_centralization() local
122 PARAM_NOT_CARE, result_type, in ddr3_tip_centralization()
148 direction, result_type, in ddr3_tip_centralization()
197 (result[HWS_LOW2HIGH], result_type)) && in ddr3_tip_centralization()
199 (result[HWS_HIGH2LOW], result_type))) { in ddr3_tip_centralization()
500 enum hws_training_result result_type = RESULT_PER_BIT; in ddr3_tip_special_rx() local
537 PARAM_NOT_CARE, result_type, in ddr3_tip_special_rx()
558 direction, result_type, in ddr3_tip_special_rx()
598 (result[HWS_LOW2HIGH], result_type)) && in ddr3_tip_special_rx()
600 (result[HWS_HIGH2LOW], result_type)))) { in ddr3_tip_special_rx()
/openbmc/sdbusplus/include/sdbusplus/message/
H A Dnative_types.hpp309 using result_type = std::size_t; typedef
311 result_type operator()(const argument_type& s) const in operator ()()
322 using result_type = std::size_t; typedef
324 result_type operator()(const argument_type& s) const in operator ()()
/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp483 using result_type = R; typedef
491 using result_type = R; typedef
499 using result_type = R; typedef
507 using result_type = R; typedef
514 using result_type = R; typedef
H A Dproperties.hpp90 typedef typename traits::result_type ResultType;
/openbmc/bmcweb/include/
H A Dossl_random.hpp30 using result_type = uint8_t; typedef
/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_printer.hpp13 using result_type = std::string; typedef