OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdcall
(Results
26 - 34
of
34
) sorted by null
1
2
/external/chromium_org/v8/test/cctest/
test-macro-assembler-ia32.cc
41
#define
STDCALL
__attribute__((
stdcall
))
43
#define
STDCALL
__stdcall
46
typedef int
STDCALL
F0Type();
/external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc
172
# define DL_INTERNAL_FUNCTION __attribute__((regparm(3),
stdcall
))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
compatibility.h
58
__attribute((dllimport)) void __attribute__((
stdcall
)) Sleep (unsigned long);
/external/chromium_org/v8/src/third_party/vtune/
ittnotify_config.h
126
#ifndef
STDCALL
128
# define
STDCALL
__stdcall
131
# define
STDCALL
/* not supported on x86_64 platform */
133
# define
STDCALL
__attribute__ ((
stdcall
))
136
#endif /*
STDCALL
*/
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas
215
function QueryInterface(const IID: TGUID; out Obj): HResult;
stdcall
;
216
function _AddRef: Integer;
stdcall
;
217
function _Release: Integer;
stdcall
;
287
function QueryInterface(const IID: TGUID; out Obj): HResult;
stdcall
;
288
function _AddRef: Integer;
stdcall
;
289
function _Release: Integer;
stdcall
;
/external/libffi/src/x86/
win32.S
178
#
stdcall
functions pop arguments off the stack themselves
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h
87
#ifndef
STDCALL
89
# define
STDCALL
__stdcall
92
# define
STDCALL
/* not supported on x86_64 platform */
94
# define
STDCALL
__attribute__ ((
stdcall
))
97
#endif /*
STDCALL
*/
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h
425
# define internal_function __attribute ((regparm (3),
stdcall
))
/external/llvm/bindings/ocaml/llvm/
llvm.mli
112
val x86_stdcall : int (** [x86_stdcall] is the familiar
stdcall
calling
[
all
...]
Completed in 358 milliseconds
1
2