Home
last modified time | relevance | path

Searched refs:cend (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/sdbusplus/test/bus/
H A Dlist_names.cpp17 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/linux/mm/kmsan/
H A Dinit.c32 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 Dhandlers.hpp42 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/phosphor-power-sequencer/src/
H A Dformat_utils.hpp47 for (auto it = span.cbegin(); it != span.cend(); ++it) in toString()
50 if (std::distance(it, span.cend()) > 1) in toString()
H A Ducd90x_monitor.cpp93 if (objectIt != subTree.cend()) in findCompatibleSystemTypes()
99 if (serviceIt != objectIt->second.cend()) in findCompatibleSystemTypes()
173 if (itIntf != interfaces.cend()) in interfacesAddedHandler()
177 if (itProp != itIntf->second.cend()) in interfacesAddedHandler()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dmanager.cpp163 if (itIntf != intfProp.cend()) in interfacesAddedHandler()
167 if (itProp != itIntf->second.cend()) in interfacesAddedHandler()
298 if (objectIt != subTree.cend()) in findCompatibleSystemTypes()
304 if (serviceIt != objectIt->second.cend()) in findCompatibleSystemTypes()
/openbmc/phosphor-fan-presence/control/
H A Dfunctor.hpp121 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 Dprism2fw.c389 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 Dmanager.cpp145 while (ifaceit != interfaces.cend()) in updateInterfaces()
150 opsit = std::lower_bound(opsit, _makers.cend(), ifaceit->first, in updateInterfaces()
153 if (opsit == _makers.cend() || opsit->first != ifaceit->first) in updateInterfaces()
231 while (objit != objs.cend()) in updateObjects()
H A Dfunctor.hpp225 if (it == properties.cend()) in operator ()()
/openbmc/phosphor-net-ipmid/test/
H A Dcipher.cpp134 integrityIter, packet.cend()); in TEST()
171 integrityIter, packet.cend()); in TEST()
298 integrityIter, packet.cend()); in TEST()
336 integrityIter, packet.cend()); in TEST()
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp1516 getNextStaticIpEntry(ipv4Data.cbegin(), ipv4Data.cend()); in handleIPv4StaticPatch()
1541 if (nicIpEntry != ipv4Data.cend()) in handleIPv4StaticPatch()
1545 ipv4Data.cend()); in handleIPv4StaticPatch()
1592 else if (nicIpEntry != ipv4Data.cend()) in handleIPv4StaticPatch()
1615 else if (nicIpEntry != ipv4Data.cend()) in handleIPv4StaticPatch()
1642 else if (nicIpEntry != ipv4Data.cend()) in handleIPv4StaticPatch()
1676 if (nicIpEntry != ipv4Data.cend()) in handleIPv4StaticPatch()
1682 ipv4Data.cend()); in handleIPv4StaticPatch()
1696 if (nicIpEntry != ipv4Data.cend()) in handleIPv4StaticPatch()
1736 getNextStaticIpEntry(ipv6Data.cbegin(), ipv6Data.cend()); in handleIPv6StaticAddressesPatch()
[all …]
/openbmc/openpower-proc-control/
H A Dtargeting.hpp113 return targets.cend(); in end()
/openbmc/phosphor-dbus-monitor/src/
H A Dcount.hpp58 auto count = std::count_if(index.cbegin(), index.cend(), in operator ()()
/openbmc/linux/fs/ocfs2/
H A Dreservations.c785 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 Dextent_map.c868 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-vpd-parser/
H A Dimpl.cpp441 std::for_each(data.cbegin(), data.cend(), [&result](size_t c) { in readKwData()
459 std::for_each(strItr, data.cend(), [&result](size_t c) { in readKwData()
484 std::for_each(strItr, data.cend(), [&result](size_t c) { in readKwData()
501 std::for_each(data.cbegin(), data.cend(), [&result](size_t c) { in readKwData()
/openbmc/linux/drivers/hwtracing/stm/
H A Dstm.h58 unsigned int *cstart, unsigned int *cend);
H A Dcore.c250 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 Dpolicy.c52 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/u-boot/arch/arm/mach-omap2/omap3/
H A Dclock.c29 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 Dfile.c608 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate() local
613 if (cend_v > cend) in ntfs_fallocate()
614 cend_v = cend; in ntfs_fallocate()
630 for (; vcn < cend; vcn += clen) { in ntfs_fallocate()
631 err = attr_data_get_block(ni, vcn, cend - vcn, in ntfs_fallocate()
/openbmc/libbej/src/
H A Dbej_decoder_json.cpp208 params->output->insert(params->output->cend(), value->zeroCount, '0'); in callbackReal()
/openbmc/phosphor-host-ipmid/
H A Dwhitelist-filter.cpp234 allowlist.cbegin(), allowlist.cend(), in filterMessage()
/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp459 if (interfaceIterator == interfacesAndProperties.cend()) in maybeCall()
466 if (propertyIterator == interfaceIterator->second.cend()) in maybeCall()

12