Home
last modified time | relevance | path

Searched defs:totalIndex (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamBufferPool.cpp81 const int totalIndex = byteIndex * BIT_PER_BYTE + bitIndex; in Alloc() local
94 const unsigned long totalIndex = static_cast<unsigned long>( offset / m_BlockSize ); in Free() local