HomeSort by relevance Sort by last modified time
    Searched defs:xptr (Results 1 - 7 of 7) sorted by null

  /external/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 283 static void fill_sequential(uint16_t xptr[], int start, int count) {
285 if (reinterpret_cast<intptr_t>(xptr) & 0x2) {
286 *xptr++ = start++;
290 uint32_t* xxptr = reinterpret_cast<uint32_t*>(xptr);
301 xptr = reinterpret_cast<uint16_t*>(xxptr);
305 *xptr++ = start++;
309 *xptr++ = start++;
338 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
347 memset(xptr, 0, n * sizeof(uint16_t));
352 xptr += n
386 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
426 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); local
    [all...]
SkPictureRecord.cpp 305 SkScalar* xptr = (SkScalar*)fWriter.reserve(points * sizeof(SkScalar)); local
307 *xptr++ = pos[index].fX;
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
transform.c 195 int *xptr, *csptr; local
200 xptr = buf;
208 r0 = xptr[0];
209 r1 = xptr[1];
210 xptr += step;
212 t0 = xptr[0];
213 t1 = xptr[1];
218 xptr += step;
227 t0 = xptr[0];
228 t1 = xptr[1];
    [all...]
  /device/samsung/crespo/alsa-utils/amixer/
amixer.c 411 char *xptr = *ptr; local
412 if (*xptr == ':')
413 xptr++;
414 if (!strncasecmp(xptr, str, strlen(str))) {
415 while (*xptr != '\0' && *xptr != ',' && *xptr != ':')
416 xptr++;
417 if (*xptr == ',' || *xptr == ':'
    [all...]
  /external/libxml2/include/libxml/
xpath.h 316 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/
xinclude.c 60 xmlXPathObjectPtr xptr; /* the xpointer if needed */ member in struct:_xmlXIncludeRef
208 if (ref->xptr != NULL)
209 xmlXPathFreeObject(ref->xptr);
1554 xmlXPathObjectPtr xptr; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c 1349 char *xptr, *aptr; local
    [all...]

Completed in 364 milliseconds