Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dlds.h76 static const unsigned short maxsound, maxpos; variable
H A Dlds.cpp70 const unsigned short CldsPlayer::maxsound = 0x3f, CldsPlayer::maxpos = 0xff; member in CldsPlayer
302 sound = (comlo + transp) & maxsound; in update()
305 sound = comlo & maxsound; in update()
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dlds.h76 static const unsigned short maxsound, maxpos; variable
H A Dlds.cpp70 const unsigned short CldsPlayer::maxsound = 0x3f, CldsPlayer::maxpos = 0xff; member in CldsPlayer
302 sound = (comlo + transp) & maxsound; in update()
305 sound = comlo & maxsound; in update()
/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Dlds_play.c72 static const Uint16 maxsound = 0x3f, maxpos = 0xff; variable
434 sound = (comlo + transp) & maxsound; in lds_update()
437 sound = comlo & maxsound; in lds_update()