/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
compatibility.h | 49 __attribute((dllimport)) void __attribute__((stdcall)) Sleep (unsigned long);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
compatibility.h | 49 __attribute((dllimport)) void __attribute__((stdcall)) Sleep (unsigned long);
|
/prebuilts/go/darwin-x86/src/runtime/ |
os_windows.go | 158 // Call a Windows function with stdcall conventions, 701 // Calling stdcall on os stack. 705 func stdcall(fn stdFunction) uintptr { func 728 return stdcall(fn) 736 return stdcall(fn) 744 return stdcall(fn) 752 return stdcall(fn) 760 return stdcall(fn) 768 return stdcall(fn) 776 return stdcall(fn [all...] |
syscall_windows_test.go | 60 t.Error("stdcall USER32.UnionRect returns", a, "res=", res) 260 return fmt.Sprintf("stdcall%d", f) 267 func (f cbDLLFunc) buildOne(stdcall bool) string { 269 if stdcall { 407 stdcall := syscall.NewCallback(cb) 409 test.runOne(t, dll, f.stdcallName(), stdcall)
|
/prebuilts/go/linux-x86/src/runtime/ |
os_windows.go | 158 // Call a Windows function with stdcall conventions, 701 // Calling stdcall on os stack. 705 func stdcall(fn stdFunction) uintptr { func 728 return stdcall(fn) 736 return stdcall(fn) 744 return stdcall(fn) 752 return stdcall(fn) 760 return stdcall(fn) 768 return stdcall(fn) 776 return stdcall(fn [all...] |
syscall_windows_test.go | 60 t.Error("stdcall USER32.UnionRect returns", a, "res=", res) 260 return fmt.Sprintf("stdcall%d", f) 267 func (f cbDLLFunc) buildOne(stdcall bool) string { 269 if stdcall { 407 stdcall := syscall.NewCallback(cb) 409 test.runOne(t, dll, f.stdcallName(), stdcall)
|
/external/libpcap/msdos/ |
ndis2.h | 52 #define CALLBACK(foo) WORD foo __attribute__((stdcall)) 53 #define PAS_PTR(x,arg) typedef WORD (*x) arg __attribute__((stdcall))
|
/external/mesa3d/src/amd/addrlib/ |
addrtypes.h | 82 #define ADDR_STDCALL __attribute__((stdcall))
|
/build/soong/cc/config/ |
clang.go | 82 "--enable-stdcall-fixup",
|
x86_windows_host.go | 65 "--enable-stdcall-fixup",
|
/external/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/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux_libcdep.cc | 163 # define DL_INTERNAL_FUNCTION __attribute__((regparm(3), stdcall))
|
/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 */
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
pe.go | 992 // Because external link requires properly stdcall decorated name, 1001 Errorf(s, "failed to parse stdcall decoration: %v", err) 1019 // only windows/386 requires stdcall decoration [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
pe.go | 992 // Because external link requires properly stdcall decorated name, 1001 Errorf(s, "failed to parse stdcall decoration: %v", err) 1019 // only windows/386 requires stdcall decoration [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/ |
win32.S | 90 ;; stdcall: the callee has already cleaned the stack. 561 # stdcall functions pop arguments off the stack themselves [all...] |
/external/python/cpython3/Modules/_ctypes/libffi/src/x86/ |
win32.S | 90 ;; stdcall: the callee has already cleaned the stack. 561 # stdcall functions pop arguments off the stack themselves [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_windows.go | 124 // to the stdcall calling convention. This is useful when [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
syscall_windows.go | 124 // to the stdcall calling convention. This is useful when [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 127 val x86_stdcall : int (** [x86_stdcall] is the familiar stdcall calling [all...] |
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
llvm.mli | 111 val x86_stdcall : int (** [x86_stdcall] is the familiar stdcall calling [all...] |