/third_party/python/Modules/_ctypes/ |
H A D | _ctypes_test.c | 9 #define EXPORT(x) Py_EXPORTED_SYMBOL x macro 13 EXPORT(int) 20 EXPORT(double) 39 EXPORT(void) 50 EXPORT(void) 64 EXPORT(TestReg) last_tfrsuv_arg = {0}; 67 EXPORT(void) 83 EXPORT(int) 106 EXPORT(double) 120 EXPORT(doubl 394 EXPORT(size_t) my_wcslen(wchar_t *src) EXPORT() function 546 EXPORT(xxx_library) *library_get(void) EXPORT() function 736 EXPORT(RECT) ReturnRect(int i, RECT ar, RECT* br, POINT cp, RECT dr, EXPORT() function 779 EXPORT(S2H) ret_2h_func(S2H inp) EXPORT() function 790 EXPORT(S8I) ret_8i_func(S8I inp) EXPORT() function 907 EXPORT(Size1) TestSize1() { EXPORT() function 913 EXPORT(Size2) TestSize2() { EXPORT() function 920 EXPORT(Size3) TestSize3() { EXPORT() function 928 EXPORT(Size4) TestSize4() { EXPORT() function 937 EXPORT(Size5) TestSize5() { EXPORT() function 947 EXPORT(Size6) TestSize6() { EXPORT() function 958 EXPORT(Size7) TestSize7() { EXPORT() function 970 EXPORT(Size8) TestSize8() { EXPORT() function 983 EXPORT(Size9) TestSize9() { EXPORT() function 997 EXPORT(Size10) TestSize10() { EXPORT() function 1015 EXPORT(S2H) __stdcall s_ret_2h_func(S2H inp) { return ret_2h_func(inp); } EXPORT() function 1016 EXPORT(S8I) __stdcall s_ret_8i_func(S8I inp) { return ret_8i_func(inp); } EXPORT() function 1024 EXPORT (HRESULT) KeepObject(IUnknown *punk) EXPORT() function [all...] |
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | buffer.c | 51 EXPORT SpeexBuffer *speex_buffer_init(int size) in speex_buffer_init() 62 EXPORT void speex_buffer_destroy(SpeexBuffer *st) in speex_buffer_destroy() 68 EXPORT int speex_buffer_write(SpeexBuffer *st, void *_data, int len) in speex_buffer_write() 100 EXPORT int speex_buffer_writezeros(SpeexBuffer *st, int len) in speex_buffer_writezeros() 132 EXPORT int speex_buffer_read(SpeexBuffer *st, void *_data, int len) in speex_buffer_read() 159 EXPORT int speex_buffer_get_available(SpeexBuffer *st) in speex_buffer_get_available() 164 EXPORT int speex_buffer_resize(SpeexBuffer *st, int len) in speex_buffer_resize()
|
H A D | resample.c | 69 #ifndef EXPORT 70 #define EXPORT macro 114 #define EXPORT __attribute__((visibility("default"))) macro 796 EXPORT SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels, spx_uint32_t in_rate, spx_uint32_t out_rate, int quality, int *err) in speex_resampler_init() 801 EXPORT SpeexResamplerState *speex_resampler_init_frac(spx_uint32_t nb_channels, spx_uint32_t ratio_num, spx_uint32_t ratio_den, spx_uint32_t in_rate, spx_uint32_t out_rate, int quality, int *err) in speex_resampler_init_frac() 870 EXPORT void speex_resampler_destroy(SpeexResamplerState *st) in speex_resampler_destroy() 927 EXPORT int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int16_t *in, spx_uint32_t *in_len, spx_int16_t *out, spx_uint32_t *out_len) in speex_resampler_process_int() 929 EXPORT int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float *in, spx_uint32_t *in_len, float *out, spx_uint32_t *out_len) in speex_resampler_process_int() 968 EXPORT int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float *in, spx_uint32_t *in_len, float *out, spx_uint32_t *out_len) in speex_resampler_process_float() 970 EXPORT in in speex_resampler_process_float() [all...] |
H A D | jitter.c | 270 EXPORT JitterBuffer *jitter_buffer_init(int step_size) in jitter_buffer_init() 295 EXPORT void jitter_buffer_reset(JitterBuffer *jitter) in jitter_buffer_reset() 326 EXPORT void jitter_buffer_destroy(JitterBuffer *jitter) in jitter_buffer_destroy() 366 EXPORT void jitter_buffer_put(JitterBuffer *jitter, const JitterBufferPacket *packet) in jitter_buffer_put() 463 EXPORT int jitter_buffer_get(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t desired_span, spx_int32_t *start_offset) in jitter_buffer_get() 676 EXPORT int jitter_buffer_get_another(JitterBuffer *jitter, JitterBufferPacket *packet) in jitter_buffer_get_another() 735 EXPORT int jitter_buffer_update_delay(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t *start_offset) in jitter_buffer_update_delay() 745 EXPORT int jitter_buffer_get_pointer_timestamp(JitterBuffer *jitter) in jitter_buffer_get_pointer_timestamp() 750 EXPORT void jitter_buffer_tick(JitterBuffer *jitter) in jitter_buffer_tick() 766 EXPORT voi [all...] |
H A D | scal.c | 85 EXPORT SpeexDecorrState *speex_decorrelate_new(int rate, int channels, int frame_size) in speex_decorrelate_new() 141 EXPORT void speex_decorrelate(SpeexDecorrState *st, const spx_int16_t *in, spx_int16_t *out, int strength) in speex_decorrelate() 278 EXPORT void speex_decorrelate_destroy(SpeexDecorrState *st) in speex_decorrelate_destroy()
|
/third_party/skia/tests/ |
H A D | CanvasStateHelpers.h | 24 // #define EXPORT _declspec(dllexport) 26 #define EXPORT macro 42 extern "C" bool EXPORT complex_layers_draw_from_canvas_state(SkCanvasState* state, 58 extern "C" bool EXPORT complex_clips_draw_from_canvas_state(SkCanvasState* state,
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Glob.pm | 9 use vars qw($VERSION @ISA @EXPORT); 13 @EXPORT = qw(glob);
|
H A D | OID.pm | 19 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 21 @EXPORT = qw(parse_oid encode_oid register_oid 69 =head1 EXPORT
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Glob.pm | 9 use vars qw($VERSION @ISA @EXPORT); 13 @EXPORT = qw(glob);
|
H A D | OID.pm | 19 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 21 @EXPORT = qw(parse_oid encode_oid register_oid 69 =head1 EXPORT
|
/third_party/pulseaudio/src/utils/ |
H A D | pax11publish.c | 45 enum { DUMP, EXPORT, IMPORT, REMOVE } mode = DUMP; in main() enumerator 70 mode = EXPORT; in main() 147 case EXPORT: { in main()
|
/third_party/cups-filters/scripting/perl/ |
H A D | CUPS.pm | 19 # If you do not need this, moving things directly into @EXPORT or @EXPORT_OK 39 our @EXPORT = qw( 115 =head2 EXPORT
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/ |
H A D | Simple.pm | 14 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 17 @EXPORT = qw(simple_test);
|
H A D | Utils.pm | 14 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 17 @EXPORT = qw(alldisabled anydisabled disabled config available_protocols
|
/third_party/openssl/util/perl/OpenSSL/Test/ |
H A D | Simple.pm | 14 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 17 @EXPORT = qw(simple_test);
|
H A D | Utils.pm | 14 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 17 @EXPORT = qw(alldisabled anydisabled disabled config available_protocols
|
/third_party/mksh/ |
H A D | var.c | 41 * if (flag&EXPORT), val.s contains "name=value" for E-Z exporting. 363 (EXPORT | INTEGER | RDONLY | LJUST | RJUST | in local() 487 if ((vq->flag&EXPORT)) in setstr() 758 * (INTEGER, RDONLY, EXPORT, TRACE, LJUST, RJUST, ZEROFIL, LCASEV, 949 (val || clr || (set & ~(EXPORT | RDONLY)))) in vtypeset() 1051 if ((vpbase->flag & (EXPORT|INTEGER)) == EXPORT && in vtypeset() 1182 (vp->flag&(ISSET|EXPORT)) == (ISSET|EXPORT)) { in makenv() 1191 vp2->flag &= ~EXPORT; in makenv() [all...] |
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Util/ |
H A D | Pod.pm | 14 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 17 @EXPORT = qw(extract_pod_info);
|
/third_party/openssl/util/perl/OpenSSL/Util/ |
H A D | Pod.pm | 14 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 17 @EXPORT = qw(extract_pod_info);
|
/third_party/curl/tests/ |
H A D | valgrind.pm | 33 our @EXPORT = qw(
|
H A D | globalconfig.pm | 36 our @EXPORT = qw(
|
H A D | appveyor.pm | 34 our @EXPORT = qw(
|
H A D | directories.pm | 33 our @EXPORT = qw(
|
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/ |
H A D | rc4-parisc.pl | 153 .EXPORT RC4,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=GR 256 .EXPORT RC4_set_key,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR 300 .EXPORT RC4_options,ENTRY
|
/third_party/openssl/crypto/rc4/asm/ |
H A D | rc4-parisc.pl | 153 .EXPORT RC4,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=GR 256 .EXPORT RC4_set_key,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR 300 .EXPORT RC4_options,ENTRY
|