Home
last modified time | relevance | path

Searched refs:intValue (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/common/
H A Dkgdb.c200 hexToInt(char **ptr, int *intValue) in hexToInt() argument
205 *intValue = 0; in hexToInt()
213 *intValue = (*intValue << 4) | hexValue; in hexToInt()
/openbmc/bmcweb/include/
H A Dsessions.hpp236 const uint64_t* intValue = in fromJson() local
238 if (intValue != nullptr) in fromJson()
243 static_cast<MTLSCommonNameParseMode>(*intValue); in fromJson()
253 *intValue); in fromJson()
/openbmc/pldm/pldmtool/
H A Dpldm_fw_update_cmd.cpp721 int intValue = std::stoi(value); in RequestUpdate() local
722 if (intValue >= 0 && intValue <= 255) in RequestUpdate()
875 int intValue = std::stoi(value); in PassComponentTable() local
876 if (intValue >= 0 && intValue <= 255) in PassComponentTable()
1039 int intValue = std::stoi(value); in UpdateComponent() local
1040 if (intValue >= 0 && intValue <= 255) in UpdateComponent()
/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp591 const int64_t* intValue = j->get_ptr<const int64_t*>(); in convertJsonToDbus() local
600 if (intValue == nullptr) in convertJsonToDbus()
606 intValue = &v; in convertJsonToDbus()
620 if (intValue != nullptr) in convertJsonToDbus()
622 d = static_cast<double>(*intValue); in convertJsonToDbus()
642 if (intValue == nullptr) in convertJsonToDbus()
646 if ((*intValue < std::numeric_limits<int32_t>::lowest()) || in convertJsonToDbus()
647 (*intValue > std::numeric_limits<int32_t>::max())) in convertJsonToDbus()
651 int32_t i = static_cast<int32_t>(*intValue); in convertJsonToDbus()
662 if (intValue != nullptr) in convertJsonToDbus()
[all …]