Home
last modified time | relevance | path

Searched refs:rbegin (Results 1 – 16 of 16) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/fatcat/
H A D0001-Replace-std-ptr_fun-for-c-17.patch12 | 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 Dmultipart_parser.hpp176 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 Dwebassets.hpp50 std::string hash = split.rbegin()[1]; in getStaticEtag()
/openbmc/phosphor-modbus/rtu/modbus/
H A Dmodbus_message.hpp45 for (auto it = d.rbegin(); it != d.rend(); it++) in operator >>()
/openbmc/pldm/oem/meta/libpldmresponder/
H A Dfile_io_type_post_code.cpp36 std::for_each(postCodeList.rbegin(), postCodeList.rend(), in write()
/openbmc/telemetry/src/metrics/
H A Dcollection_data.cpp72 for (auto kt = std::next(readings.rbegin()); kt != readings.rend(); in cleanup()
/openbmc/phosphor-fan-presence/control/
H A Dactions.hpp221 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 Dconfig_parser.cpp65 for (auto it = sit->second.rbegin(); it != sit->second.rend(); ++it) in getLastValueString()
/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.cpp259 auto objPath = getLoggingObjPath(selCacheMap.rbegin()->first); in ipmiStorageGetSelInfo()
422 delRecordID = selCacheMap.rbegin()->first; in deleteSELEntry()
/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp380 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 Dusb-dbg.cpp834 auto range = std::ranges::subrange(postcodes.rbegin(), in udbg_get_postcode()
835 postcodes.rbegin() + numEntries); in udbg_get_postcode()
H A Doemcommands.cpp2701 std::sort(indices.rbegin(), indices.rend()); in getFilename()
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmactest.c1216 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 Dlog_manager.cpp695 entryId = entries.rbegin()->first; in restore()
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp488 std::for_each(PELs.rbegin(), PELs.rend(), buildJSON); in printPELs()
/openbmc/entity-manager/src/fru_device/
H A Dfru_utils.cpp390 std::find_if(value.rbegin(), value.rend(), in decodeField()