Home
last modified time | relevance | path

Searched refs:toBlocks (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_WaveArchiveFile.cpp63 if ( toBlocks[ i ].typeId == typeId ) in GetReferenceBy()
65 return &toBlocks[ i ]; in GetReferenceBy()
Dsnd_StreamSoundFile.cpp34 if ( toBlocks[ i ].typeId == typeId ) in GetReferenceBy()
36 return &toBlocks[ i ]; in GetReferenceBy()
Dsnd_SoundArchiveFile.cpp116 if ( toBlocks[ i ].typeId == typeId ) in GetReferenceBy()
118 return &toBlocks[ i ]; in GetReferenceBy()
/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveArchiveFile.h48 Util::ReferenceWithSize toBlocks[ BLOCK_SIZE ]; member
Dsnd_StreamSoundFile.h156 Util::ReferenceWithSize toBlocks[ BLOCK_SIZE ];
Dsnd_SoundArchiveFile.h46 Util::ReferenceWithSize toBlocks[ BLOCK_SIZE ]; member