/openbmc/sdbusplus/test/bus/ |
H A D | list_names.cpp | 17 EXPECT_EQ(names.cend(), std::find(names.cbegin(), names.cend(), this_name)); in TEST_F() 25 auto i = std::find(names.cbegin(), names.cend(), this_name); in TEST_F() 27 ASSERT_NE(names.cend(), i); in TEST_F() 36 EXPECT_NE(names.cend(), in TEST_F() 37 std::find(names.cbegin(), names.cend(), bus.get_unique_name())); in TEST_F() 45 auto i = std::find(names.cbegin(), names.cend(), dbus_server); in TEST_F() 47 ASSERT_NE(names.cend(), i); in TEST_F()
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | ipz_parser.cpp | 448 m_vpdVector.cend()); in getKeywordValueFromRecord() 454 m_vpdVector.cend()))) in getKeywordValueFromRecord() 460 std::ranges::advance(l_iterator, Length::RECORD_NAME, m_vpdVector.cend()); in getKeywordValueFromRecord() 464 std::ranges::next(l_iterator, Length::KW_NAME, m_vpdVector.cend())); in getKeywordValueFromRecord() 472 std::ranges::advance(l_iterator, Length::KW_NAME, m_vpdVector.cend()); in getKeywordValueFromRecord() 481 m_vpdVector.cend()); in getKeywordValueFromRecord() 487 m_vpdVector.cend()); in getKeywordValueFromRecord() 495 m_vpdVector.cend())); in getKeywordValueFromRecord() 499 std::ranges::advance(l_iterator, l_kwdDataLength, m_vpdVector.cend()); in getKeywordValueFromRecord() 504 std::ranges::next(l_iterator, Length::KW_NAME, m_vpdVector.cend())); in getKeywordValueFromRecord() [all …]
|
/openbmc/linux/mm/kmsan/ |
H A D | init.c | 32 u64 nstart = (u64)start, nend = (u64)end, cstart, cend; in kmsan_record_future_shadow_range() local 49 cend = start_end_pairs[i].end; in kmsan_record_future_shadow_range() 50 if ((cstart < nstart && cend < nstart) || in kmsan_record_future_shadow_range() 51 (cstart > nend && cend > nend)) in kmsan_record_future_shadow_range() 55 start_end_pairs[i].end = max(nend, cend); in kmsan_record_future_shadow_range()
|
/openbmc/phosphor-fan-presence/control/json/triggers/ |
H A D | handlers.hpp | 42 if (itProp == props.cend()) in propertiesChanged() 76 if (itIntf == intfProps.cend()) in interfacesAdded() 83 if (itProp == itIntf->second.cend()) in interfacesAdded() 117 if (itIntf == intfs.cend()) in interfacesRemoved()
|
/openbmc/phosphor-power/ |
H A D | format_utils.hpp | 47 for (auto it = span.cbegin(); it != span.cend(); ++it) in toString() 50 if (std::distance(it, span.cend()) > 1) in toString()
|
/openbmc/phosphor-fan-presence/control/ |
H A D | functor.hpp | 121 if (it == props.cend()) in operator ()() 266 if (itIntf == intfProp.cend()) in operator ()() 272 if (itProp == itIntf->second.cend()) in operator ()() 352 if (itIntf == intfs.cend()) in operator ()()
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | prism2fw.c | 389 u32 cend; in crcimage() local 400 cend = fchunk[c].addr + fchunk[c].len; in crcimage() 409 if (crcstart - 2 >= cstart && crcstart < cend) in crcimage() 501 u32 cend; in mkimage() local 551 cend = cstart + clist[j].len - 1; in mkimage() 552 if (s3start >= cstart && s3end <= cend) in mkimage() 663 u32 cend; in plugimage() local 708 cend = fchunk[c].addr + fchunk[c].len; in plugimage() 709 if (pstart >= cstart && pend <= cend) in plugimage()
|
/openbmc/phosphor-inventory-manager/ |
H A D | manager.cpp | 144 while (ifaceit != interfaces.cend()) in updateInterfaces() 149 opsit = std::lower_bound(opsit, _makers.cend(), ifaceit->first, in updateInterfaces() 152 if (opsit == _makers.cend() || opsit->first != ifaceit->first) in updateInterfaces() 230 while (objit != objs.cend()) in updateObjects()
|
/openbmc/phosphor-net-ipmid/test/ |
H A D | cipher.cpp | 134 integrityIter, packet.cend()); in TEST() 171 integrityIter, packet.cend()); in TEST() 298 integrityIter, packet.cend()); in TEST() 336 integrityIter, packet.cend()); in TEST()
|
/openbmc/linux/fs/ocfs2/ |
H A D | reservations.c | 785 unsigned int cend = cstart + clen - 1; in ocfs2_resmap_claimed_bits() local 797 trace_ocfs2_resmap_claimed_bits_begin(cstart, cend, clen, resv->r_start, in ocfs2_resmap_claimed_bits() 804 BUG_ON(cend > ocfs2_resv_end(resv)); in ocfs2_resmap_claimed_bits() 806 ocfs2_adjust_resv_from_alloc(resmap, resv, cstart, cend); in ocfs2_resmap_claimed_bits()
|
H A D | extent_map.c | 868 u32 cpos, cend, clen, hole_size; in ocfs2_seek_data_hole_offset() local 896 cend = ocfs2_clusters_for_bytes(inode->i_sb, i_size_read(inode)); in ocfs2_seek_data_hole_offset() 898 while (cpos < cend && !is_last) { in ocfs2_seek_data_hole_offset()
|
/openbmc/openpower-proc-control/ |
H A D | targeting.hpp | 113 return targets.cend(); in end()
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | count.hpp | 59 index.cbegin(), index.cend(), in operator ()()
|
/openbmc/linux/drivers/hwtracing/stm/ |
H A D | stm.h | 58 unsigned int *cstart, unsigned int *cend);
|
H A D | core.c | 250 unsigned int *cstart, unsigned int cend) in stm_find_master_chan() argument 268 pos = find_free_channels(master->chan_map, *cstart, cend, in stm_find_master_chan() 285 unsigned int midx, cidx, mend, cend; in stm_output_assign() local 299 stp_policy_node_get_ranges(policy_node, &midx, &mend, &cidx, &cend); in stm_output_assign() 307 ret = stm_find_master_chan(stm, width, &midx, mend, &cidx, cend); in stm_output_assign()
|
H A D | policy.c | 52 unsigned int *cstart, unsigned int *cend) in stp_policy_node_get_ranges() argument 57 *cend = policy_node->last_channel; in stp_policy_node_get_ranges()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | ethernet.hpp | 1522 getNextStaticIpEntry(ipv4Data.cbegin(), ipv4Data.cend()); in parseAddresses() 1534 if (nicIpEntry != ipv4Data.cend()) in parseAddresses() 1660 nicIpEntry = getNextStaticIpEntry(nicIpEntry, ipv4Data.cend()); in parseAddresses() 1665 while (nicIpEntry != ipv4Data.cend()) in parseAddresses() 1671 nicIpEntry = getNextStaticIpEntry(nicIpEntry, ipv4Data.cend()); in parseAddresses() 1771 getNextStaticIpEntry(ipv6Data.cbegin(), ipv6Data.cend()); in handleIPv6StaticAddressesPatch() 1827 getNextStaticIpEntry(++nicIpEntry, ipv6Data.cend()); in handleIPv6StaticAddressesPatch() 1856 if (nicIpEntry != ipv6Data.cend()) in handleIPv6StaticAddressesPatch() 1859 getNextStaticIpEntry(++nicIpEntry, ipv6Data.cend()); in handleIPv6StaticAddressesPatch()
|
/openbmc/u-boot/arch/arm/mach-omap2/omap3/ |
H A D | clock.c | 29 u32 start, cstart, cend, cdiff, cdiv, val; in get_osc_clk_speed() local 71 cend = readl(&gpt1_base->tcrr); /* get end sys_clk count */ in get_osc_clk_speed() 72 cdiff = cend - cstart; /* get elapsed ticks */ in get_osc_clk_speed()
|
/openbmc/linux/fs/ntfs3/ |
H A D | file.c | 607 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate() local 612 if (cend_v > cend) in ntfs_fallocate() 613 cend_v = cend; in ntfs_fallocate() 629 for (; vcn < cend; vcn += clen) { in ntfs_fallocate() 630 err = attr_data_get_block(ni, vcn, cend - vcn, in ntfs_fallocate()
|
/openbmc/openpower-vpd-parser/vpd-tool/src/ |
H A D | vpd_tool.cpp | 137 l_propertyJsonObj.cend()); in populateInterfaceJson() 140 std::for_each(i_propList.cbegin(), i_propList.cend(), l_readProperties); in populateInterfaceJson() 145 l_interfaceJsonObj.cend()); in populateInterfaceJson() 276 l_typePropertyJson.cend()); in getFruProperties() 860 l_fruJson.cbegin(), l_fruJson.cend()); in dumpInventory()
|
/openbmc/libbej/src/ |
H A D | bej_decoder_json.cpp | 208 params->output->insert(params->output->cend(), value->zeroCount, '0'); in callbackReal()
|
/openbmc/phosphor-host-ipmid/ |
H A D | whitelist-filter.cpp | 234 allowlist.cbegin(), allowlist.cend(), in filterMessage()
|
/openbmc/linux/fs/ntfs/ |
H A D | file.c | 566 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write() local 627 cend = (end + vol->cluster_size - 1) >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write() 850 if (likely(vcn + vcn_len >= cend)) { in ntfs_prepare_pages_for_non_resident_write() 926 if ((bh_cend <= cpos || bh_cpos >= cend)) { in ntfs_prepare_pages_for_non_resident_write() 1161 if (likely(vcn + vcn_len >= cend)) { in ntfs_prepare_pages_for_non_resident_write()
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | functions.cpp | 479 if (interfaceIterator == interfacesAndProperties.cend()) in maybeCall() 486 if (propertyIterator == interfaceIterator->second.cend()) in maybeCall()
|
/openbmc/pldm/platform-mc/ |
H A D | terminus.cpp | 329 std::transform(u16NameString.cbegin(), u16NameString.cend(), in parseSensorAuxiliaryNamesPDR() 390 std::transform(u16NameString.cbegin(), u16NameString.cend(), in parseEntityAuxiliaryNamesPDR()
|