Searched refs:cstart (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/sys/sparc64/isa/
H A Dofw_isa.c102 uint64_t offs, cstart, cend; local
107 cstart = ISA_RANGE_CHILD(r);
108 cend = cstart + r->size - 1;
109 if (*start < cstart || *start > cend)
111 if (*end < cstart || *end > cend) {
113 "ranges (%#lx not in %#lx - %#lx)", *end, cstart,
117 *start = *start + offs - cstart;
118 *end = *end + offs - cstart;
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.d47 cstart++;
61 /cstart && opstart && opdone/
/freebsd-10-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);
173 if (FOLD ((unsigned char)*n) >= cstart
/freebsd-10-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);
173 if (FOLD ((unsigned char)*n) >= cstart
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dofw_machdep.c128 uint64_t cend, cstart, end, phys, pphys, sz, start; local
243 cstart = phys;
245 if (start < cstart || start > cend)
247 if (end < cstart || end > cend)
253 start += pphys - cstart;
254 end += pphys - cstart;
H A Dupa.c412 bus_addr_t cend, cstart; local
438 cstart = sc->sc_ranges[i].child;
439 cend = cstart + sc->sc_ranges[i].size - 1;
440 if (start < cstart || start > cend)
442 if (end < cstart || end > cend)
444 start += sc->sc_ranges[i].parent - cstart;
445 end += sc->sc_ranges[i].parent - cstart;
/freebsd-10-stable/contrib/file/src/
H A Dgetopt_long.c143 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
157 cstart = panonopt_end+i;
158 pos = cstart;
165 nargv[pos] = nargv[cstart];
166 nargv[cstart] = swap;
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
154 cstart = panonopt_end+i;
155 pos = cstart;
163 ((char **) nargv)[pos] = nargv[cstart];
165 ((char **)nargv)[cstart] = swap;
/freebsd-10-stable/lib/libc/stdlib/
H A Dgetopt_long.c158 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
170 cstart = panonopt_end+i;
171 pos = cstart;
179 ((char **) nargv)[pos] = nargv[cstart];
181 ((char **)nargv)[cstart] = swap;
/freebsd-10-stable/sys/geom/journal/
H A Dg_journal.c806 off_t cstart, cend; local
815 cstart = cbp->bio_offset;
830 } else if (nend <= cstart) {
852 } else if (nstart <= cstart && nend >= cend) {
877 gj_free(cbp->bio_data, cend - cstart);
892 } else if (nstart > cstart && nend >= cend) {
908 cbp->bio_length = nstart - cstart;
911 cbp->bio_length, cend - cstart);
919 } else if (nstart > cstart && nend < cend) {
938 tmpdata = cbp->bio_data + nend - cstart;
1481 off_t cstart, cend; local
1533 off_t cstart, cend; local
[all...]
/freebsd-10-stable/usr.sbin/lpr/common_source/
H A Dctlinfo.c274 void *cstart; local
292 cstart = malloc(msize);
293 if (cstart == NULL)
295 memset(cstart, 0, msize);
296 cpriv = (struct cjprivate *)cstart;
299 cpriv->pub.cji_fname = (char *)cstart + sroom;
301 cpriv->cji_buff = (char *)cstart + sroom2;
303 cpriv->cji_eobuff = (char *)cstart + msize - 1;
/freebsd-10-stable/sys/sparc64/ebus/
H A Debus.c438 uint64_t cend, cstart, offset; local
486 cstart = (((uint64_t)enr->child_hi) << 32) |
488 cend = cstart + enr->size - 1;
489 if (start >= cstart && end <= cend) {
493 start += offset - cstart;
494 end += offset - cstart;
/freebsd-10-stable/contrib/ncurses/include/
H A Dterm_entry.h65 long cstart, cend; member in struct:entry
/freebsd-10-stable/sys/dev/digi/
H A Ddigireg.h35 volatile u_short cstart; member in struct:global_data
H A Ddigi.c534 sc->memcmd = ptr + sc->gdata->cstart;
/freebsd-10-stable/usr.bin/sort/
H A Dfile.c1524 size_t avgsize, cstart, i; local
1528 cstart = 0;
1539 parts[i]->list = list->list + cstart;
1543 sz = (i == nthreads - 1) ? list->count - cstart :
1550 cstart += sz;
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c220 entryp->cstart = _nc_comment_start;
223 DEBUG(2, ("Comment range is %ld to %ld", entryp->cstart, entryp->cend));
/freebsd-10-stable/contrib/ncurses/progs/
H A Dtic.c746 int j = qp->cend - qp->cstart;
752 (void) fseek(tmp_fp, qp->cstart, SEEK_SET);

Completed in 330 milliseconds