OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cdecl
(Results
76 - 100
of
258
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/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/pcre/dist/
pcregexp.pas
292
{$IFDEF VIRTUALPASCAL} {&
Cdecl
+} {$ENDIF VIRTUALPASCAL}
302
{$IFDEF VIRTUALPASCAL} {&
Cdecl
-} {$ENDIF VIRTUALPASCAL}
333
{$IFDEF VIRTUALPASCAL} {&
Cdecl
+} {$ENDIF VIRTUALPASCAL}
442
{$IFDEF VIRTUALPASCAL} {&
Cdecl
-} {$ENDIF VIRTUALPASCAL}
/external/zlib/src/contrib/vstudio/
readme.txt
56
is exporting the functions using the
CDECL
convention. See the file
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
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/
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_as_parameter.py
175
# This is known
cdecl
incompatibility between GCC
/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
/external/chromium_org/sdch/open-vcdiff/src/zlib/
zconf.h
229
# define ZEXPORTVA FAR
CDECL
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_compiler.h
194
/* This should match linux gcc
cdecl
semantics everywhere, so that we
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
lexer.py
2
"""
cdecl
.py - parse c declarations
Completed in 766 milliseconds
1
2
3
4
5
6
7
8
9
10
11