Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
D_ctypes_test.c9 #define EXPORT(x) Py_EXPORTED_SYMBOL x macro
546 EXPORT(xxx_library) *library_get(void) in EXPORT() function
652 EXPORT(signed char) __stdcall s_tf_b(signed char c) { S; return c/3; } in EXPORT() function
653 EXPORT(unsigned char) __stdcall s_tf_B(unsigned char c) { U; return c/3; } in EXPORT() function
654 EXPORT(short) __stdcall s_tf_h(short c) { S; return c/3; } in EXPORT() function
655 EXPORT(unsigned short) __stdcall s_tf_H(unsigned short c) { U; return c/3; } in EXPORT() function
656 EXPORT(int) __stdcall s_tf_i(int c) { S; return c/3; } in EXPORT() function
657 EXPORT(unsigned int) __stdcall s_tf_I(unsigned int c) { U; return c/3; } in EXPORT() function
658 EXPORT(long) __stdcall s_tf_l(long c) { S; return c/3; } in EXPORT() function
659 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/speex/
Dconfigure.ac129 AC_DEFINE([EXPORT], [__attribute__((visibility("default")))], [Symbol visibility prefix]) definition
133 AC_DEFINE([EXPORT], [], [Symbol visibility prefix]) definition
/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/pulseaudio/speex/libspeexdsp/
Dresample.c70 #define EXPORT macro
114 #define EXPORT __attribute__((visibility("default"))) macro
/third_party/mksh/
Dsh.h1797 #define EXPORT BIT(3) /* exported variable/function */ macro