OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stdcall
(Results
51 - 75
of
458
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libpng/projects/visualc71/
README.txt
42
* Win32_DLL_VB\libpng16vb.dll DLL build for Visual Basic, using
stdcall
/external/mesa3d/docs/
README.WIN32
55
stdcall
calling convention.
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
ffitest.h
24
#define __STDCALL__ __attribute__((
stdcall
))
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
ffitest.h
24
#define __STDCALL__ __attribute__((
stdcall
))
/external/zlib/src/win32/
DLL_FAQ.txt
135
convention. Why not use the
STDCALL
convention?
136
STDCALL
is the standard convention in Win32, and I need it in
140
triggered by the "__cdecl" keyword,
STDCALL
to refer to
145
indeed the WINAPI convention (which translates to
STDCALL
in
154
functions
STDCALL
-able.
159
Technically,
STDCALL
is not bad; in fact, it is slightly
162
of using
STDCALL
in the Windows API, it is not the default
179
Basic require
STDCALL
, while Borland Delphi prefers, although
196
(
STDCALL
) convention. The name of this DLL must be different
/frameworks/native/vulkan/include/vulkan/
vk_platform.h
50
// On Windows, Vulkan commands use the
stdcall
convention
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-dlltool.1
157
[\fB\-U\fR|\fB\-\-add\-underscore\fR] [\fB\-\-add\-
stdcall
\-underscore\fR]
158
[\fB\-k\fR|\fB\-\-kill\-at\fR] [\fB\-A\fR|\fB\-\-add\-
stdcall
\-alias\fR]
388
.IP "\fB\-\-add\-
stdcall
\-underscore\fR" 4
389
.IX Item "--add-
stdcall
-underscore"
392
functions. Variable names and non-
stdcall
function names are not modified.
408
.IP "\fB\-\-add\-
stdcall
\-alias\fR" 4
409
.IX Item "--add-
stdcall
-alias"
412
should add aliases for
stdcall
symbols without \fB@ <number>\fR
/toolchain/binutils/binutils-2.27/zlib/win32/
DLL_FAQ.txt
135
convention. Why not use the
STDCALL
convention?
136
STDCALL
is the standard convention in Win32, and I need it in
140
triggered by the "__cdecl" keyword,
STDCALL
to refer to
145
indeed the WINAPI convention (which translates to
STDCALL
in
154
functions
STDCALL
-able.
159
Technically,
STDCALL
is not bad; in fact, it is slightly
162
of using
STDCALL
in the Windows API, it is not the default
179
Basic require
STDCALL
, while Borland Delphi prefers, although
196
(
STDCALL
) convention. The name of this DLL must be different
/external/llvm/lib/IR/
Mangler.cpp
88
/// Microsoft fastcall and
stdcall
functions require a suffix on their name
156
// If we are supposed to add a microsoft-style suffix for
stdcall
, fastcall,
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
win32.c
34
returned. If
stdcall
functions are passed the wrong number of arguments,
80
//
STDCALL
: Remove the space we pushed for the args
/external/python/cpython3/Lib/ctypes/test/
test_win32.py
15
# Testing
stdcall
function
30
# Calling
stdcall
function as cdecl
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
win32.c
34
returned. If
stdcall
functions are passed the wrong number of arguments,
80
//
STDCALL
: Remove the space we pushed for the args
/external/swiftshader/third_party/LLVM/lib/Target/
Mangler.cpp
153
/// AddFastCallStdCallSuffix - Microsoft fastcall and
stdcall
functions require
200
// If we are supposed to add a microsoft-style suffix for
stdcall
/fastcall,
215
// fastcall and
stdcall
functions usually need @42 at the end to specify
/external/mesa3d/include/vulkan/
vk_platform.h
50
// On Windows, Vulkan commands use the
stdcall
convention
/external/python/cpython2/PC/
frozen_dllmain.c
124
strcat(funcName, "@12"); //
stdcall
convention.
/external/python/cpython3/PC/
frozen_dllmain.c
124
strcat(funcName, "@12"); //
stdcall
convention.
/external/skia/third_party/vulkan/vulkan/
vk_platform.h
55
// On Windows, Vulkan commands use the
stdcall
convention
/external/skqp/third_party/vulkan/vulkan/
vk_platform.h
55
// On Windows, Vulkan commands use the
stdcall
convention
/external/vulkan-validation-layers/include/vulkan/
vk_platform.h
50
// On Windows, Vulkan commands use the
stdcall
convention
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrList.inc
197
INHERITABLE_ATTR(
StdCall
)
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrList.inc
195
PARSED_ATTR(
StdCall
)
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
AttrParsedAttrList.inc
203
PARSED_ATTR(
StdCall
)
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
AttrParsedAttrList.inc
203
PARSED_ATTR(
StdCall
)
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
AttrParsedAttrList.inc
206
PARSED_ATTR(
StdCall
)
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
AttrParsedAttrList.inc
206
PARSED_ATTR(
StdCall
)
Completed in 538 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>