Home
last modified time | relevance | path

Searched defs:EXPORT (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Modules/_ctypes/
D_ctypes_test.c7 #define EXPORT(x) Py_EXPORTED_SYMBOL x macro
544 EXPORT(xxx_library) *library_get(void) in EXPORT() function
650 EXPORT(signed char) __stdcall s_tf_b(signed char c) { S; return c/3; } in EXPORT() function
651 EXPORT(unsigned char) __stdcall s_tf_B(unsigned char c) { U; return c/3; } in EXPORT() function
652 EXPORT(short) __stdcall s_tf_h(short c) { S; return c/3; } in EXPORT() function
653 EXPORT(unsigned short) __stdcall s_tf_H(unsigned short c) { U; return c/3; } in EXPORT() function
654 EXPORT(int) __stdcall s_tf_i(int c) { S; return c/3; } in EXPORT() function
655 EXPORT(unsigned int) __stdcall s_tf_I(unsigned int c) { U; return c/3; } in EXPORT() function
656 EXPORT(long) __stdcall s_tf_l(long c) { S; return c/3; } in EXPORT() function
657 EXPORT(unsigned long) __stdcall s_tf_L(unsigned long c) { U; return c/3; } in EXPORT() function
[all …]
/third_party/skia/tests/
DCanvasStateHelpers.h26 #define EXPORT macro
/third_party/pulseaudio/src/utils/
Dpax11publish.c45 enum { DUMP, EXPORT, IMPORT, REMOVE } mode = DUMP; in main() enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h436 EXPORT, // exp on SI+ enumerator
/third_party/mksh/
Dsh.h1797 #define EXPORT BIT(3) /* exported variable/function */ macro