| /freebsd/sys/kern/ |
| H A D | tty_outq.c | 146 size_t cbegin, cend, clen; in ttyoutq_read() local 162 cend = MIN(MIN(to->to_end, to->to_begin + len), in ttyoutq_read() 164 clen = cend - cbegin; in ttyoutq_read() 171 if (cend == to->to_end) { in ttyoutq_read() 175 } else if (cend == TTYOUTQ_DATASIZE) { in ttyoutq_read() 207 size_t cbegin, cend, clen; in ttyoutq_read_uio() local 223 cend = MIN(MIN(to->to_end, to->to_begin + uio->uio_resid), in ttyoutq_read_uio() 225 clen = cend - cbegin; in ttyoutq_read_uio() 234 if (cend == TTYOUTQ_DATASIZE || cend == to->to_end) { in ttyoutq_read_uio()
|
| H A D | tty_inq.c | 173 size_t cbegin, cend, clen; in ttyinq_read_uio() local 189 cend = MIN(MIN(ti->ti_linestart, ti->ti_begin + rlen), in ttyinq_read_uio() 191 clen = cend - cbegin; in ttyinq_read_uio() 210 if (cend == TTYINQ_DATASIZE || cend == ti->ti_end) { in ttyinq_read_uio()
|
| /freebsd/sys/geom/journal/ |
| H A D | 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/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | 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/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IR2Vec.h | 106 const_iterator cend() const { return Data.cend(); } in cend() function 207 const_iterator cend() const { in cend() function 209 return Vocab.cend(); in cend()
|
| /freebsd/usr.bin/gencat/ |
| H A D | 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/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | 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/contrib/wpa/src/p2p/ |
| H A D | p2p_parse.c | 740 const u8 *cend; in p2p_group_info_parse() local 748 cend = g + len; in p2p_group_info_parse() 763 if (8 * len > cend - g) in p2p_group_info_parse() 770 if (cend - g < 2 + 2) in p2p_group_info_parse() 777 if (count > cend - g) in p2p_group_info_parse() 784 g = cend; in p2p_group_info_parse()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.h | 213 const_iterator cend() const { return (Packet.end()); } in cbegin() 221 const_packet_range insts() const { return make_range(cbegin(), cend()); } in insts() 214 const_iterator cend() const { return (Packet.end()); } cend() function
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | lsd1.p | 15 .cend
|
| H A D | res.p | 26 .cend
|
| H A D | chem.awk | 42 /^(\.cend)|(end)/ { inchem = 0; print ".PE"; next } 87 END { if (firsttime == 0) error("did you forget .cstart and .cend?")
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | 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; 651 _LIBCPP_HIDE_FROM_ABI const_iterator cend() const _NOEXCEPT { return __table_.end(); } 692 _LIBCPP_HIDE_FROM_ABI const_local_iterator end(size_type __n) const { return __table_.cend(__n); } 694 …_LIBCPP_HIDE_FROM_ABI const_local_iterator cend(size_type __n) const { return __table_.cend(__n); } 879 _LIBCPP_HIDE_FROM_ABI const_iterator cend() const _NOEXCEPT { return __table_.end(); } 923 _LIBCPP_HIDE_FROM_ABI const_local_iterator end(size_type __n) const { return __table_.cend(__n); } 925 …_LIBCPP_HIDE_FROM_ABI const_local_iterator cend(size_type __n) const { return __table_.cend(__n); }
|
| H A D | unordered_map | 122 const_iterator cend() const noexcept; 223 const_local_iterator cend(size_type n) const; 408 const_iterator cend() const noexcept; 486 const_local_iterator cend(size_type n) const; 985 _LIBCPP_HIDE_FROM_ABI const_iterator cend() const _NOEXCEPT { return __table_.end(); } 1033 _LIBCPP_HIDE_FROM_ABI const_local_iterator end(size_type __n) const { return __table_.cend(__n); } 1035 …_LIBCPP_HIDE_FROM_ABI const_local_iterator cend(size_type __n) const { return __table_.cend(__n); } 1290 _LIBCPP_HIDE_FROM_ABI const_iterator cend() const _NOEXCEPT { return __table_.end(); } 1335 _LIBCPP_HIDE_FROM_ABI const_local_iterator end(size_type __n) const { return __table_.cend(__n); } 1337 …_LIBCPP_HIDE_FROM_ABI const_local_iterator cend(size_type __n) const { return __table_.cend(__n); }
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyUtil.h | 165 const_iterator cend() const { return Data + Size; } in cend() function 310 const_iterator end() const { return elements().cend(); } in end()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | MemoryTagManagerAArch64MTE.cpp | 104 memory_regions.cbegin(), memory_regions.cend(), in MakeTaggedRange() 109 if (region == memory_regions.cend() || in MakeTaggedRange()
|
| /freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | tzdb_list.h | 63 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI const_iterator cend() const noexcept { return __cend(); } in cend() function
|
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/ |
| H A D | array.h | 56 LIBC_INLINE constexpr const_iterator cend() const { return end(); } in cend() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | DeclarationFragments.h | 116 ConstFragmentIterator cend() const { return Fragments.cend(); } in cend() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | access.h | 63 _LIBCPP_HIDE_FROM_ABI constexpr auto cend(const _Cp& __c) noexcept(noexcept(std::end(__c))) -> decl…
|
| /freebsd/contrib/llvm-project/libcxx/include/__vector/ |
| H A D | vector_bool.h | 273 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const_iterator cend() const _NOEXCEPT { 910 std::copy_backward(__position, cend(), __v.end()); 932 std::copy_backward(__position, cend(), __v.end()); 1006 std::copy_backward(__position, cend(), __v.end()); 1019 std::copy(__position + 1, this->cend(), __r); 1031 std::copy(__last, this->cend(), __r); 1064 __r = std::copy(cbegin(), cend(), __v.begin());
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | RegisterFlags.cpp | 249 for (auto it = enumerators.cbegin(); it != enumerators.cend(); ++it) { in DumpEnumerators() 258 if (std::next(it) != enumerators.cend()) in DumpEnumerators()
|
| /freebsd/sys/vm/ |
| H A D | vm_mmap.c | 837 vm_offset_t addr, cend, end, first_addr; in kern_mincore() local 896 cend = current->end; in kern_mincore() 897 if (cend > end) in kern_mincore() 898 cend = end; in kern_mincore() 900 for (; addr < cend; addr += PAGE_SIZE) { in kern_mincore()
|
| /freebsd/usr.sbin/lpr/lpc/ |
| H A D | cmds.c | 250 char *cp1, *cend; in args2line() local 258 cend = buf + sizeof(buf) - 1; /* save room for '\0' */ in args2line() 261 while ((cp1 < cend) && (*cp1++ = *cp2++)) in args2line()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_buffer_queue.h | 270 const_iterator cend() const { in cend() function
|