OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdcall
(Results
1 - 25
of
33
) sorted by null
1
2
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi.spec
1
@
stdcall
CreateDXGIFactory(ptr ptr)
2
@
stdcall
CreateDXGIFactory1(ptr ptr)
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi.spec
1
@
stdcall
CreateDXGIFactory(ptr ptr)
2
@
stdcall
CreateDXGIFactory1(ptr ptr)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/d3d10/
d3d10.spec
3
@
stdcall
D3D10CreateBlob(long ptr)
4
@
stdcall
D3D10CreateDevice(ptr long ptr long long ptr)
5
@
stdcall
D3D10CreateDeviceAndSwapChain(ptr long ptr long long ptr ptr ptr)
11
@
stdcall
D3D10GetGeometryShaderProfile(ptr)
12
@
stdcall
D3D10GetInputAndOutputSignatureBlob(ptr long ptr)
13
@
stdcall
D3D10GetInputSignatureBlob(ptr long ptr)
14
@
stdcall
D3D10GetOutputSignatureBlob(ptr long ptr)
15
@
stdcall
D3D10GetPixelShaderProfile(ptr)
18
@
stdcall
D3D10GetVertexShaderProfile(ptr)
31
@
stdcall
D3D10CreateDevice1(ptr long ptr long long long ptr
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/d3d10/
d3d10.spec
3
@
stdcall
D3D10CreateBlob(long ptr)
4
@
stdcall
D3D10CreateDevice(ptr long ptr long long ptr)
5
@
stdcall
D3D10CreateDeviceAndSwapChain(ptr long ptr long long ptr ptr ptr)
11
@
stdcall
D3D10GetGeometryShaderProfile(ptr)
12
@
stdcall
D3D10GetInputAndOutputSignatureBlob(ptr long ptr)
13
@
stdcall
D3D10GetInputSignatureBlob(ptr long ptr)
14
@
stdcall
D3D10GetOutputSignatureBlob(ptr long ptr)
15
@
stdcall
D3D10GetPixelShaderProfile(ptr)
18
@
stdcall
D3D10GetVertexShaderProfile(ptr)
31
@
stdcall
D3D10CreateDevice1(ptr long ptr long long long ptr
[
all
...]
/external/clang/test/Sema/
stdcall-fastcall-x64.c
4
int __attribute__((
stdcall
)) var1; // expected-warning{{'
stdcall
' only applies to function types; type here is 'int'}}
8
void __attribute__((
stdcall
, fastcall)) foo3(void); // expected-warning{{calling convention '
stdcall
' ignored for this target}} expected-warning {{calling convention 'fastcall' ignored for this target}}
9
void __attribute__((
stdcall
)) foo4(); // expected-warning{{calling convention '
stdcall
' ignored for this target}}
14
void rdar8876096foo2(int i, int j) __attribute__((fastcall,
stdcall
)); // expected-warning{{calling convention '
stdcall
' ignored for this target}} expected-warning {{calling convention 'fastcall' ignored for this target}}
16
void rdar8876096foo4(int i, int j) __attribute__((
stdcall
, cdecl)); // expected-warning{{calling convention '
stdcall
' ignored for this target}
[
all
...]
stdcall-fastcall.c
4
int __attribute__((
stdcall
)) var1; // expected-warning{{'
stdcall
' only applies to function types; type here is 'int'}}
8
void __attribute__((
stdcall
, fastcall)) foo3(void); // expected-error{{fastcall and
stdcall
attributes are not compatible}}
9
void __attribute__((
stdcall
)) foo4(); // expected-note{{previous declaration is here}}
10
void __attribute__((fastcall)) foo4(void); // expected-error{{function declared 'fastcall' here was previously declared '
stdcall
'}}
14
void rdar8876096foo2(int i, int j) __attribute__((fastcall,
stdcall
)); // expected-error {{not compatible}}
16
void rdar8876096foo4(int i, int j) __attribute__((
stdcall
, cdecl)); // expected-error {{not compatible}}
17
void rdar8876096foo5(int i, int j) __attribute__((
stdcall
, fastcall)); // expected-error {{not compatible}}
19
void rdar8876096foo7(int i, int j) __attribute__((cdecl,
stdcall
)); // expected-error {{not compatible}
[
all
...]
callingconv.c
6
void __attribute__((
stdcall
)) bar(float *a) {
27
void (__attribute__((
stdcall
)) *pbar)(float*) = bar;
53
typedef __attribute__((
stdcall
)) void (*PROC)();
attr-args.c
11
inline __attribute__((
stdcall
(a))) void *f8(); // expected-error {{'
stdcall
' attribute takes no arguments}}
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/d3d10_1/
d3d10_1.spec
2
@
stdcall
D3D10CreateBlob(long ptr) d3d10.D3D10CreateBlob
3
@
stdcall
D3D10CreateDevice1(ptr long ptr long long long ptr) d3d10.D3D10CreateDevice1
4
@
stdcall
D3D10CreateDeviceAndSwapChain1(ptr long ptr long long long ptr ptr ptr) d3d10.D3D10CreateDeviceAndSwapChain1
10
@
stdcall
D3D10GetGeometryShaderProfile(ptr) d3d10.D3D10GetGeometryShaderProfile
11
@
stdcall
D3D10GetInputAndOutputSignatureBlob(ptr long ptr) d3d10.D3D10GetInputAndOutputSignatureBlob
12
@
stdcall
D3D10GetInputSignatureBlob(ptr long ptr) d3d10.D3D10GetInputSignatureBlob
13
@
stdcall
D3D10GetOutputSignatureBlob(ptr long ptr) d3d10.D3D10GetOutputSignatureBlob
14
@
stdcall
D3D10GetPixelShaderProfile(ptr) d3d10.D3D10GetPixelShaderProfile
17
@
stdcall
D3D10GetVertexShaderProfile(ptr) d3d10.D3D10GetVertexShaderProfile
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/d3d10_1/
d3d10_1.spec
2
@
stdcall
D3D10CreateBlob(long ptr) d3d10.D3D10CreateBlob
3
@
stdcall
D3D10CreateDevice1(ptr long ptr long long long ptr) d3d10.D3D10CreateDevice1
4
@
stdcall
D3D10CreateDeviceAndSwapChain1(ptr long ptr long long long ptr ptr ptr) d3d10.D3D10CreateDeviceAndSwapChain1
10
@
stdcall
D3D10GetGeometryShaderProfile(ptr) d3d10.D3D10GetGeometryShaderProfile
11
@
stdcall
D3D10GetInputAndOutputSignatureBlob(ptr long ptr) d3d10.D3D10GetInputAndOutputSignatureBlob
12
@
stdcall
D3D10GetInputSignatureBlob(ptr long ptr) d3d10.D3D10GetInputSignatureBlob
13
@
stdcall
D3D10GetOutputSignatureBlob(ptr long ptr) d3d10.D3D10GetOutputSignatureBlob
14
@
stdcall
D3D10GetPixelShaderProfile(ptr) d3d10.D3D10GetPixelShaderProfile
17
@
stdcall
D3D10GetVertexShaderProfile(ptr) d3d10.D3D10GetVertexShaderProfile
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/d3d11/
d3d11.spec
5
@
stdcall
D3D11CreateDevice(ptr long ptr long ptr long long ptr ptr ptr)
6
@
stdcall
D3D11CreateDeviceAndSwapChain(ptr long ptr long ptr long long ptr ptr ptr ptr ptr)
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/d3d11/
d3d11.spec
5
@
stdcall
D3D11CreateDevice(ptr long ptr long ptr long long ptr ptr ptr)
6
@
stdcall
D3D11CreateDeviceAndSwapChain(ptr long ptr long ptr long long ptr ptr ptr ptr ptr)
/external/chromium_org/v8/test/cctest/
test-code-stubs.h
33
#define
STDCALL
__attribute__((
stdcall
))
35
#define
STDCALL
__stdcall
38
#define
STDCALL
41
typedef int32_t
STDCALL
ConvertDToIFuncType(double input);
44
int
STDCALL
ConvertDToICVersion(double d);
/external/clang/test/SemaCXX/
virtual-override-x64.cpp
29
virtual void __attribute__((
stdcall
)) g(); // expected-warning {{calling convention '
stdcall
' ignored for this target}}
virtual-override-x86.cpp
26
virtual void __attribute__((
stdcall
)) g(); // expected-note{{overridden virtual function is here}}
31
void g(); // expected-error{{virtual function 'g' has different calling convention attributes ('void ()') than the function it overrides (which has calling convention 'void () __attribute__((
stdcall
))'}}
/external/clang/test/CodeGen/
2009-05-22-callingconv.c
9
__attribute__ ((regparm (3),
stdcall
));
regparm.c
11
typedef void (*FType)(int, int) __attribute ((regparm (3),
stdcall
));
stdcall-fastcall.c
4
void __attribute__((
stdcall
)) f2(void);
11
void __attribute__((
stdcall
)) f5(void) {
24
void (__attribute__((
stdcall
)) *pf2)(void) = f2;
27
void (__attribute__((
stdcall
)) *pf5)(void) = f5;
46
void __attribute((
stdcall
)) f7(foo) int foo; {}
/external/libffi/testsuite/libffi.call/
strlen_win32.c
2
Purpose: Check
stdcall
strlen call on X86_WIN32 systems.
11
static size_t __attribute__((
stdcall
)) my_stdcall_strlen(char *s)
42
printf("
stdcall
strlen tests passed\n");
many_win32.c
2
Purpose: Check
stdcall
many call on X86_WIN32 systems.
12
static float __attribute__((
stdcall
)) stdcall_many(float f1,
59
printf("
stdcall
many arg tests ok!\n");
/external/elfutils/lib/
eu-config.h
98
# define internal_function __attribute__ ((regparm (3),
stdcall
))
174
# define CALLING_CONVENTION regparm (3),
stdcall
175
# define AND_CALLING_CONVENTION , regparm (3),
stdcall
/external/clang/test/SemaTemplate/
instantiate-function-params.cpp
87
typedef int stdfunctype(int, int) __attribute__((
stdcall
));
88
__attribute__((
stdcall
)) functype stdfunc1;
/build/core/combo/
HOST_windows-x86.mk
48
HOST_GLOBAL_LDFLAGS += --enable-
stdcall
-fixup
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
compatibility.h
49
__attribute((dllimport)) void __attribute__((
stdcall
)) Sleep (unsigned long);
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
Android.mk
30
host_common_LDFLAGS += -Wl,--add-
stdcall
-alias
Completed in 337 milliseconds
1
2