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

/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-filter.c240 pixman_fixed_t *pstart,
244 pixman_fixed_t *p = pstart;
264 assert( p >= pstart && p + (x2 - x1) <= pend ); /* assert validity of the following loop */
293 assert(p >= pstart && p + (x2 - x1) <= pend); /* assert validity of the following loop */
313 assert(p - width >= pstart && p - width < pend); /* assert... */
235 create_1d_filter(int width,pixman_kernel_t reconstruct,pixman_kernel_t sample,double scale,int n_phases,pixman_fixed_t * pstart,pixman_fixed_t * pend) argument
/xsrc/external/mit/xedit/dist/
H A Dhook.c420 char *ptr, *pstart, *pend, *rstart, *rend, *tmp; local in function:LineEdit
493 pstart = pend = rstart = rend = NULL;
595 pstart = ptr;
600 pstart = ptr;
751 length = pend - pstart;
752 if (pstart == NULL || (replace && rstart == NULL) ||
759 memcmp(pstart, einfo.pattern,
762 memcpy(einfo.pattern, pstart, length);
/xsrc/external/mit/xedit/dist/lisp/
H A Dhelper.c275 long *pstart, long *pend, long *plength)
282 *pstart = 0;
285 *pstart = FIXNUM_VALUE(start);
297 if (*pstart > *pend)
299 STRFUN(builtin), *pstart, *pend);
273 LispCheckSequenceStartEnd(LispBuiltin * builtin,LispObj * sequence,LispObj * start,LispObj * end,long * pstart,long * pend,long * plength) argument

Completed in 7 milliseconds