| /freebsd-13-stable/sys/kern/ |
| HD | tty_outq.c | 147 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()
|
| HD | tty_inq.c | 174 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/ |
| HD | g_journal.c | 811 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/ |
| HD | Graph.h | 234 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/ |
| HD | gencat.c | 238 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/ |
| HD | StdSpecialSymbolMap.inc | 95 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/ |
| HD | p2p_parse.c | 672 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/ |
| HD | HexagonShuffler.h | 213 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/ |
| HD | SubtargetFeature.cpp | 47 Features.insert(Features.cend(), OtherFeatures.begin(), OtherFeatures.end()); in addFeaturesVector()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| HD | ThreadSafetyUtil.h | 165 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/ |
| HD | MemoryTagManagerAArch64MTE.cpp | 104 memory_regions.cbegin(), memory_regions.cend(), in MakeTaggedRange() 109 if (region == memory_regions.cend() || in MakeTaggedRange()
|
| HD | RegisterFlagsDetector_arm64.cpp | 203 search_registers.cbegin(), search_registers.cend(), in UpdateRegisterInfo()
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/__chrono/ |
| HD | tzdb_list.h | 63 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI const_iterator cend() const noexcept { return __cend(); } in cend() function
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/__iterator/ |
| HD | access.h | 63 _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/ |
| HD | DeclarationFragments.h | 116 ConstFragmentIterator cend() const { return Fragments.cend(); } in cend() function
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | RegisterFlags.cpp | 249 for (auto it = enumerators.cbegin(); it != enumerators.cend(); ++it) { in DumpEnumerators() 258 if (std::next(it) != enumerators.cend()) in DumpEnumerators()
|
| HD | AssertFrameRecognizer.cpp | 103 for (auto it = location.symbols.cbegin(); it != location.symbols.cend(); in RegisterAssertFrameRecognizer()
|
| /freebsd-13-stable/sys/vm/ |
| HD | vm_mmap.c | 813 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/ |
| HD | cmds.c | 262 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/ |
| HD | xray_buffer_queue.h | 270 const_iterator cend() const { in cend() function
|
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/ |
| HD | CodeRegion.h | 168 const_iterator end() const { return Regions.cend(); } in end()
|
| /freebsd-13-stable/contrib/ncurses/include/ |
| HD | term_entry.h | 129 long cend; member
|
| /freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| HD | OptParserEmitter.cpp | 217 auto VisibilityHelpEnd = HelpTextsForVariants.cend(); in EmitHelpTextsForVariants() 228 auto VisibilityEnd = Visibilities.cend(); in EmitHelpTextsForVariants()
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/ |
| HD | set | 102 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();
|
| HD | unordered_set | 116 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); }
|