Home
last modified time | relevance | path

Searched refs:SLBUFSIZE (Results 1 – 13 of 13) sorted by relevance

/dports/audio/libmikmod/libmikmod-3.3.11.1/playercode/
H A Dsloader.c46 #define SLBUFSIZE 2048 macro
59 if(!(sl_buffer=(SWORD*)MikMod_malloc(SLBUFSIZE*sizeof(SWORD)))) return 0; in SL_Init()
240 stodo=(length<SLBUFSIZE)?length:SLBUFSIZE; in SL_LoadInternal()
/dports/games/uqm/uqm-0.8.0/src/libs/mikmod/
H A Dsloader.c46 #define SLBUFSIZE 2048 macro
59 if(!(sl_buffer=MikMod_malloc(SLBUFSIZE*sizeof(SWORD)))) return 0; in SL_Init()
236 stodo=(length<SLBUFSIZE)?length:SLBUFSIZE; in SL_LoadInternal()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/libunimod/
H A Dmloader.c76 #define SLBUFSIZE 2048 macro
107 if (!(sl_buffer = _mm_malloc (SLBUFSIZE * sizeof (SWORD)))) in SL_Init()
317 stodo = (length < SLBUFSIZE) ? length : SLBUFSIZE; in SL_LoadInternal()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/libunimod/
H A Dmloader.c76 #define SLBUFSIZE 2048 macro
107 if (!(sl_buffer = _mm_malloc (SLBUFSIZE * sizeof (SWORD)))) in SL_Init()
317 stodo = (length < SLBUFSIZE) ? length : SLBUFSIZE; in SL_LoadInternal()
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/libunimod/
H A Dmloader.c76 #define SLBUFSIZE 2048 macro
107 if (!(sl_buffer = _mm_malloc (SLBUFSIZE * sizeof (SWORD)))) in SL_Init()
317 stodo = (length < SLBUFSIZE) ? length : SLBUFSIZE; in SL_LoadInternal()
/dports/audio/timidity++-slang/TiMidity++-2.15.0/libunimod/
H A Dmloader.c76 #define SLBUFSIZE 2048 macro
107 if (!(sl_buffer = _mm_malloc (SLBUFSIZE * sizeof (SWORD)))) in SL_Init()
317 stodo = (length < SLBUFSIZE) ? length : SLBUFSIZE; in SL_LoadInternal()
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/libunimod/
H A Dmloader.c76 #define SLBUFSIZE 2048 macro
107 if (!(sl_buffer = _mm_malloc (SLBUFSIZE * sizeof (SWORD)))) in SL_Init()
317 stodo = (length < SLBUFSIZE) ? length : SLBUFSIZE; in SL_LoadInternal()
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/libunimod/
H A Dmloader.c76 #define SLBUFSIZE 2048 macro
107 if (!(sl_buffer = _mm_malloc (SLBUFSIZE * sizeof (SWORD)))) in SL_Init()
317 stodo = (length < SLBUFSIZE) ? length : SLBUFSIZE; in SL_LoadInternal()
/dports/audio/timidity++/TiMidity++-2.15.0/libunimod/
H A Dmloader.c76 #define SLBUFSIZE 2048 macro
107 if (!(sl_buffer = _mm_malloc (SLBUFSIZE * sizeof (SWORD)))) in SL_Init()
317 stodo = (length < SLBUFSIZE) ? length : SLBUFSIZE; in SL_LoadInternal()
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/libunimod/
H A Dmloader.c76 #define SLBUFSIZE 2048 macro
107 if (!(sl_buffer = _mm_malloc (SLBUFSIZE * sizeof (SWORD)))) in SL_Init()
317 stodo = (length < SLBUFSIZE) ? length : SLBUFSIZE; in SL_LoadInternal()
/dports/audio/timidity++-motif/TiMidity++-2.15.0/libunimod/
H A Dmloader.c76 #define SLBUFSIZE 2048 macro
107 if (!(sl_buffer = _mm_malloc (SLBUFSIZE * sizeof (SWORD)))) in SL_Init()
317 stodo = (length < SLBUFSIZE) ? length : SLBUFSIZE; in SL_LoadInternal()
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_strip.c185 #define SLBUFSIZE (SLMAX + BUFOFFSET) macro
427 sc->sc_rxbuf = p + SLBUFSIZE - SLMAX; in stripinit()
440 sc->sc_txbuf = (u_char *)p + SLBUFSIZE - SLMAX; in stripinit()
576 free((void *)(sc->sc_rxbuf - SLBUFSIZE + SLMAX), M_DEVBUF); in stripclose()
580 free((void *)(sc->sc_txbuf - SLBUFSIZE + SLMAX), M_DEVBUF); in stripclose()
H A Dif_sl.c154 #define SLBUFSIZE (SLMAX + BUFOFFSET) macro