Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveArchiveFile.h43 static const int BLOCK_SIZE = 2; member
50 Util::ReferenceWithSize toBlocks[ BLOCK_SIZE ];
Dsnd_StreamSoundFile.h154 static const int BLOCK_SIZE = 3;
158 Util::ReferenceWithSize toBlocks[ BLOCK_SIZE ];
Dsnd_SoundArchiveFile.h42 static const int BLOCK_SIZE = 3; member
48 Util::ReferenceWithSize toBlocks[ BLOCK_SIZE ];
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveArchiveFile.cpp63 for ( int i = 0; i < BLOCK_SIZE; i++ ) in GetReferenceBy()
Dsnd_StreamSoundFile.cpp34 for ( int i = 0; i < BLOCK_SIZE; i++ ) in GetReferenceBy()
Dsnd_SoundArchiveFile.cpp116 for ( int i = 0; i < BLOCK_SIZE; i++ ) in GetReferenceBy()