Home
last modified time | relevance | path

Searched refs:sbng1Ptr (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/he/
H A Dsound_he.cpp815 byte *sbng1Ptr, *sbng2Ptr; in createSound() local
821 sbng1Ptr = NULL; in createSound()
851 sbng1Ptr = heFindResource(MKTAG('S','B','N','G'), snd1Ptr); in createSound()
855 if (sbng1Ptr != NULL && sbng2Ptr != NULL) { in createSound()
861 dst = sbng1Ptr + 8; in createSound()
862 size = READ_BE_UINT32(sbng1Ptr + 4); in createSound()
863 len = sbng1Ptr - snd1Ptr + size - curOffs; in createSound()
868 dst = sbng1Ptr + 8; in createSound()
873 dst = sbng1Ptr + 8; in createSound()
878 ((SoundHE *)_sound)->_heChannel[chan].codeOffs = sbng1Ptr - snd1Ptr + 8; in createSound()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/he/
H A Dsound_he.cpp876 byte *sbng1Ptr, *sbng2Ptr; in createSound() local
882 sbng1Ptr = NULL; in createSound()
912 sbng1Ptr = heFindResource(MKTAG('S','B','N','G'), snd1Ptr); in createSound()
916 if (sbng1Ptr != NULL && sbng2Ptr != NULL) { in createSound()
922 dst = sbng1Ptr + 8; in createSound()
923 size = READ_BE_UINT32(sbng1Ptr + 4); in createSound()
924 len = sbng1Ptr - snd1Ptr + size - curOffs; in createSound()
929 dst = sbng1Ptr + 8; in createSound()
934 dst = sbng1Ptr + 8; in createSound()
939 ((SoundHE *)_sound)->_heChannel[chan].codeOffs = sbng1Ptr - snd1Ptr + 8; in createSound()