Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_StreamBufferPool.cpp55 const int availableByte = ut::RoundUp( m_BlockCount, BIT_PER_BYTE ) / BIT_PER_BYTE; in Alloc() local
57 for( int byteIndex = 0 ; byteIndex < availableByte ; byteIndex++ ) in Alloc()