/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/ |
xmalloc.h | 30 #include <pulse/cdecl.h>
|
mainloop-api.h | 29 #include <pulse/cdecl.h>
|
mainloop.h | 27 #include <pulse/cdecl.h>
|
scache.h | 30 #include <pulse/cdecl.h>
|
simple.h | 31 #include <pulse/cdecl.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
browser.h | 28 #include <pulse/cdecl.h>
|
xmalloc.h | 30 #include <pulse/cdecl.h>
|
mainloop-api.h | 29 #include <pulse/cdecl.h>
|
mainloop.h | 27 #include <pulse/cdecl.h>
|
scache.h | 30 #include <pulse/cdecl.h>
|
simple.h | 31 #include <pulse/cdecl.h>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_funcptr.py | 39 # possible, as in C, to call cdecl functions with more parameters.
|
test_as_parameter.py | 175 # This is known cdecl incompatibility between GCC
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_funcptr.py | 39 # possible, as in C, to call cdecl functions with more parameters.
|
test_as_parameter.py | 175 # This is known cdecl incompatibility between GCC
|
/hardware/ti/omap3/dspbridge/inc/ |
dbtype.h | 215 #ifndef CDECL 216 #define CDECL _cdecl 238 #define CDECL __cdecl 258 #define CDECL 279 #define DSPKERNELAPI CDECL
|
nldrdefs.h | 76 typedef ULONG(CDECL * NLDR_OVLYFXN) (PVOID pPrivRef, ULONG ulDspRunAddr, 95 typedef ULONG(CDECL * NLDR_WRITEFXN) (PVOID pPrivRef,
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbtype.h | 215 #ifndef CDECL 216 #define CDECL _cdecl 238 #define CDECL __cdecl 258 #define CDECL 279 #define DSPKERNELAPI CDECL
|
nldrdefs.h | 76 typedef ULONG(CDECL * NLDR_OVLYFXN) (PVOID pPrivRef, ULONG ulDspRunAddr, 95 typedef ULONG(CDECL * NLDR_WRITEFXN) (PVOID pPrivRef,
|
/external/llvm/test/CodeGen/X86/ |
win_ftol2.ll | 12 ; callee. Mingw32 uses normal cdecl compiler-rt functions.
|
/external/ltrace/testsuite/lib/ |
ltrace.exp | 690 # cdecl Contents of header file. 702 proc ltraceLibTest {conf cdecl libcode maincode {params ""}} { 704 set lib [ltraceCompile liblib.so [ltraceSource c [concat $cdecl $libcode]]] 707 [concat $cdecl "int main(void) {" $maincode "}"]]]
|
/external/zlib/src/contrib/vstudio/ |
readme.txt | 56 is exporting the functions using the CDECL convention. See the file
|
/external/clang/lib/AST/ |
DeclPrinter.cpp | 387 CXXConstructorDecl *CDecl = dyn_cast<CXXConstructorDecl>(D); 403 if ((CDecl && CDecl->isExplicitSpecified()) || 491 if (CDecl) { 493 for (const auto *BMInitializer : CDecl->inits()) { [all...] |
/external/qemu-pc-bios/bochs/ |
config.h.in | 341 // as cdecl or stdcall. The entry point main() also has to remain cdecl. 342 #ifndef CDECL 344 #define CDECL __cdecl 346 #define CDECL
|
/development/ndk/platforms/android-3/include/ |
zconf.h | 229 # define ZEXPORTVA FAR CDECL
|