Home
last modified time | relevance | path

Searched refs:rbegin (Results 1 – 15 of 15) 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.hpp169 mime_fields.rbegin()->fields.set(currentHeaderName, in parse()
273 mime_fields.rbegin()->content += in processPartData()
343 mime_fields.rbegin()->content += lookbehind.substr(0, prevIndex); in processPartData()
H A Dwebassets.hpp37 std::string hash = split.rbegin()[1]; in getStaticEtag()
232 std::sort(paths.rbegin(), paths.rend()); in requestRoutes()
/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-fan-presence/control/json/utils/
H A Dpcie_card_metadata.cpp66 for (auto nameIt = systemNames.rbegin(); nameIt != systemNames.rend(); in loadCards()
/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.cpp261 auto objPath = getLoggingObjPath(selCacheMap.rbegin()->first); in ipmiStorageGetSelInfo()
436 delRecordID = selCacheMap.rbegin()->first; in deleteSELEntry()
/openbmc/fb-ipmi-oem/src/
H A Dusb-dbg.cpp820 auto range = std::ranges::subrange(postcodes.rbegin(), in udbg_get_postcode()
821 postcodes.rbegin() + numEntries); in udbg_get_postcode()
H A Doemcommands.cpp2514 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.cpp689 entryId = entries.rbegin()->first; in restore()
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp516 std::for_each(PELs.rbegin(), PELs.rend(), buildJSON); in printPELs()
/openbmc/entity-manager/src/
H A Dfru_utils.cpp529 value.erase(std::find_if(value.rbegin(), value.rend(), in formatIPMIFRU()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp1566 for (auto it = redfishLogFiles.rbegin(); it < redfishLogFiles.rend(); it++) in handleSystemsLogServiceEventLogLogEntryCollection()
1661 for (auto it = redfishLogFiles.rbegin(); it < redfishLogFiles.rend(); it++) in handleSystemsLogServiceEventLogEntriesGet()
1961 std::sort(hostLoggerFiles.rbegin(), hostLoggerFiles.rend(), in getHostLoggerFiles()