Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveArchiveFile.cpp65 if ( toBlocks[ i ].typeId == typeId ) in GetReferenceBy()
67 return &toBlocks[ i ]; in GetReferenceBy()
Dsnd_StreamSoundFile.cpp36 if ( toBlocks[ i ].typeId == typeId ) in GetReferenceBy()
38 return &toBlocks[ i ]; in GetReferenceBy()
Dsnd_SoundArchiveFile.cpp118 if ( toBlocks[ i ].typeId == typeId ) in GetReferenceBy()
120 return &toBlocks[ i ]; in GetReferenceBy()
/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveArchiveFile.h50 Util::ReferenceWithSize toBlocks[ BLOCK_SIZE ]; member
Dsnd_StreamSoundFile.h158 Util::ReferenceWithSize toBlocks[ BLOCK_SIZE ];
Dsnd_SoundArchiveFile.h48 Util::ReferenceWithSize toBlocks[ BLOCK_SIZE ]; member