Searched refs:byteIndex (Results 1 – 1 of 1) sorted by relevance
68 for( int byteIndex = 0 ; byteIndex < availableByte ; byteIndex++ ) in Alloc() local70 const u8 byte = m_AllocFlags[ byteIndex ]; in Alloc()78 m_AllocFlags[ byteIndex ] |= mask; in Alloc()81 const int totalIndex = byteIndex * BIT_PER_BYTE + bitIndex; in Alloc()96 const unsigned long byteIndex = ( totalIndex / BIT_PER_BYTE ); in Free() local100 NW_ASSERT( ( m_AllocFlags[ byteIndex ] & mask ) != 0 ); in Free()101 m_AllocFlags[ byteIndex ] &= ~mask; in Free()