Home
last modified time | relevance | path

Searched refs:arpcalc (Results 1 – 3 of 3) sorted by relevance

/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Dlds_play.c667 Uint16 arpcalc = i->arp_tab[0] << 4; in lds_playsound() local
669 if(arpcalc > 0x800) in lds_playsound()
670 tunehigh = tunehigh - (arpcalc ^ 0xff0) - 16; in lds_playsound()
672 tunehigh += arpcalc; in lds_playsound()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dlds.cpp562 unsigned short arpcalc = i->arp_tab[0] << 4; in playsound() local
564 if(arpcalc > 0x800) in playsound()
565 tunehigh = tunehigh - (arpcalc ^ 0xff0) - 16; in playsound()
567 tunehigh += arpcalc; in playsound()
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dlds.cpp562 unsigned short arpcalc = i->arp_tab[0] << 4; in playsound() local
564 if(arpcalc > 0x800) in playsound()
565 tunehigh = tunehigh - (arpcalc ^ 0xff0) - 16; in playsound()
567 tunehigh += arpcalc; in playsound()