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

/freebsd-9.3-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-9.3-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-9.3-release/sys/kern/
H A Dsys_procdesc.c466 struct timeval pstart; local
480 pstart = pd->pd_proc->p_stats->p_start;
481 timevaladd(&pstart, &boottime);
482 TIMEVAL_TO_TIMESPEC(&pstart, &sb->st_birthtim);
/freebsd-9.3-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-9.3-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-9.3-release/sys/dev/usb/
H A Dusb_generic.c1385 struct usb_fs_start *pstart; member in union:__anon9126
1420 error = ugen_fs_copy_in(f, u.pstart->ep_index);
1424 xfer = f->fs_xfer[u.pstart->ep_index];
1435 xfer = f->fs_xfer[u.pstart->ep_index];
/freebsd-9.3-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-9.3-release/sys/vm/
H A Dvm_map.c2130 vm_pindex_t pstart, pend; local
2148 pstart = OFF_TO_IDX(current->offset);
2149 pend = pstart + atop(current->end - current->start);
2153 pstart += atop(start - current->start);
2159 if (pstart >= pend)
2162 vm_object_madvise(current->object.vm_object, pstart,
2169 pstart,
2170 ptoa(pend - pstart),
/freebsd-9.3-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 137 milliseconds