Searched refs:pstart (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/gcclibs/libgomp/
H A Diter.c36 iterate *pstart <= x < *pend. Return zero if there are more iterations
41 gomp_iter_static_next (long *pstart, long *pend) argument
54 *pstart = ws->next;
97 *pstart = s;
130 *pstart = s;
147 gomp_iter_dynamic_next_locked (long *pstart, long *pend) argument
172 *pstart = start;
183 gomp_iter_dynamic_next (long *pstart, long *pend) argument
221 *pstart = start;
233 gomp_iter_guided_next_locked (long *pstart, lon argument
267 gomp_iter_guided_next(long *pstart, long *pend) argument
[all...]
/freebsd-10.0-release/contrib/flex/
H A Dscanopt.c474 const char *pstart;
476 pstart = DESC (s, ue->idx);
481 p = pstart;
494 pstart);
499 pstart);
501 pstart = p + 1;
508 (int)(lastws - pstart),
509 pstart);
510 pstart =
517 pstart);
473 const char *pstart; local
712 char *optname = NULL, *optarg = NULL, *pstart; local
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c100 char *pstart, *qstart, *pend, *qend; local
106 for (pstart = n1; (pend = strchr(pstart, '|')); pstart = pend + 1)
108 if ((pend - pstart == qend - qstart)
109 && memcmp(pstart, qstart, (size_t) (pend - pstart)) == 0)
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_mmap.h75 apr_off_t pstart; member in struct:apr_mmap_t
/freebsd-10.0-release/sys/kern/
H A Dsys_procdesc.c477 struct timeval pstart; local
491 pstart = pd->pd_proc->p_stats->p_start;
492 timevaladd(&pstart, &boottime);
493 TIMEVAL_TO_TIMESPEC(&pstart, &sb->st_birthtim);
/freebsd-10.0-release/sys/xen/interface/
H A Dlibelf.h88 uint64_t pstart; member in struct:elf_binary
190 void elf_parse_bsdsyms(struct elf_binary *elf, uint64_t pstart); /* private */
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.proc.c1322 if (!pstart(pp, 1)) {
1343 if (!pstart(pp, 1)) {
1365 if (!pstart(pp, 0)) {
1383 if (!pstart(pp, 0)) {
1513 if (!pstart(pp, 0)) {
1562 * pstart - start the job in foreground/background
1565 pstart(struct process *pp, int foregnd) function
1613 * pstart, so that if a job gets attached to and dies inside
H A Dsh.decls.h360 extern int pstart (struct process *, int);
/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-structalias.c2788 unsigned HOST_WIDE_INT pstart, last; local
2789 pstart = p->offset;
2800 fieldoffset = p->offset - pstart;
2826 unsigned HOST_WIDE_INT pstart,last; local
2827 pstart = p->offset;
2844 fieldoffset = p->offset - pstart;
2865 unsigned HOST_WIDE_INT pstart,last; local
2866 pstart = p->offset;
2883 fieldoffset = p->offset - pstart;
/freebsd-10.0-release/sys/dev/usb/
H A Dusb_generic.c1406 struct usb_fs_start *pstart; member in union:__anon9623
1442 error = ugen_fs_copy_in(f, u.pstart->ep_index);
1446 xfer = f->fs_xfer[u.pstart->ep_index];
1457 xfer = f->fs_xfer[u.pstart->ep_index];
/freebsd-10.0-release/sys/vm/
H A Dvm_map.c2103 vm_pindex_t pstart, pend; local
2121 pstart = OFF_TO_IDX(current->offset);
2122 pend = pstart + atop(current->end - current->start);
2127 pstart += atop(start - current->start);
2135 if (pstart >= pend)
2152 vm_object_madvise(current->object.vm_object, pstart,
2159 pstart,
2160 ptoa(pend - pstart),
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dstabs.c4381 const char **pp, const char **pstart)
4395 if (pstart != NULL)
4396 *pstart = *pp;
4379 stab_demangle_class(struct stab_demangle_info *minfo ATTRIBUTE_UNUSED, const char **pp, const char **pstart) argument

Completed in 280 milliseconds