Searched refs:xptr (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp287 static void fill_sequential(uint16_t xptr[], int start, int count) { argument
289 if (reinterpret_cast<intptr_t>(xptr) & 0x2) {
290 *xptr++ = start++;
294 uint32_t* xxptr = reinterpret_cast<uint32_t*>(xptr);
305 xptr = reinterpret_cast<uint16_t*>(xxptr);
309 *xptr++ = start++;
313 *xptr++ = start++;
342 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
351 memset(xptr, 0, n * sizeof(uint16_t));
356 xptr
390 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
411 fill_backwards(uint16_t xptr[], int pos, int count) argument
430 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
[all...]
H A DSkPictureRecord.cpp383 SkScalar* xptr = (SkScalar*)fWriter.reserve(points * sizeof(SkScalar)); local
385 *xptr++ = pos[index].fX;
/external/clang/test/CXX/temp/temp.param/
H A Dp2.cpp20 template<class X1 *xptr> struct Y2 { };
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_sysmouse.c122 Uint8 *aptr, *xptr;
147 xptr = cursor->xors = (Uint8 *)SDL_malloc((run+pad)*allowed_y);
148 if ( (aptr == NULL) || (xptr == NULL) ) {
154 memxor(xptr, data, mask, run);
155 xptr += run;
160 SDL_memset(xptr, 0, pad);
161 xptr += pad;
167 SDL_memset(xptr, 0, pad);
168 xptr += pad;
/external/libxml2/
H A Dxinclude.c60 xmlXPathObjectPtr xptr; /* the xpointer if needed */ member in struct:_xmlXIncludeRef
208 if (ref->xptr != NULL)
209 xmlXPathFreeObject(ref->xptr);
1560 xmlXPathObjectPtr xptr; local
1578 xptr = xmlXPtrEval(fragment, xptrctxt);
1579 if (xptr == NULL) {
1589 switch (xptr->type) {
1606 if ((xptr->nodesetval == NULL) ||
1607 (xptr->nodesetval->nodeNr <= 0)) {
1618 set = xptr
[all...]
H A Dxpointer.c6 * http://www.w3.org/TR/2000/CR-xptr-20000607
10 * http://www.w3.org/TR/2002/PR-xptr-element-20021113/
1338 ret->xptr = 1;
1385 ctxt->xptr = 1;
1966 * http://www.w3.org/TR/xptr#N2267
H A Dxpath.c11221 * [4xptr] Step ::= AxisSpecifier NodeTest Predicate*
11265 if (ctxt->xptr) {
/external/libxml2/include/libxml/
H A Dxpath.h317 int xptr; /* is this an XPointer context? */ member in struct:_xmlXPathContext
382 int xptr; /* it this an XPointer expression */ member in struct:_xmlXPathParserContext
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
H A DSDL_os2fslib.c1349 char *xptr, *aptr; local
1399 xptr = pchTemp + (maxx+7)/8 * (maxy-1-i);
1401 memxor(xptr, data, mask, run);
1402 xptr += run;
1407 SDL_memset(xptr, 0, pad);
1408 xptr += pad;
1415 xptr = pchTemp + (maxx+7)/8 * (maxy-1-i);
1418 SDL_memset(xptr, 0, (maxx+7)/8);
1419 xptr += (maxx+7)/8;

Completed in 584 milliseconds