Home
last modified time | relevance | path

Searched refs:_hndl (Results 1 – 5 of 5) sorted by relevance

/dports/lang/guile/guile-3.0.7/libguile/
H A Ddynl.c34 #define dlsym(_hndl,_nam) (dlsym_w32((_hndl),(_nam))) argument
35 #define dlclose(_hndl) (dlclose_w32((_hndl))) argument
/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/src/
H A Dwildmidi_lib.c181 struct _hndl { struct
183 struct _hndl *next; argument
184 struct _hndl *prev; argument
187 static struct _hndl * first_handle = NULL;
777 struct _hndl *tmp_handle = NULL; in add_handle()
780 first_handle = (struct _hndl *) malloc(sizeof(struct _hndl)); in add_handle()
794 tmp_handle->next = (struct _hndl *) malloc(sizeof(struct _hndl)); in add_handle()
1594 struct _hndl * tmp_handle; in WildMidi_Close()
/dports/devel/ga/ga-5.8/pario/dra/
H A Ddisk.arrays.c162 sect.handle = _hndl;\
314 #define nfill_sectionM(sect, _hndl, _ndim, _lo, _hi) \ argument
317 sect.handle = _hndl; \
329 Integer _hndl = (ds_a)->handle+DRA_OFFSET; \
330 Integer _R = (DRA[_hndl].dims[0]+DRA[_hndl].chunk[0]-1)/DRA[_hndl].chunk[0]; \
331 (ds_a)->ndim = DRA[_hndl].ndim; \
333 for (_i=1; _i<DRA[_hndl].ndim; _i++) { \
335 _R = (DRA[_hndl].dims[_i]+DRA[_hndl].chunk[_i]-1)/DRA[_hndl].chunk[_i]; \
338 for (_i=0; _i<DRA[_hndl].ndim; _i++) { \
341 if ((ds_a)->hi[_i] > DRA[_hndl].dims[_i]) \
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/wildmidi/
H A Dwildmidi_lib.cpp257 struct _hndl { struct
259 struct _hndl *next; argument
260 struct _hndl *prev; argument
263 static struct _hndl *first_handle = NULL;
2040 struct _hndl *tmp_handle = NULL; in add_handle()
2043 first_handle = (struct _hndl*)malloc(sizeof(struct _hndl)); in add_handle()
2057 tmp_handle->next = (struct _hndl*)malloc(sizeof(struct _hndl)); in add_handle()
2592 struct _hndl * tmp_handle = first_handle; in WildMidi_MasterVolume()
2612 struct _hndl * tmp_handle; in WildMidi_Close()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wildmidi/src/
H A Dwildmidi_lib.c440 struct _hndl { struct
442 struct _hndl *next; argument
443 struct _hndl *prev; argument
446 struct _hndl * first_handle = NULL;
3427 struct _hndl *tmp_handle = NULL;
3500 first_handle = malloc(sizeof(struct _hndl));
3517 tmp_handle->next = malloc(sizeof(struct _hndl));
3766 struct _hndl * tmp_handle = first_handle;
3796 struct _hndl * tmp_handle;
5078 struct _hndl * tmp_hdle;