Searched defs:p0 (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprthinfo.c58 PRWord *sp, *esp, *p0; local
69 p0 = _MD_HomeGCRegisters(t, t == current, &n);
70 status = scanFun(t, (void**)p0, n, scanClosure);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dhull.c235 const double *p0, *p1; local
251 p0 = pnts + 2 * lowest;
270 A = p0[1] - p1[1] + (v[1] / v[0]) * (p1[0] - p0[0]);
281 vnew[0] = p1[0] - p0[0];
282 vnew[1] = p1[1] - p0[1];
299 p0 = pnts + 2 * low_idx;
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_aatritemp.h44 const GLfloat *p0 = v0->attrib[FRAG_ATTRIB_WPOS]; variable
126 compute_plane(p0, p1, p2, p0[2], p1[2], p2[2], zPlane);
131 compute_plane(p0, p1, p2, v0->color[RCOMP], v1->color[RCOMP], v2->color[RCOMP], rPlane);
132 compute_plane(p0, p1, p2, v0->color[GCOMP], v1->color[GCOMP], v2->color[GCOMP], gPlane);
133 compute_plane(p0, p1, p2, v0->color[BCOMP], v1->color[BCOMP], v2->color[BCOMP], bPlane);
134 compute_plane(p0, p1, p2, v0->color[ACOMP], v1->color[ACOMP], v2->color[ACOMP], aPlane);
146 compute_plane(p0, p1, p2, (GLfloat) v0->attrib[FRAG_ATTRIB_CI][0],
159 compute_plane(p0, p1, p2, invW0, invW1, invW2, wPlane);
174 compute_plane(p0, p
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfwscanf.c146 wchar_t *p0; /* saves original value of p when necessary */ local
447 p0 = p = va_arg(ap, wchar_t *);
453 n = p - p0;
509 p0 = p = va_arg(ap, wchar_t *);
H A Dvfscanf.c165 char *p0; /* saves original value of p when necessary */ local
561 p0 = p = va_arg(ap, char *);
568 if (p == p0)
573 n = p - p0;
649 p0 = p = va_arg(ap, char *);
659 nread += (int)(p - p0);
H A Dvfwprintf.c2019 exponent(CHAR_T *p0, int expo, int fmtch) argument
2024 p = p0;
2051 return (p - p0);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlwriter.c4261 xmlTextWriterStackEntry *p0; local
4273 p0 = (xmlTextWriterStackEntry *) data0;
4276 return xmlStrcmp(p0->name, p1->name);
4363 xmlTextWriterNsStackEntry *p0; local
4376 p0 = (xmlTextWriterNsStackEntry *) data0;
4379 rc = xmlStrcmp(p0->prefix, p1->prefix);
4381 if ((rc != 0) || (p0->elem != p1->elem))
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c794 PRWord *p0, *p, h, tix, *low, *high, *segBase; local
803 p0 = (PRWord*) *base++;
811 if (p0 < low) continue; /* below gc heap */
812 if (p0 >= high) continue; /* above gc heap */
817 if (!sp || !IN_SEGMENT(sp,p0)) {
822 if (IN_SEGMENT(sp, p0)) {
833 p = (PRWord*) ((PRWord)p0 & ~(PR_BYTES_PER_WORD-1L));
894 PRWord *p0, *p, h, tix, *segBase; local
898 p0 = (PRWord*) ptr;
907 if (p0 < _pr_gcDat
1856 PRWord *p0, *p, *segBase; local
1919 PRWord *p0; local
[all...]

Completed in 92 milliseconds