Home
last modified time | relevance | path

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

123

/freebsd-13-stable/sys/kern/
HDtty_outq.c147 size_t cbegin, cend, clen; in ttyoutq_read() local
163 cend = MIN(MIN(to->to_end, to->to_begin + len), in ttyoutq_read()
165 clen = cend - cbegin; in ttyoutq_read()
172 if (cend == to->to_end) { in ttyoutq_read()
176 } else if (cend == TTYOUTQ_DATASIZE) { in ttyoutq_read()
208 size_t cbegin, cend, clen; in ttyoutq_read_uio() local
224 cend = MIN(MIN(to->to_end, to->to_begin + uio->uio_resid), in ttyoutq_read_uio()
226 clen = cend - cbegin; in ttyoutq_read_uio()
235 if (cend == TTYOUTQ_DATASIZE || cend == to->to_end) { in ttyoutq_read_uio()
HDtty_inq.c174 size_t cbegin, cend, clen; in ttyinq_read_uio() local
190 cend = MIN(MIN(ti->ti_linestart, ti->ti_begin + rlen), in ttyinq_read_uio()
192 clen = cend - cbegin; in ttyinq_read_uio()
211 if (cend == TTYINQ_DATASIZE || cend == ti->ti_end) { in ttyinq_read_uio()
/freebsd-13-stable/sys/geom/journal/
HDg_journal.c811 off_t cstart, cend; in g_journal_insert() local
821 cend = cbp->bio_offset + cbp->bio_length; in g_journal_insert()
823 if (nstart >= cend) { in g_journal_insert()
857 } else if (nstart <= cstart && nend >= cend) { in g_journal_insert()
880 cbp->bio_length = cend - nstart; in g_journal_insert()
882 gj_free(cbp->bio_data, cend - cstart); in g_journal_insert()
892 data += cend - nstart; in g_journal_insert()
894 joffset += cend - nstart; in g_journal_insert()
895 nstart = cend; in g_journal_insert()
897 } else if (nstart > cstart && nend >= cend) { in g_journal_insert()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/XRay/
HDGraph.h234 const_iterator cend() const { in cend() function
241 const_iterator end() const { return cend(); } in end()
287 const_iterator cend() const { return G.Vertices.cend(); } in cend() function
324 const_iterator cend() const { return G.Edges.cend(); } in cend() function
/freebsd-13-stable/usr.bin/gencat/
HDgencat.c238 char *cptr, *cend; local
247 cend = curline + curlen;
249 for (; bptr < bend && cptr < cend; ++cptr, ++bptr) {
257 if (cptr == cend) {
259 cend = curline + curlen;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSpecialSymbolMap.inc95 SYMBOL(cend, std::, <iterator>)
96 SYMBOL(cend, std::, <array>)
97 SYMBOL(cend, std::, <deque>)
98 SYMBOL(cend, std::, <forward_list>)
99 SYMBOL(cend, std::, <list>)
100 SYMBOL(cend, std::, <map>)
101 SYMBOL(cend, std::, <regex>)
102 SYMBOL(cend, std::, <set>)
103 SYMBOL(cend, std::, <span>)
104 SYMBOL(cend, std::, <string>)
[all …]
/freebsd-13-stable/contrib/wpa/src/p2p/
HDp2p_parse.c672 const u8 *cend; in p2p_group_info_parse() local
680 cend = g + len; in p2p_group_info_parse()
695 if (8 * len > cend - g) in p2p_group_info_parse()
702 if (cend - g < 2 + 2) in p2p_group_info_parse()
709 if (count > cend - g) in p2p_group_info_parse()
716 g = cend; in p2p_group_info_parse()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonShuffler.h213 const_iterator cend() const { return (Packet.end()); } in cend() function
221 const_packet_range insts() const { return make_range(cbegin(), cend()); } in insts()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TargetParser/
HDSubtargetFeature.cpp47 Features.insert(Features.cend(), OtherFeatures.begin(), OtherFeatures.end()); in addFeaturesVector()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDThreadSafetyUtil.h165 const_iterator cend() const { return Data + Size; } in cend() function
310 const_iterator end() const { return elements().cend(); } in end()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDMemoryTagManagerAArch64MTE.cpp104 memory_regions.cbegin(), memory_regions.cend(), in MakeTaggedRange()
109 if (region == memory_regions.cend() || in MakeTaggedRange()
HDRegisterFlagsDetector_arm64.cpp203 search_registers.cbegin(), search_registers.cend(), in UpdateRegisterInfo()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__chrono/
HDtzdb_list.h63 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI const_iterator cend() const noexcept { return __cend(); } in cend() function
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__iterator/
HDaccess.h63 _LIBCPP_HIDE_FROM_ABI constexpr auto cend(const _Cp& __c) noexcept(noexcept(std::end(__c))) -> decl…
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ExtractAPI/
HDDeclarationFragments.h116 ConstFragmentIterator cend() const { return Fragments.cend(); } in cend() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDRegisterFlags.cpp249 for (auto it = enumerators.cbegin(); it != enumerators.cend(); ++it) { in DumpEnumerators()
258 if (std::next(it) != enumerators.cend()) in DumpEnumerators()
HDAssertFrameRecognizer.cpp103 for (auto it = location.symbols.cbegin(); it != location.symbols.cend(); in RegisterAssertFrameRecognizer()
/freebsd-13-stable/sys/vm/
HDvm_mmap.c813 vm_offset_t addr, cend, end, first_addr; in kern_mincore() local
872 cend = current->end; in kern_mincore()
873 if (cend > end) in kern_mincore()
874 cend = end; in kern_mincore()
876 for (; addr < cend; addr += PAGE_SIZE) { in kern_mincore()
/freebsd-13-stable/usr.sbin/lpr/lpc/
HDcmds.c262 char *cp1, *cend; in args2line() local
270 cend = buf + sizeof(buf) - 1; /* save room for '\0' */ in args2line()
273 while ((cp1 < cend) && (*cp1++ = *cp2++)) in args2line()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_buffer_queue.h270 const_iterator cend() const { in cend() function
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/
HDCodeRegion.h168 const_iterator end() const { return Regions.cend(); } in end()
/freebsd-13-stable/contrib/ncurses/include/
HDterm_entry.h129 long cend; member
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDOptParserEmitter.cpp217 auto VisibilityHelpEnd = HelpTextsForVariants.cend(); in EmitHelpTextsForVariants()
228 auto VisibilityEnd = Visibilities.cend(); in EmitHelpTextsForVariants()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDset102 const_iterator cend() const noexcept;
347 const_iterator cend() const noexcept;
712 _LIBCPP_HIDE_FROM_ABI const_iterator cend() const _NOEXCEPT { return end(); }
739 for (const_iterator __e = cend(); __f != __l; ++__f)
746 const_iterator __end = cend();
945 const_iterator __e = cend();
1169 _LIBCPP_HIDE_FROM_ABI const_iterator cend() const _NOEXCEPT { return end(); }
1196 for (const_iterator __e = cend(); __f != __l; ++__f)
1203 const_iterator __end = cend();
1404 const_iterator __e = cend();
HDunordered_set116 const_iterator cend() const noexcept;
190 const_local_iterator cend(size_type n) const;
364 const_iterator cend() const noexcept;
438 const_local_iterator cend(size_type n) const;
743 _LIBCPP_HIDE_FROM_ABI const_iterator cend() const _NOEXCEPT { return __table_.end(); }
891 _LIBCPP_HIDE_FROM_ABI const_local_iterator end(size_type __n) const { return __table_.cend(__n); }
893 …_LIBCPP_HIDE_FROM_ABI const_local_iterator cend(size_type __n) const { return __table_.cend(__n); }
1337 _LIBCPP_HIDE_FROM_ABI const_iterator cend() const _NOEXCEPT { return __table_.end(); }
1488 _LIBCPP_HIDE_FROM_ABI const_local_iterator end(size_type __n) const { return __table_.cend(__n); }
1490 …_LIBCPP_HIDE_FROM_ABI const_local_iterator cend(size_type __n) const { return __table_.cend(__n); }

123