Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveArchiveFile.h41 static const int BLOCK_SIZE = 2; member
48 Util::ReferenceWithSize toBlocks[ BLOCK_SIZE ];
Dsnd_StreamSoundFile.h152 static const int BLOCK_SIZE = 3;
156 Util::ReferenceWithSize toBlocks[ BLOCK_SIZE ];
Dsnd_SoundArchiveFile.h40 static const int BLOCK_SIZE = 3; member
46 Util::ReferenceWithSize toBlocks[ BLOCK_SIZE ];
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_WaveArchiveFile.cpp61 for ( int i = 0; i < BLOCK_SIZE; i++ ) in GetReferenceBy()
Dsnd_StreamSoundFile.cpp32 for ( int i = 0; i < BLOCK_SIZE; i++ ) in GetReferenceBy()
Dsnd_SoundArchiveFile.cpp114 for ( int i = 0; i < BLOCK_SIZE; i++ ) in GetReferenceBy()