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

  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysmouse.cc 49 char *cptr; local
75 cptr = &cursor->bits[4];
81 SDL_memcpy(cptr, data, run);
82 SDL_memset(cptr+run, 0, pad);
84 cptr += (run+pad);
87 SDL_memset(cptr, 0, run+pad);
88 cptr += (run+pad);
95 SDL_memcpy(cptr, mask, run);
96 SDL_memset(cptr+run, 0, pad);
98 cptr += (run+pad)
    [all...]
  /external/llvm/runtime/libprofile/
GCDAProfiling.c 117 const char *cptr = strrchr(orig_filename, '/'); local
118 output_file = fopen(cptr ? cptr + 1 : orig_filename, "wb");
122 cptr ? cptr + 1 : orig_filename);
  /external/clang/test/SemaCXX/
warn-memset-bad-sizeof.cpp 79 char *cptr; local
80 memcpy(&cptr, buffer, sizeof(cptr));
81 memcpy((char*)&cptr, buffer, sizeof(cptr));
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 222 char *ptr, *buf, lastname[IFNAMSIZ], *cptr; local
287 if ( (cptr = strchr(ifr->ifr_name, ':')) != NULL)
288 *cptr = 0; /* replace colon will null */
  /external/libxml2/
nanoftp.c 341 char *cptr; local
342 if ((cptr=strchr(uri->user, ':')) == NULL)
346 (cptr - uri->user));
347 ctxt->passwd = xmlMemStrdup(cptr+1);
    [all...]
xmlschemastypes.c 2256 xmlChar *cptr = cval; local
    [all...]
xpath.c 9312 xmlChar *cptr; local
15101 xmlChar *cptr; local
    [all...]
  /external/jpeg/
jquant2.c 787 JSAMPLE * cptr; /* pointer into bestcolor[] array */ local
826 cptr = bestcolor;
837 *cptr = (JSAMPLE) icolor;
842 cptr++;
864 register JSAMPLE * cptr; /* pointer into bestcolor[] array */ local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 787 JSAMPLE * cptr; /* pointer into bestcolor[] array */ local
826 cptr = bestcolor;
837 *cptr = (JSAMPLE) icolor;
842 cptr++;
864 register JSAMPLE * cptr; /* pointer into bestcolor[] array */ local
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 137 jbyte * cptr = (jbyte *) _env->GetPrimitiveArrayCritical(str, 0); local
138 rsAssignName(con, (void *)obj, (const char *)cptr, len);
139 _env->ReleasePrimitiveArrayCritical(str, cptr, JNI_ABORT);
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 2933 char *cptr; local
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 1461 char* cptr = ptr; local
    [all...]
  /external/libffi/src/
dlmalloc.c 1332 char* cptr = ptr; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 1378 char* cptr = ptr; local
    [all...]

Completed in 864 milliseconds