Home
last modified time | relevance | path

Searched refs:sndCount (Results 1 – 10 of 10) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/gob/sound/
H A Dsoundblaster.cpp92 SoundDesc *sndDescs, int8 sndCount) { in playComposition() argument
95 _compositionSampleCount = sndCount; in playComposition()
H A Dsoundblaster.h48 SoundDesc *sndDescs = 0, int8 sndCount = 60);
H A Dsound.cpp476 SoundDesc *sndDescs, int8 sndCount) { in blasterPlayComposition() argument
481 freqVal, sndCount); in blasterPlayComposition()
489 _blaster->playComposition(composition, freqVal, sndDescs, sndCount); in blasterPlayComposition()
H A Dsound.h70 SoundDesc *sndDescs = 0, int8 sndCount = kSoundsCount);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/sound/
H A Dsoundblaster.cpp92 SoundDesc *sndDescs, int8 sndCount) { in playComposition() argument
95 _compositionSampleCount = sndCount; in playComposition()
H A Dsoundblaster.h48 SoundDesc *sndDescs = 0, int8 sndCount = 60);
H A Dsound.cpp476 SoundDesc *sndDescs, int8 sndCount) { in blasterPlayComposition() argument
481 freqVal, sndCount); in blasterPlayComposition()
489 _blaster->playComposition(composition, freqVal, sndDescs, sndCount); in blasterPlayComposition()
H A Dsound.h70 SoundDesc *sndDescs = 0, int8 sndCount = kSoundsCount);
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkBind.c853 int sndCount = 0; in CountSpecialized() local
866 return sndCount - fstCount; in CountSpecialized()
2144 Tcl_WideUInt sndCount = 0; in IsBetterMatch() local
2161 sndCount += weight[GetCount(sndMatchPtr, i)]; in IsBetterMatch()
2163 if (sndCount > fstCount) { return 1; } in IsBetterMatch()
2164 if (sndCount < fstCount) { return 0; } in IsBetterMatch()
2756 int sndCount = 0; in CompareModMasks() local
2763 ++sndCount; in CompareModMasks()
2780 if (IsSubsetOf(fstiModMask, sndiModMask)) { ++sndCount; } in CompareModMasks()
2787 if (IsSubsetOf(fstModMask, sndModMask)) { ++sndCount; } in CompareModMasks()
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkBind.c829 int sndCount = 0; in CountSpecialized() local
842 return sndCount - fstCount; in CountSpecialized()
2116 Tcl_WideUInt sndCount = 0; in IsBetterMatch() local
2133 sndCount += weight[GetCount(sndMatchPtr, i)]; in IsBetterMatch()
2135 if (sndCount > fstCount) { return 1; } in IsBetterMatch()
2136 if (sndCount < fstCount) { return 0; } in IsBetterMatch()
2728 int sndCount = 0; in CompareModMasks() local
2735 ++sndCount; in CompareModMasks()
2752 if (IsSubsetOf(fstiModMask, sndiModMask)) { ++sndCount; } in CompareModMasks()
2759 if (IsSubsetOf(fstModMask, sndModMask)) { ++sndCount; } in CompareModMasks()
[all …]