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

/freebsd-11-stable/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-11-stable/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-11-stable/sys/dev/ocs_fc/
H A Docs_vpd.h156 uint8_t *pstart; local
162 pstart = vpdref(&vpdbuf);
171 pret = pstart;
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c109 char *pstart, *qstart, *pend, *qend; local
123 for (pstart = n1; (pend = strchr(pstart, '|')); pstart = pend + 1) {
125 if ((pend - pstart == qend - qstart)
126 && memcmp(pstart, qstart, (size_t) (pend - pstart)) == 0) {
129 (int) (pend - pstart), pstart);
166 char *pstart, *qstar local
[all...]
/freebsd-11-stable/contrib/apr/include/
H A Dapr_mmap.h75 apr_off_t pstart; member in struct:apr_mmap_t
/freebsd-11-stable/sys/x86/iommu/
H A Dbusdma_dmar.c653 vm_paddr_t pstart, pend; local
658 pstart = trunc_page(buf);
661 ma_cnt = OFF_TO_IDX(pend - pstart);
667 ma[i] = PHYS_TO_VM_PAGE(pstart + i * PAGE_SIZE);
682 vm_paddr_t pstart, pend, paddr; local
687 pstart = trunc_page((vm_offset_t)buf);
690 ma_cnt = OFF_TO_IDX(pend - pstart);
709 for (i = 0; i < ma_cnt; i++, pstart += PAGE_SIZE) {
710 paddr = pmap_kextract(pstart);
716 for (i = 0; i < ma_cnt; i++, pstart
[all...]
/freebsd-11-stable/sys/kern/
H A Dsys_procdesc.c526 struct timeval pstart, boottime; local
541 pstart = pd->pd_proc->p_stats->p_start;
543 timevaladd(&pstart, &boottime);
544 TIMEVAL_TO_TIMESPEC(&pstart, &sb->st_birthtim);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.proc.c1351 if (!pstart(pp, 1)) {
1372 if (!pstart(pp, 1)) {
1394 if (!pstart(pp, 0)) {
1412 if (!pstart(pp, 0)) {
1542 if (!pstart(pp, 0)) {
1591 * pstart - start the job in foreground/background
1594 pstart(struct process *pp, int foregnd) function
1642 * pstart, so that if a job gets attached to and dies inside
H A Dsh.decls.h364 extern int pstart (struct process *, int);
/freebsd-11-stable/sys/vm/
H A Dvm_fault.c1359 vm_pindex_t pend, pstart; local
1385 pstart = OFF_TO_IDX(entry->offset) + atop(start -
1387 m_next = vm_page_find_least(first_object, pstart);
H A Dvm_map.c2265 vm_pindex_t pstart, pend; local
2293 pstart = OFF_TO_IDX(current->offset);
2294 pend = pstart + atop(current->end - current->start);
2299 pstart += atop(start - current->start);
2307 if (pstart >= pend)
2324 vm_object_madvise(current->object.vm_object, pstart,
2338 pstart,
2339 ptoa(pend - pstart),
/freebsd-11-stable/sys/dev/usb/
H A Dusb_generic.c1437 struct usb_fs_start *pstart; member in union:__anon179
1473 error = ugen_fs_copy_in(f, u.pstart->ep_index);
1477 xfer = f->fs_xfer[u.pstart->ep_index];
1488 xfer = f->fs_xfer[u.pstart->ep_index];
/freebsd-11-stable/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-11-stable/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 321 milliseconds