Searched refs:cend (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; local
146 cstart = cend = *p++;
148 cstart = cend = FOLD (cstart);
163 cend = *p++;
164 if (!(flags & FNM_NOESCAPE) && cend == '\\')
165 cend = *p++;
166 if (cend == '\0')
168 cend = FOLD (cend);
174 && FOLD ((unsigned char)*n) <= cend)
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; local
146 cstart = cend = *p++;
148 cstart = cend = FOLD (cstart);
163 cend = *p++;
164 if (!(flags & FNM_NOESCAPE) && cend == '\\')
165 cend = *p++;
166 if (cend == '\0')
168 cend = FOLD (cend);
174 && FOLD ((unsigned char)*n) <= cend)
[all...]
/freebsd-11-stable/sys/sparc64/isa/
H A Dofw_isa.c102 uint64_t offs, cstart, cend; local
108 cend = cstart + r->size - 1;
109 if (*start < cstart || *start > cend)
111 if (*end < cstart || *end > cend) {
114 cend);
/freebsd-11-stable/sys/kern/
H A Dtty_outq.c147 size_t cbegin, cend, clen; local
163 cend = MIN(MIN(to->to_end, to->to_begin + len),
165 clen = cend - cbegin;
172 if (cend == to->to_end) {
176 } else if (cend == TTYOUTQ_DATASIZE) {
208 size_t cbegin, cend, clen; local
224 cend = MIN(MIN(to->to_end, to->to_begin + uio->uio_resid),
226 clen = cend - cbegin;
235 if (cend == TTYOUTQ_DATASIZE || cend
[all...]
H A Dtty_inq.c173 size_t cbegin, cend, clen; local
189 cend = MIN(MIN(ti->ti_linestart, ti->ti_begin + rlen),
191 clen = cend - cbegin;
202 if (cend == TTYINQ_DATASIZE || cend == ti->ti_end) {
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dofw_machdep.c128 uint64_t cend, cstart, end, phys, pphys, sz, start; local
244 cend = phys + sz - 1;
245 if (start < cstart || start > cend)
247 if (end < cstart || end > cend)
H A Dupa.c412 bus_addr_t cend, cstart; local
439 cend = cstart + sc->sc_ranges[i].size - 1;
440 if (start < cstart || start > cend)
442 if (end < cstart || end > cend)
/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c803 off_t cstart, cend; local
813 cend = cbp->bio_offset + cbp->bio_length;
815 if (nstart >= cend) {
849 } else if (nstart <= cstart && nend >= cend) {
872 cbp->bio_length = cend - nstart;
874 gj_free(cbp->bio_data, cend - cstart);
884 data += cend - nstart;
886 joffset += cend - nstart;
887 nstart = cend;
889 } else if (nstart > cstart && nend >= cend) {
1478 off_t cstart, cend; local
1530 off_t cstart, cend; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h234 const_iterator cend() const { function in class:llvm::xray::Graph::InOutEdgeView
241 const_iterator end() const { return cend(); }
287 const_iterator cend() const { return G.Vertices.cend(); } function in class:llvm::xray::Graph::VertexView
324 const_iterator cend() const { return G.Edges.cend(); } function in class:llvm::xray::Graph::EdgeView
/freebsd-11-stable/usr.bin/gencat/
H A Dgencat.c240 char *cptr, *cend; local
249 cend = curline + curlen;
251 for (; bptr < bend && cptr < cend; ++cptr, ++bptr) {
259 if (cptr == cend) {
261 cend = curline + curlen;
/freebsd-11-stable/sys/sparc64/central/
H A Dcentral.c225 bus_addr_t cend; local
256 cend = coffset + sc->sc_ranges[i].size - 1;
257 if (start >= coffset && end <= cend) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h105 const_iterator end() const { return Regions.cend(); }
/freebsd-11-stable/contrib/ncurses/include/
H A Dterm_entry.h84 long cstart, cend; member in struct:entry
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h270 const_iterator cend() const { function in class:__xray::BufferQueue
H A Dxray_segmented_array.h636 Iterator<const T> cend() const XRAY_NEVER_INSTRUMENT {
H A Dxray_fdr_logging.cpp231 End = BQ->cend();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h165 const_iterator cend() const { return Data + Size; }
306 const_iterator end() const { return elements().cend(); }
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_parse.c651 const u8 *cend; local
659 cend = g + len;
674 if (8 * len > cend - g)
681 if (cend - g < 2 + 2)
688 if (count > cend - g)
695 g = cend;
/freebsd-11-stable/sys/sparc64/ebus/
H A Debus.c438 uint64_t cend, cstart, offset; local
488 cend = cstart + enr->size - 1;
489 if (start >= cstart && end <= cend) {
/freebsd-11-stable/sys/sparc64/fhc/
H A Dfhc.c430 bus_addr_t cend; local
461 cend = coffset + sc->sc_ranges[i].size - 1;
462 if (start >= coffset && end <= cend) {
/freebsd-11-stable/sys/vm/
H A Dvm_mmap.c753 vm_offset_t end, cend; local
818 cend = current->end;
819 if (cend > end)
820 cend = end;
825 while (addr < cend) {
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c226 entryp->cend = _nc_comment_end;
228 DEBUG(2, ("Comment range is %ld to %ld", entryp->cstart, entryp->cend));
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dcmds.c262 char *cp1, *cend; local
270 cend = buf + sizeof(buf) - 1; /* save room for '\0' */
273 while ((cp1 < cend) && (*cp1++ = *cp2++))
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1573 char *cpos, *cend, *rbuf; local
1706 cend = rbuf + siz;
1717 while (cpos < cend && ncookies > 0 &&
1725 if (cpos >= cend || ncookies == 0) {
1748 while (cpos < cend && ncookies > 0) {
1787 if (cpos < cend)
1817 char *cpos, *cend, *rbuf; local
1980 cend = rbuf + siz;
1991 while (cpos < cend && ncookies > 0 &&
2002 if (cpos >= cend || ncookie
[all...]
/freebsd-11-stable/contrib/libucl/include/
H A Ducl++.h606 const_iterator cend() const function in class:ucl::final

Completed in 312 milliseconds

12