HomeSort by: relevance | last modified time | path
    Searched refs:stdcall (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
compatibility.h 49 __attribute((dllimport)) void __attribute__((stdcall)) Sleep (unsigned long);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
compatibility.h 49 __attribute((dllimport)) void __attribute__((stdcall)) Sleep (unsigned long);
  /src/external/bsd/pcc/dist/pcc/arch/i86/
local.c 496 static int stdcall; variable
509 if (strcmp(str, "stdcall") == 0) {
510 stdcall = 1;
514 stdcall = 0;
590 if (stdcall && (sp->sclass != PARAM)) {
592 stdcall = 0;
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 284 stdcall, member in class:TOK
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 86 #ifndef STDCALL
88 # define STDCALL __stdcall
91 # define STDCALL /* not supported on x86_64 platform */
93 # define STDCALL __attribute__ ((stdcall))
96 #endif /* STDCALL */
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 204 # define DL_INTERNAL_FUNCTION __attribute__((regparm(3), stdcall))
252 // __attribute__((regparm(3), stdcall)) before glibc 2.27 and is normal
  /src/external/gpl2/xcvs/dist/lib/
regex_internal.h 417 # define internal_function __attribute ((regparm (3), stdcall))
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 139 val x86_stdcall : int (** [x86_stdcall] is the familiar stdcall calling

Completed in 23 milliseconds