Home
last modified time | relevance | path

Searched refs:DLL_EXPORT (Results 1 – 25 of 1448) sorted by relevance

12345678910>>...58

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/libtwolame/
H A Dtwolame.h44 #define DLL_EXPORT macro
47 #define DLL_EXPORT __declspec(dllexport)
49 #define DLL_EXPORT __declspec(dllimport)
53 #define DLL_EXPORT
129 DLL_EXPORT const char *get_twolame_version(void);
137 DLL_EXPORT const char *get_twolame_url(void);
162 DLL_EXPORT twolame_options *twolame_init(void);
176 DLL_EXPORT int twolame_init_params(twolame_options * glopts);
287 DLL_EXPORT void twolame_close(twolame_options ** glopts);
735 DLL_EXPORT int twolame_get_VBR(twolame_options * glopts);
[all …]
/dports/devel/indi/indi-1.9.1/libs/dsp/
H A Ddsp.h26 #ifndef DLL_EXPORT
27 #define DLL_EXPORT extern macro
245 DLL_EXPORT dsp_t* dsp_fourier_idft(dsp_stream_p stream);
251 DLL_EXPORT void dsp_fourier_fft(dsp_stream_p stream);
257 DLL_EXPORT void dsp_fourier_ifft(dsp_stream_p stream);
541 DLL_EXPORT void dsp_buffer_shift(dsp_stream_p stream);
860 DLL_EXPORT dsp_stream_p dsp_stream_new();
867 DLL_EXPORT void dsp_stream_free(dsp_stream_p stream);
978 DLL_EXPORT void dsp_stream_crop(dsp_stream_p stream);
1071 DLL_EXPORT void dsp_stream_rotate(dsp_stream_p stream);
[all …]
/dports/emulators/hercules/hercules-3.13/
H A Dhsys.c10 DLL_EXPORT SYSBLK sysblk;
13 DLL_EXPORT int extgui = 0;
17 DLL_EXPORT int (*debug_tt32_stats)(int) = NULL;
18 DLL_EXPORT void (*debug_tt32_tracing)(int) = NULL;
22 DLL_EXPORT void *(*panel_command) (void *);
23 DLL_EXPORT void (*panel_display) (void);
24 DLL_EXPORT void (*daemon_task) (void);
27 DLL_EXPORT void *(*debug_cpu_state) (REGS *);
28 DLL_EXPORT void *(*debug_cd_cmd) (char *);
29 DLL_EXPORT void *(*debug_device_state) (DEVBLK *);
[all …]
H A Dhdl.h22 #define HDL_DLL_IMPORT DLL_EXPORT
32 #define HDM_DLL_IMPORT DLL_EXPORT
172 DLL_EXPORT
186 DLL_EXPORT
188 DLL_EXPORT
192 DLL_EXPORT
195 DLL_EXPORT
198 DLL_EXPORT
201 DLL_EXPORT
203 DLL_EXPORT
[all …]
H A Dpttrace.c29 DLL_EXPORT void ptt_trace_init (int n, int init) in ptt_trace_init()
65 DLL_EXPORT int ptt_cmd(int argc, char *argv[], char* cmdline) in ptt_cmd()
320 DLL_EXPORT int ptt_pthread_mutex_lock(LOCK *mutex, char *loc) in ptt_pthread_mutex_lock()
355 DLL_EXPORT int ptt_pthread_cond_signal(COND *cond, char *loc) in ptt_pthread_cond_signal()
394 DLL_EXPORT int ptt_pthread_create(pthread_t *tid, ATTR *attr, in ptt_pthread_create()
415 DLL_EXPORT int ptt_pthread_detach(pthread_t tid, char *loc) in ptt_pthread_detach()
437 DLL_EXPORT int ptt_pthread_mutex_lock(LOCK *mutex, char *loc) in ptt_pthread_mutex_lock()
473 DLL_EXPORT int ptt_pthread_cond_signal(COND *cond, char *loc) in ptt_pthread_cond_signal()
512 DLL_EXPORT int ptt_pthread_create(fthread_t *tid, ATTR *attr, in ptt_pthread_create()
532 DLL_EXPORT int ptt_pthread_detach(fthread_t tid, char *loc) in ptt_pthread_detach()
[all …]
H A Dhscutl.c73 DLL_EXPORT int herc_getopt_long(int ac, in herc_getopt_long()
100 DLL_EXPORT void strerror_r_init(void) in strerror_r_init()
158 DLL_EXPORT size_t
219 DLL_EXPORT size_t
487 DLL_EXPORT void list_all_symbols(void) in list_all_symbols()
499 DLL_EXPORT void kill_all_symbols(void) in kill_all_symbols()
537 DLL_EXPORT int timeval_subtract in timeval_subtract()
570 DLL_EXPORT int timeval_add in timeval_add()
745 DLL_EXPORT void cause_crash() in cause_crash()
756 DLL_EXPORT int hgetc(int s) in hgetc()
[all …]
H A Dlogmsg.c107 DLL_EXPORT int log_open(LOG_WRITER *lw,LOG_CLOSER *lc,void *uw) in log_open()
126 DLL_EXPORT void log_close(void) in log_close()
149 DLL_EXPORT void logmsg(char *msg,...) in logmsg()
173 DLL_EXPORT void logmsgp(char *msg,...) in logmsgp()
197 DLL_EXPORT void logmsgb(char *msg,...) in logmsgb()
221 DLL_EXPORT void logdevtr(DEVBLK *dev,char *msg,...) in logdevtr()
247 DLL_EXPORT void log_write(int panel,char *msg) in log_write()
283 DLL_EXPORT void log_capture_writer(void *vcd,char *msg) in log_capture_writer()
302 DLL_EXPORT void log_capture_closer(void *vcd) in log_capture_closer()
308 DLL_EXPORT char *log_capture(void *(*fun)(void *),void *p) in log_capture()
H A Dfthreads.c848 DLL_EXPORT
955 DLL_EXPORT
971 DLL_EXPORT
1046 DLL_EXPORT
1106 DLL_EXPORT
1128 DLL_EXPORT
1150 DLL_EXPORT
1175 DLL_EXPORT
1200 DLL_EXPORT
1221 DLL_EXPORT
[all …]
H A Dw32util.c59 DLL_EXPORT void EnableInvalidParameterHandling() in EnableInvalidParameterHandling()
123 DLL_EXPORT char* w32_strerror( int errnum ) in w32_strerror()
365 DLL_EXPORT pid_t fork( void ) in fork()
377 DLL_EXPORT int sched_yield ( void ) in sched_yield()
756 DLL_EXPORT int scandir in scandir()
994 DLL_EXPORT char* getlogin ( void ) in getlogin()
1384 DLL_EXPORT
1476 DLL_EXPORT int socket_init ( void ) in socket_init()
1514 DLL_EXPORT int socket_deinit ( void ) in socket_deinit()
1551 DLL_EXPORT long gethostid( void ) in gethostid()
[all …]
H A Dhostopts.h161 #define DLL_EXPORT __declspec ( dllexport ) macro
164 #define DLL_EXPORT macro
232 #define DLL_EXPORT macro
254 #define DLL_EXPORT macro
282 #define DLL_EXPORT macro
308 #define DLL_EXPORT macro
342 #define DLL_EXPORT macro
H A Dhetlib.c135 DLL_EXPORT int
317 DLL_EXPORT int
460 DLL_EXPORT int
618 DLL_EXPORT int
750 DLL_EXPORT int
1210 DLL_EXPORT int
1421 DLL_EXPORT int
1524 DLL_EXPORT int
1616 DLL_EXPORT int
1717 DLL_EXPORT int
[all …]
H A Dhexterns.h14 #define HSYS_DLL_IMPORT DLL_EXPORT
24 #define CCKD_DLL_IMPORT DLL_EXPORT
34 #define HHDL_DLL_IMPORT DLL_EXPORT
44 #define HCMD_DLL_IMPORT DLL_EXPORT
54 #define CMDT_DLL_IMPORT DLL_EXPORT
64 #define HAO_DLL_IMPORT DLL_EXPORT
74 #define HPAN_DLL_IMPORT DLL_EXPORT
84 #define IMPL_DLL_IMPORT DLL_EXPORT
94 #define CCDU_DLL_IMPORT DLL_EXPORT
104 #define CONF_DLL_IMPORT DLL_EXPORT
[all …]
/dports/graphics/blender/blender-2.91.0/extern/draco/src/
H A Ddraco-compressor.h51 DLL_EXPORT(void)
57 DLL_EXPORT(void)
63 DLL_EXPORT(void)
69 DLL_EXPORT(void)
75 DLL_EXPORT(void)
83 DLL_EXPORT(bool)
90 DLL_EXPORT(bool)
98 DLL_EXPORT(uint64_t)
108 DLL_EXPORT(void)
117 DLL_EXPORT(void)
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/tests/src/Simple/PInvoke/
H A DPInvokeNative.cpp10 #define DLL_EXPORT extern "C" __declspec(dllexport) macro
44 DLL_EXPORT int __stdcall Square(int intValue) in Square()
49 DLL_EXPORT int __stdcall IsTrue(bool value) in IsTrue()
88 DLL_EXPORT int __stdcall Inc(int *val) in Inc()
97 DLL_EXPORT int __stdcall VerifyByRefFoo(Foo *val) in VerifyByRefFoo()
110 DLL_EXPORT bool __stdcall GetNextChar(short *value) in GetNextChar()
213 DLL_EXPORT void __stdcall ToUpper(char **val) in ToUpper()
284 DLL_EXPORT bool __stdcall LastErrorTest() in LastErrorTest()
341 DLL_EXPORT StringFuncPtr __stdcall GetDelegate() in GetDelegate()
615 DLL_EXPORT bool __stdcall IsNULL(void *a) in IsNULL()
[all …]
/dports/astro/phd2/phd2-2.6.10/cameras/
H A DSXUSB.h38 #define DLL_EXPORT __declspec(dllexport) macro
169 DLL_EXPORT LONG sxReset(HANDLE sxHandle);
175 DLL_EXPORT LONG sxSetShutter(HANDLE sxHandle, USHORT state);
176 DLL_EXPORT ULONG sxSetTimer(HANDLE sxHandle, ULONG msec);
177 DLL_EXPORT ULONG sxGetTimer(HANDLE sxHandle);
184 DLL_EXPORT USHORT sxGetCameraModel(HANDLE sxHandle);
186 DLL_EXPORT ULONG sxGetFirmwareVersion(HANDLE sxHandle);
187 DLL_EXPORT USHORT sxGetBuildNumber(HANDLE sxHandle);
188 DLL_EXPORT int sxOpen(HANDLE *sxHandles);
189 DLL_EXPORT void sxClose(HANDLE sxHandle);
[all …]
/dports/graphics/mapcache/mapcache-1.10.0/include/
H A Dezxml.h38 # define DLL_EXPORT __declspec(dllexport) macro
40 #define DLL_EXPORT
71 DLL_EXPORT ezxml_t ezxml_parse_fd(int fd);
79 DLL_EXPORT ezxml_t ezxml_parse_fp(FILE *fp);
91 DLL_EXPORT ezxml_t ezxml_idx(ezxml_t xml, int idx);
108 DLL_EXPORT ezxml_t ezxml_get(ezxml_t xml, ...);
112 DLL_EXPORT char *ezxml_toxml(ezxml_t xml);
119 DLL_EXPORT void ezxml_free(ezxml_t xml);
122 DLL_EXPORT const char *ezxml_error(ezxml_t xml);
125 DLL_EXPORT ezxml_t ezxml_new(const char *name);
[all …]
/dports/audio/zmusic/ZMusic-1.1.8/source/zmusic/
H A Dzmusic.cpp399 DLL_EXPORT void ZMusic_Pause(MusInfo *song) in ZMusic_Pause()
405 DLL_EXPORT void ZMusic_Resume(MusInfo *song) in ZMusic_Resume()
411 DLL_EXPORT void ZMusic_Update(MusInfo *song) in ZMusic_Update()
417 DLL_EXPORT zmusic_bool ZMusic_IsPlaying(MusInfo *song) in ZMusic_IsPlaying()
423 DLL_EXPORT void ZMusic_Stop(MusInfo *song) in ZMusic_Stop()
443 DLL_EXPORT int ZMusic_GetDeviceType(MusInfo* song) in ZMusic_GetDeviceType()
449 DLL_EXPORT zmusic_bool ZMusic_IsMIDI(MusInfo *song) in ZMusic_IsMIDI()
463 DLL_EXPORT void ZMusic_Close(MusInfo *song) in ZMusic_Close()
469 DLL_EXPORT void ZMusic_VolumeChanged(MusInfo *song) in ZMusic_VolumeChanged()
478 DLL_EXPORT const char *ZMusic_GetStats(MusInfo *song) in ZMusic_GetStats()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/tests/integration_tests/
H A Dhooking_dll.h11 #define DLL_EXPORT __declspec(dllexport) macro
13 #define DLL_EXPORT __declspec(dllimport) macro
25 DLL_EXPORT void SetHook(HHOOK hook_handle);
26 DLL_EXPORT bool WasHookCalled();
27 DLL_EXPORT LRESULT HookProc(int code, WPARAM w_param, LPARAM l_param);
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/include/mysql-8.0/mysql/components/
H A Dcomponent_implementation.h289 #define DLL_EXPORT extern "C" __declspec(dllexport) macro
291 #define DLL_EXPORT __declspec(dllexport) macro
295 #define DLL_EXPORT extern "C" macro
297 #define DLL_EXPORT macro
318 DLL_EXPORT mysql_component_t *list_components() { \
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/include/mysql/components/
H A Dcomponent_implementation.h320 #define DLL_EXPORT extern "C" __declspec(dllexport) macro
323 #define DLL_EXPORT __declspec(dllexport) macro
328 #define DLL_EXPORT extern "C" __attribute__((visibility("default"))) macro
331 #define DLL_EXPORT __attribute__((visibility("default"))) macro
353 DLL_EXPORT mysql_component_t *list_components() { \
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/server/
H A Dmain.cpp52 #define DLL_EXPORT __declspec(dllexport) macro
54 #define DLL_EXPORT macro
175 extern "C" DLL_EXPORT IPlugin* GetPlugin() { in GetPlugin()
179 extern "C" DLL_EXPORT IPlaybackRemote* GetPlaybackRemote() { in GetPlaybackRemote()
183 extern "C" DLL_EXPORT void SetEnvironment(musik::core::sdk::IEnvironment* env) { in SetEnvironment()
189 extern "C" DLL_EXPORT void SetPreferences(musik::core::sdk::IPreferences* prefs) { in SetPreferences()
208 extern "C" DLL_EXPORT void SetMetadataProxy(musik::core::sdk::IMetadataProxy* metadataProxy) { in SetMetadataProxy()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/stockencoders/
H A Dmain.cpp49 #define DLL_EXPORT __declspec(dllexport) macro
51 #define DLL_EXPORT macro
157 extern "C" DLL_EXPORT IPlugin* GetPlugin() { in GetPlugin()
161 extern "C" DLL_EXPORT IEncoderFactory* GetEncoderFactory() { in GetEncoderFactory()
165 extern "C" DLL_EXPORT void SetEnvironment(musik::core::sdk::IEnvironment* env) { in SetEnvironment()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/scriptedwizard/resources/dll/files/
H A Dmain.h11 #define DLL_EXPORT __declspec(dllexport) macro
13 #define DLL_EXPORT __declspec(dllimport) macro
22 void DLL_EXPORT SomeFunction(const LPCSTR sometext);
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/jitinterface/
H A Dcorinfoexception.cpp8 DLL_EXPORT CorInfoException* AllocException(const WCHAR* message, int messageLength) in AllocException()
13 DLL_EXPORT void FreeException(CorInfoException* pException) in FreeException()
18 DLL_EXPORT const WCHAR* GetExceptionMessage(const CorInfoException* pException) in GetExceptionMessage()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A DRT_Jitter_Interface.h44 DLL_EXPORT int JITCompile(const char* kernelName,
61 DLL_EXPORT void freeBlock(void* ptr);
70 DLL_EXPORT void getJITVersion(unsigned int& majorV, unsigned int& minorV);

12345678910>>...58