/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
D | SDL_sysmouse.cc | 49 char *cptr; in BE_CreateWMCursor() local 75 cptr = &cursor->bits[4]; in BE_CreateWMCursor() 81 SDL_memcpy(cptr, data, run); in BE_CreateWMCursor() 82 SDL_memset(cptr+run, 0, pad); in BE_CreateWMCursor() 84 cptr += (run+pad); in BE_CreateWMCursor() 87 SDL_memset(cptr, 0, run+pad); in BE_CreateWMCursor() 88 cptr += (run+pad); in BE_CreateWMCursor() 95 SDL_memcpy(cptr, mask, run); in BE_CreateWMCursor() 96 SDL_memset(cptr+run, 0, pad); in BE_CreateWMCursor() 98 cptr += (run+pad); in BE_CreateWMCursor() [all …]
|
/external/llvm/runtime/libprofile/ |
D | GCDAProfiling.c | 117 const char *cptr = strrchr(orig_filename, '/'); in llvm_gcda_start_file() local 118 output_file = fopen(cptr ? cptr + 1 : orig_filename, "wb"); in llvm_gcda_start_file() 122 cptr ? cptr + 1 : orig_filename); in llvm_gcda_start_file()
|
/external/clang/test/SemaCXX/ |
D | warn-memset-bad-sizeof.cpp | 79 char *cptr; in f() local 80 memcpy(&cptr, buffer, sizeof(cptr)); in f() 81 memcpy((char*)&cptr, buffer, sizeof(cptr)); in f()
|
D | overloaded-operator.cpp | 132 void test_smartptr(SmartPtr ptr, const SmartPtr cptr, in test_smartptr() argument 135 long &lr = *cptr; in test_smartptr()
|
/external/libsepol/src/ |
D | context.h | 13 context_struct_t ** cptr, 24 context_struct_t ** cptr,
|
D | context.c | 145 context_struct_t ** cptr, in context_from_record() argument 220 *cptr = scontext; in context_from_record() 293 context_struct_t ** cptr, in context_from_string() argument 311 if (context_from_record(handle, policydb, cptr, ctx_record) < 0) in context_from_string()
|
/external/llvm/test/CodeGen/Generic/ |
D | 2003-07-29-BadConstSbyte.ll | 29 %cptr = getelementptr [6 x i8]* @yy_ec, i64 0, i64 %i ; <i8*> [#uses=1] 30 %c = load i8* %cptr ; <i8> [#uses=1]
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | V8DOMWrapper.h | 69 static void setDOMWrapper(v8::Handle<v8::Object> object, WrapperTypeInfo* type, void* cptr) in setDOMWrapper() argument 72 object->SetPointerInInternalField(v8DOMWrapperObjectIndex, cptr); in setDOMWrapper()
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-property2.m | 14 void foo(C *cptr) {}
|
/external/qemu/distrib/jpeg-6b/ |
D | jquant2.c | 787 JSAMPLE * cptr; /* pointer into bestcolor[] array */ in find_best_colors() local 826 cptr = bestcolor; in find_best_colors() 837 *cptr = (JSAMPLE) icolor; in find_best_colors() 842 cptr++; in find_best_colors() 864 register JSAMPLE * cptr; /* pointer into bestcolor[] array */ in fill_inverse_cmap() local 898 cptr = bestcolor; in fill_inverse_cmap() 903 *cachep++ = (histcell) (GETJSAMPLE(*cptr++) + 1); in fill_inverse_cmap()
|
/external/jpeg/ |
D | jquant2.c | 787 JSAMPLE * cptr; /* pointer into bestcolor[] array */ in find_best_colors() local 826 cptr = bestcolor; in find_best_colors() 837 *cptr = (JSAMPLE) icolor; in find_best_colors() 842 cptr++; in find_best_colors() 864 register JSAMPLE * cptr; /* pointer into bestcolor[] array */ in fill_inverse_cmap() local 898 cptr = bestcolor; in fill_inverse_cmap() 903 *cachep++ = (histcell) (GETJSAMPLE(*cptr++) + 1); in fill_inverse_cmap()
|
/external/libxml2/ |
D | xpath.c | 9312 xmlChar *cptr; in xmlXPathTranslateFunction() local 9326 for (cptr = str->stringval; (ch=*cptr); ) { in xmlXPathTranslateFunction() 9327 offset = xmlUTF8Strloc(from->stringval, cptr); in xmlXPathTranslateFunction() 9335 xmlBufferAdd(target, cptr, xmlUTF8Strsize(cptr, 1)); in xmlXPathTranslateFunction() 9338 cptr++; in xmlXPathTranslateFunction() 9349 if ( (*cptr++ & 0xc0) != 0x80 ) { in xmlXPathTranslateFunction() 15101 xmlChar *cptr; in xmlXPathEscapeUriFunction() local 15117 for (cptr = str->stringval; *cptr; cptr++) { in xmlXPathEscapeUriFunction() 15118 if ((*cptr >= 'A' && *cptr <= 'Z') || in xmlXPathEscapeUriFunction() 15119 (*cptr >= 'a' && *cptr <= 'z') || in xmlXPathEscapeUriFunction() [all …]
|
D | nanoftp.c | 341 char *cptr; in xmlNanoFTPScanURL() local 342 if ((cptr=strchr(uri->user, ':')) == NULL) in xmlNanoFTPScanURL() 346 (cptr - uri->user)); in xmlNanoFTPScanURL() 347 ctxt->passwd = xmlMemStrdup(cptr+1); in xmlNanoFTPScanURL()
|
D | xmlschemastypes.c | 2256 xmlChar *cptr = cval; in xmlSchemaValAtomicType() local 2300 *cptr++ = *cur++; in xmlSchemaValAtomicType() 2307 *cptr++ = *cur++; in xmlSchemaValAtomicType() 2339 while ((len != integ) && (*(cptr-1) == '0')) { in xmlSchemaValAtomicType() 2340 cptr--; in xmlSchemaValAtomicType() 2348 *cptr = 0; in xmlSchemaValAtomicType() 2349 cptr = cval; in xmlSchemaValAtomicType() 2351 xmlSchemaParseUInt((const xmlChar **)&cptr, in xmlSchemaValAtomicType()
|
D | xmlIO.c | 2651 char *cptr, buff4[4]; in __xmlParserInputBufferCreateFilename() 2652 cptr = (char *) ((z_stream *)context)->next_in; in __xmlParserInputBufferCreateFilename() 2654 if (strncmp(buff4, cptr, 4) == 0) in __xmlParserInputBufferCreateFilename()
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSUNP.c | 222 char *ptr, *buf, lastname[IFNAMSIZ], *cptr; in get_ifi_info() local 287 if ( (cptr = strchr(ifr->ifr_name, ':')) != NULL) in get_ifi_info() 288 *cptr = 0; /* replace colon will null */ in get_ifi_info()
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 110 UTF32 *cptr = &c; in printableTextForNextCharacter() local 115 ConversionResult res = ConvertUTF8toUTF32(&begin, cp_end, &cptr, cptr+1, in printableTextForNextCharacter()
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
D | SDL_malloc.c | 1378 char* cptr = ptr; in win32munmap() local 1380 if (VirtualQuery(cptr, &minfo, sizeof(minfo)) == 0) in win32munmap() 1382 if (minfo.BaseAddress != cptr || minfo.AllocationBase != cptr || in win32munmap() 1385 if (VirtualFree(cptr, 0, MEM_RELEASE) == 0) in win32munmap() 1387 cptr += minfo.RegionSize; in win32munmap()
|
/external/libffi/src/ |
D | dlmalloc.c | 1332 char* cptr = ptr; in win32munmap() local 1334 if (VirtualQuery(cptr, &minfo, sizeof(minfo)) == 0) in win32munmap() 1336 if (minfo.BaseAddress != cptr || minfo.AllocationBase != cptr || in win32munmap() 1339 if (VirtualFree(cptr, 0, MEM_RELEASE) == 0) in win32munmap() 1341 cptr += minfo.RegionSize; in win32munmap()
|