/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/ |
util.h | 28 #include <pulse/cdecl.h>
|
mainloop-signal.h | 27 #include <pulse/cdecl.h>
|
timeval.h | 26 #include <pulse/cdecl.h>
|
utf8.h | 26 #include <pulse/cdecl.h>
|
version.h | 28 #include <pulse/cdecl.h>
|
browser.h | 28 #include <pulse/cdecl.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
glib-mainloop.h | 29 #include <pulse/cdecl.h>
|
subscribe.h | 30 #include <pulse/cdecl.h>
|
util.h | 28 #include <pulse/cdecl.h>
|
mainloop-signal.h | 27 #include <pulse/cdecl.h>
|
timeval.h | 26 #include <pulse/cdecl.h>
|
utf8.h | 26 #include <pulse/cdecl.h>
|
version.h | 28 #include <pulse/cdecl.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
windef.h | 76 #define cdecl macro 77 #ifndef CDECL 78 #define CDECL
|
/external/clang/lib/Rewrite/Frontend/ |
RewriteModernObjC.cpp | 405 void RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, 416 void RewriteIvarOffsetSymbols(ObjCInterfaceDecl *CDecl, 469 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl, [all...] |
RewriteObjC.cpp | 330 void RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, 341 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl, 544 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl, [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
SDL_xbios_milan.c | 63 static unsigned long /*cdecl*/ enumfunc(SCREENINFO *inf, unsigned long flag)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_win32.py | 28 # Calling stdcall function as cdecl
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_win32.py | 28 # Calling stdcall function as cdecl
|
/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | 168 if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl)) { 169 if (CDecl->IsClassExtension()) { 326 ObjCCategoryDecl *CDecl = cast<ObjCCategoryDecl>(CurContext); 330 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface(); 370 Diag(CDecl->getLocation(), diag::err_continuation_class); 392 /* lexicalDC = */ CDecl); 397 CDecl); 484 /* lexicalDC = */ CDecl); 512 ProcessPropertyDecl(PIDecl, CCPrimary, PDecl, CDecl); 516 L->AddedObjCPropertyInClassExtension(PDecl, PIDecl, CDecl); [all...] |
/external/zlib/src/win32/ |
DLL_FAQ.txt | 29 * The calling convention of functions is "C" (CDECL). 134 6. I see that the ZLIB1.DLL functions use the "C" (CDECL) calling 139 (For readability, we use CDECL to refer to the convention 146 Win32), but the standard C functions use CDECL. If a user 160 faster than CDECL, and it works with variable-argument 161 functions, just like CDECL. It is unfortunate that, in spite 168 The remaining fact is that CDECL is the default convention.
|
/external/clang/include/clang/Sema/ |
TypoCorrection.h | 146 void setCorrectionDecl(NamedDecl *CDecl) { 148 addCorrectionDecl(CDecl); 159 void addCorrectionDecl(NamedDecl *CDecl);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
parse_core.py | 2 """ cdecl.py - parse c declarations
|
/external/zlib/src/contrib/delphi/ |
readme.txt | 28 (TAlloc, TFree, zlibAllocMem and zlibFreeMem) are now cdecl,
|
/external/zlib/src/contrib/pascal/ |
readme.txt | 39 Since the cdecl keyword is used, the old Turbo Pascal does
|