Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_StreamBufferPool.cpp66 for( int byteIndex = 0 ; byteIndex < availableByte ; byteIndex++ ) in Alloc() local
68 const u8 byte = m_AllocFlags[ byteIndex ]; in Alloc()
76 m_AllocFlags[ byteIndex ] |= mask; in Alloc()
79 const int totalIndex = byteIndex * BIT_PER_BYTE + bitIndex; in Alloc()
94 const unsigned long byteIndex = ( totalIndex / BIT_PER_BYTE ); in Free() local
98 NW_ASSERT( ( m_AllocFlags[ byteIndex ] & mask ) != 0 ); in Free()
99 m_AllocFlags[ byteIndex ] &= ~mask; in Free()