| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/fatcat/ |
| H A D | 0001-Replace-std-ptr_fun-for-c-17.patch | 12 | s.erase(find_if(s.rbegin(), s.rend(), not1(ptr_fun<int, int>(isspace))).base(), s.end()); 41 - s.erase(find_if(s.rbegin(), s.rend(), not1(ptr_fun<int, int>(isspace))).base(), s.end()); 42 + s.erase(find_if(s.rbegin(), s.rend(), [](unsigned char c) {return !isspace(c);}).base(), s.end()…
|
| /openbmc/bmcweb/include/ |
| H A D | multipart_parser.hpp | 176 mime_fields.rbegin()->fields.set(currentHeaderName, in parse() 301 mime_fields.rbegin()->content += in processPartData() 371 mime_fields.rbegin()->content += lookbehind.substr(0, prevIndex); in processPartData()
|
| H A D | webassets.hpp | 50 std::string hash = split.rbegin()[1]; in getStaticEtag()
|
| /openbmc/phosphor-modbus/rtu/modbus/ |
| H A D | modbus_message.hpp | 45 for (auto it = d.rbegin(); it != d.rend(); it++) in operator >>()
|
| /openbmc/pldm/oem/meta/libpldmresponder/ |
| H A D | file_io_type_post_code.cpp | 36 std::for_each(postCodeList.rbegin(), postCodeList.rend(), in write()
|
| /openbmc/telemetry/src/metrics/ |
| H A D | collection_data.cpp | 72 for (auto kt = std::next(readings.rbegin()); kt != readings.rend(); in cleanup()
|
| /openbmc/phosphor-fan-presence/control/ |
| H A D | actions.hpp | 221 for (auto it = val_to_speed.rbegin(); in set_ceiling_from_average_sensor_value() 224 if (it == val_to_speed.rbegin() && in set_ceiling_from_average_sensor_value()
|
| /openbmc/phosphor-networkd/src/ |
| H A D | config_parser.cpp | 65 for (auto it = sit->second.rbegin(); it != sit->second.rend(); ++it) in getLastValueString()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | storagehandler.cpp | 259 auto objPath = getLoggingObjPath(selCacheMap.rbegin()->first); in ipmiStorageGetSelInfo() 422 delRecordID = selCacheMap.rbegin()->first; in deleteSELEntry()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | eventlog_utils.hpp | 380 for (auto it = redfishLogFiles.rbegin(); it < redfishLogFiles.rend(); it++) in handleSystemsAndManagersLogServiceEventLogLogEntryCollection() 461 for (auto it = redfishLogFiles.rbegin(); it < redfishLogFiles.rend(); it++) in handleSystemsAndManagersLogServiceEventLogEntriesGet()
|
| /openbmc/fb-ipmi-oem/src/ |
| H A D | usb-dbg.cpp | 834 auto range = std::ranges::subrange(postcodes.rbegin(), in udbg_get_postcode() 835 postcodes.rbegin() + numEntries); in udbg_get_postcode()
|
| H A D | oemcommands.cpp | 2701 std::sort(indices.rbegin(), indices.rend()); in getFilename()
|
| /openbmc/u-boot/cmd/aspeed/nettest/ |
| H A D | mactest.c | 1216 int td, rd, tbegin, rbegin, tend, rend; in test_start() local 1296 rbegin = p_eng->io.rx_delay_scan.begin; in test_start() 1311 for (rd = rbegin; rd <= rend; rd += rstep) { in test_start()
|
| /openbmc/phosphor-logging/ |
| H A D | log_manager.cpp | 695 entryId = entries.rbegin()->first; in restore()
|
| /openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
| H A D | peltool.cpp | 488 std::for_each(PELs.rbegin(), PELs.rend(), buildJSON); in printPELs()
|
| /openbmc/entity-manager/src/fru_device/ |
| H A D | fru_utils.cpp | 390 std::find_if(value.rbegin(), value.rend(), in decodeField()
|