Home
last modified time | relevance | path

Searched refs:fbmod (Results 1 – 25 of 31) sorted by relevance

12

/dports/net/mosh/mosh-1.3.2/src/examples/
H A Dbenchmark.cc69 int fbmod = 0; in main() local
88 Framebuffer *local_framebuffer = &(local_framebuffers[ fbmod ]); in main()
89 Framebuffer *new_state = &(local_framebuffers[ !fbmod ]); in main()
118 fbmod = !fbmod; in main()
119 local_framebuffer = &(local_framebuffers[ fbmod ]); in main()
120 new_state = &(local_framebuffers[ !fbmod ]); in main()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/opl/
H A Dopl3.c672 slot->fbmod = (slot->prout + slot->out) >> (0x09 - slot->channel->fb); in OPL3_SlotCalcFB()
676 slot->fbmod = 0; in OPL3_SlotCalcFB()
834 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
838 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
857 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
867 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
877 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
887 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
903 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
911 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
H A Dopl3.h56 Bit16s fbmod; member
/dports/games/chocolate-doom/chocolate-doom-3.0.1/opl/
H A Dopl3.c660 slot->fbmod = (slot->prout + slot->out) >> (0x09 - slot->channel->fb); in OPL3_SlotCalcFB()
664 slot->fbmod = 0; in OPL3_SlotCalcFB()
822 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
826 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
845 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
855 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
865 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
875 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
891 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
899 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
H A Dopl3.h54 Bit16s fbmod; member
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/dosbox/
H A Dnukedopl.cpp647 slot->fbmod = (slot->prout + slot->out) >> (0x09 - slot->channel->fb); in OPL3_SlotCalcFB()
651 slot->fbmod = 0; in OPL3_SlotCalcFB()
809 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
813 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
832 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
842 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
852 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
862 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
878 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
886 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
H A Dnukedopl.h34 Bit16s fbmod; member
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dnukedopl.c663 slot->fbmod = (slot->prout + slot->out) >> (0x09 - slot->channel->fb); in OPL3_SlotCalcFB()
667 slot->fbmod = 0; in OPL3_SlotCalcFB()
825 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
829 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
848 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
858 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
868 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
878 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
894 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
902 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
H A Dnukedopl.h57 Bit16s fbmod; member
/dports/games/zdoom/zdoom-2.8.1/src/oplsynth/
H A Dnukedopl3.cpp425 slot->fbmod = (slot->prout[0] + slot->prout[1]) >> (0x09 - slot->channel->fb); in slot_calcfb()
428 slot->fbmod = 0; in slot_calcfb()
552 channel->slots[0]->mod = &channel->slots[0]->fbmod; in chan_setupalg()
556 channel->slots[0]->mod = &channel->slots[0]->fbmod; in chan_setupalg()
572 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in chan_setupalg()
582 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in chan_setupalg()
592 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in chan_setupalg()
602 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in chan_setupalg()
616 channel->slots[0]->mod = &channel->slots[0]->fbmod; in chan_setupalg()
624 channel->slots[0]->mod = &channel->slots[0]->fbmod; in chan_setupalg()
H A Dnukedopl3.h163 Bit16s fbmod; member
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dopl3.c660 slot->fbmod = (slot->prout + slot->out) >> (0x09 - slot->channel->fb); in OPL3_SlotCalcFB()
664 slot->fbmod = 0; in OPL3_SlotCalcFB()
822 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
826 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
845 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
855 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
865 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
875 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
891 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
899 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
H A Dopl3.h54 Bit16s fbmod; member
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/adlmidi/chips/nuked/
H A Dnukedopl3.c675 slot->fbmod = (slot->prout + slot->out) >> (0x09 - slot->channel->fb); in OPL3_SlotCalcFB()
679 slot->fbmod = 0; in OPL3_SlotCalcFB()
837 channel->slotz[0]->mod = &channel->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
841 channel->slotz[0]->mod = &channel->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
860 channel->pair->slotz[0]->mod = &channel->pair->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
870 channel->pair->slotz[0]->mod = &channel->pair->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
880 channel->pair->slotz[0]->mod = &channel->pair->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
890 channel->pair->slotz[0]->mod = &channel->pair->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
906 channel->slotz[0]->mod = &channel->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
914 channel->slotz[0]->mod = &channel->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
H A Dnukedopl3_174.c613 slot->fbmod = (slot->prout + slot->out) >> (0x09 - slot->channel->fb); in OPL3_SlotCalcFB()
617 slot->fbmod = 0; in OPL3_SlotCalcFB()
775 channel->slotz[0]->mod = &channel->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
779 channel->slotz[0]->mod = &channel->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
798 channel->pair->slotz[0]->mod = &channel->pair->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
808 channel->pair->slotz[0]->mod = &channel->pair->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
818 channel->pair->slotz[0]->mod = &channel->pair->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
828 channel->pair->slotz[0]->mod = &channel->pair->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
844 channel->slotz[0]->mod = &channel->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
852 channel->slotz[0]->mod = &channel->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
H A Dnukedopl3_174.h63 Bit16s fbmod; member
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/nuked/
H A Dopl3.c699 slot->fbmod = (slot->prout + slot->out) >> (0x09 - slot->channel->fb); in OPL3_SlotCalcFB()
703 slot->fbmod = 0; in OPL3_SlotCalcFB()
861 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
865 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
884 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
894 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
904 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
914 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
930 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
938 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
H A Dopl3.h57 int16_t fbmod; member
/dports/games/NBlood/NBlood-a1689a4/source/audiolib/src/
H A Dopl3.cpp685 slot->fbmod = (slot->prout + slot->out) >> (0x09 - slot->channel->fb); in OPL3_SlotCalcFB()
689 slot->fbmod = 0; in OPL3_SlotCalcFB()
847 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
851 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
870 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
880 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
890 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
900 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
916 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
924 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/oplsynth/
H A Dnukedopl3.cpp428 slot->fbmod = (slot->prout[0] + slot->prout[1]) >> (0x09 - slot->channel->fb); in slot_calcfb()
431 slot->fbmod = 0; in slot_calcfb()
555 channel->slots[0]->mod = &channel->slots[0]->fbmod; in chan_setupalg()
559 channel->slots[0]->mod = &channel->slots[0]->fbmod; in chan_setupalg()
575 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in chan_setupalg()
585 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in chan_setupalg()
595 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in chan_setupalg()
605 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in chan_setupalg()
619 channel->slots[0]->mod = &channel->slots[0]->fbmod; in chan_setupalg()
627 channel->slots[0]->mod = &channel->slots[0]->fbmod; in chan_setupalg()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/adlmidi/chips/nuked/
H A Dnukedopl3_174.c639 slot->fbmod = (slot->prout + slot->out) >> (0x09 - slot->channel->fb); in OPL3_SlotCalcFB()
643 slot->fbmod = 0; in OPL3_SlotCalcFB()
801 channel->slotz[0]->mod = &channel->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
805 channel->slotz[0]->mod = &channel->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
824 channel->pair->slotz[0]->mod = &channel->pair->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
834 channel->pair->slotz[0]->mod = &channel->pair->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
844 channel->pair->slotz[0]->mod = &channel->pair->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
854 channel->pair->slotz[0]->mod = &channel->pair->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
870 channel->slotz[0]->mod = &channel->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
878 channel->slotz[0]->mod = &channel->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
H A Dnukedopl3.c903 slot->fbmod = (slot->prout + slot->out) >> (0x09 - slot->channel->fb); in OPL3_SlotCalcFB()
907 slot->fbmod = 0; in OPL3_SlotCalcFB()
1065 channel->slotz[0]->mod = &channel->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
1069 channel->slotz[0]->mod = &channel->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
1088 channel->pair->slotz[0]->mod = &channel->pair->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
1098 channel->pair->slotz[0]->mod = &channel->pair->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
1108 channel->pair->slotz[0]->mod = &channel->pair->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
1118 channel->pair->slotz[0]->mod = &channel->pair->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
1134 channel->slotz[0]->mod = &channel->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
1142 channel->slotz[0]->mod = &channel->slotz[0]->fbmod; in OPL3_ChannelSetupAlg()
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/opl/
H A Dnuked.cpp679 slot->fbmod = (slot->prout + slot->out) >> (0x09 - slot->channel->fb); in OPL3_SlotCalcFB()
683 slot->fbmod = 0; in OPL3_SlotCalcFB()
841 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
845 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
864 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
874 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
884 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
894 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
910 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
918 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/opl/
H A Dnuked.cpp683 slot->fbmod = (slot->prout + slot->out) >> (0x09 - slot->channel->fb); in OPL3_SlotCalcFB()
687 slot->fbmod = 0; in OPL3_SlotCalcFB()
845 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
849 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
870 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
880 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
890 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
900 channel->pair->slots[0]->mod = &channel->pair->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
918 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
926 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/oplsynth/oplsynth/
H A Dnukedopl3.h166 Bit16s fbmod;

12