Home
last modified time | relevance | path

Searched refs:lower_bound (Results 1 – 12 of 12) sorted by relevance

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_integer_attribute_test.cpp34 "lower_bound" : 1, in TEST_F()
54 "lower_bound" : 1, in TEST_F()
67 "lower_bound" : 0, in TEST_F()
94 "lower_bound" : 1, in TEST_F()
128 "lower_bound" : 1, in TEST_F()
180 "lower_bound" : 1, in TEST_F()
/openbmc/pldm/libpldmresponder/examples/bios/
H A Dinteger_attrs.json27 // scalar_increment=2 and lower_bound=1, default_value must be 1, 3, 5...
/openbmc/libpldm/src/dsp/
H A Dbios_table.c497 uint64_t lower_bound; member
515 if (info->lower_bound == info->upper_bound) { in pldm_bios_table_attr_entry_integer_info_check()
516 if (info->default_value != info->lower_bound) { in pldm_bios_table_attr_entry_integer_info_check()
526 if (info->lower_bound > info->upper_bound) { in pldm_bios_table_attr_entry_integer_info_check()
532 info->default_value < info->lower_bound) { in pldm_bios_table_attr_entry_integer_info_check()
541 if ((info->default_value - info->lower_bound) % in pldm_bios_table_attr_entry_integer_info_check()
573 attr_fields->lower_bound = htole64(info->lower_bound); in pldm_bios_table_attr_entry_integer_encode()
587 *lower = le64toh(fields->lower_bound); in pldm_bios_table_attr_entry_integer_decode()
/openbmc/phosphor-logging/
H A Delog_meta.cpp30 auto callout = std::lower_bound(callouts.begin(), callouts.end(), in build()
H A Delog_meta.hpp65 auto callout = std::lower_bound(callouts.begin(), callouts.end(), in build()
/openbmc/phosphor-inventory-manager/
H A Dmanager.cpp149 opsit = std::lower_bound(opsit, _makers.cend(), ifaceit->first, in updateInterfaces()
160 refaceit = std::lower_bound(refaceit, refaces.end(), ifaceit->first, in updateInterfaces()
233 refit = std::lower_bound(refit, _refs.end(), objit->first, in updateObjects()
/openbmc/fb-ipmi-oem/include/
H A Dcommandutils.hpp63 auto instance = std::lower_bound(hosts.begin(), hosts.end(), num); in findHost()
/openbmc/libpldm/include/libpldm/
H A Dbios_table.h387 uint64_t lower_bound; //!< The lower bound on the integer value member
/openbmc/pldm/docs/
H A Dbios_implementation.md46 "lower_bound": "The lower bound on the integer value",
/openbmc/libpldm/tests/dsp/
H A Dbios_table.cpp395 info.lower_bound = 100; in TEST()
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp141 const auto* it = std::ranges::lower_bound(topCollections, url); in searchCollectionsArray()
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump11328 'name' => 'lower_bound',