HomeSort by relevance Sort by last modified time
    Searched defs:__stdcall (Results 1 - 5 of 5) sorted by null

  /external/clang/test/PCH/
single-token-macro.c 15 #ifdef __stdcall
16 // __stdcall is defined as __attribute__((__stdcall__)) for targeting mingw32.
17 #undef __stdcall macro
20 #define __stdcall macro
21 #define STDCALL __stdcall
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
os.h 122 #ifndef __stdcall
123 #define __stdcall macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw.h 33 #ifdef __stdcall
34 #undef __stdcall macro
36 #define __stdcall macro
  /external/python/cpython2/Modules/_ctypes/
_ctypes_test.c 207 # ifndef __stdcall
208 # define __stdcall /* */ macro
214 int (__stdcall *s)(int, int);
477 EXPORT(signed char) __stdcall s_tf_b(signed char c) { S; return c/3; }
478 EXPORT(unsigned char) __stdcall s_tf_B(unsigned char c) { U; return c/3; }
479 EXPORT(short) __stdcall s_tf_h(short c) { S; return c/3; }
480 EXPORT(unsigned short) __stdcall s_tf_H(unsigned short c) { U; return c/3; }
481 EXPORT(int) __stdcall s_tf_i(int c) { S; return c/3; }
482 EXPORT(unsigned int) __stdcall s_tf_I(unsigned int c) { U; return c/3; }
483 EXPORT(long) __stdcall s_tf_l(long c) { S; return c/3;
    [all...]
  /external/python/cpython3/Modules/_ctypes/
_ctypes_test.c 212 # ifndef __stdcall
213 # define __stdcall /* */ macro
219 int (__stdcall *s)(int, int);
479 EXPORT(signed char) __stdcall s_tf_b(signed char c) { S; return c/3; }
480 EXPORT(unsigned char) __stdcall s_tf_B(unsigned char c) { U; return c/3; }
481 EXPORT(short) __stdcall s_tf_h(short c) { S; return c/3; }
482 EXPORT(unsigned short) __stdcall s_tf_H(unsigned short c) { U; return c/3; }
483 EXPORT(int) __stdcall s_tf_i(int c) { S; return c/3; }
484 EXPORT(unsigned int) __stdcall s_tf_I(unsigned int c) { U; return c/3; }
485 EXPORT(long) __stdcall s_tf_l(long c) { S; return c/3;
    [all...]

Completed in 544 milliseconds