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

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp260 static void fill_sequential(uint16_t xptr[], int start, int count) { argument
262 if (reinterpret_cast<intptr_t>(xptr) & 0x2) {
263 *xptr++ = start++;
267 uint32_t* xxptr = reinterpret_cast<uint32_t*>(xptr);
278 xptr = reinterpret_cast<uint16_t*>(xxptr);
282 *xptr++ = start++;
286 *xptr++ = start++;
315 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
324 memset(xptr, 0, n * sizeof(uint16_t));
329 xptr
363 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
384 fill_backwards(uint16_t xptr[], int pos, int count) argument
403 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
[all...]
H A DSkBitmapProcState.cpp851 const uint16_t* xptr = reinterpret_cast<const uint16_t*>(bitmapXY);
853 SkASSERT(xptr[i] < mx);
H A DSkPictureRecord.cpp1077 SkScalar* xptr = (SkScalar*)fWriter.reserve(points * sizeof(SkScalar)); local
1079 *xptr++ = pos[index].fX;
/external/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp260 static void fill_sequential(uint16_t xptr[], int start, int count) { argument
262 if (reinterpret_cast<intptr_t>(xptr) & 0x2) {
263 *xptr++ = start++;
267 uint32_t* xxptr = reinterpret_cast<uint32_t*>(xptr);
278 xptr = reinterpret_cast<uint16_t*>(xxptr);
282 *xptr++ = start++;
286 *xptr++ = start++;
315 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
324 memset(xptr, 0, n * sizeof(uint16_t));
329 xptr
363 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
384 fill_backwards(uint16_t xptr[], int pos, int count) argument
403 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
[all...]
H A DSkBitmapProcState.cpp851 const uint16_t* xptr = reinterpret_cast<const uint16_t*>(bitmapXY);
853 SkASSERT(xptr[i] < mx);
H A DSkPictureRecord.cpp1077 SkScalar* xptr = (SkScalar*)fWriter.reserve(points * sizeof(SkScalar)); local
1079 *xptr++ = pos[index].fX;
/external/clang/test/CXX/temp/temp.param/
H A Dp2.cpp21 template<class X1 *xptr> struct Y2 { };
/external/qemu/distrib/sdl-1.2.15/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/chromium_org/third_party/libxml/src/
H A DtestXPath.c42 static int xptr = 0; variable
84 if (xptr) {
151 if ((!strcmp(argv[i], "-xptr")) || (!strcmp(argv[i], "--xptr")))
152 xptr++;
204 printf("\t--xptr : expressions are XPointer expressions\n");
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/
1330 ret->xptr = 1;
1377 ctxt->xptr = 1;
1958 * http://www.w3.org/TR/xptr#N2267
H A Dconfigure1701 --with-xptr add the XPointer support (on)
11514 # Check whether --with-xptr was given.
H A Dxpath.c11167 * [4xptr] Step ::= AxisSpecifier NodeTest Predicate*
11211 if (ctxt->xptr) {
/external/chromium_org/third_party/opus/src/celt/
H A Dvq.c356 celt_norm *xptr = X; local
359 E = MAC16_16(E, *xptr, *xptr);
360 xptr++;
368 xptr = X;
371 *xptr = EXTRACT16(PSHR32(MULT16_16(g, *xptr), k+1));
372 xptr++;
/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/chromium_org/third_party/libxml/src/include/libxml/
H A Dxpath.h316 int xptr; /* is this an XPointer context? */ member in struct:_xmlXPathContext
381 int xptr; /* it this an XPointer expression */ member in struct:_xmlXPathParserContext
/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.15/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;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dwin64-dataref.asm22 xptr dd x define

Completed in 1544 milliseconds