Searched refs:sAllocatedBitmap (Results 1 – 6 of 6) sorted by relevance
140 static int sAllocatedBitmap; member208 sAllocatedBitmap |= (1 << index); in setAllocation()212 sAllocatedBitmap &= ~(1 << index); in resetAllocation()216 return sAllocatedBitmap & (1 << index); in isAllocated()
314 int Overlay::PipeBook::sAllocatedBitmap = 0; member in overlay::Overlay::PipeBook
162 static int sAllocatedBitmap; member248 sAllocatedBitmap |= (1 << index); in setAllocation()252 sAllocatedBitmap &= ~(1 << index); in resetAllocation()256 return sAllocatedBitmap & (1 << index); in isAllocated()
393 int Overlay::PipeBook::sAllocatedBitmap = 0; member in overlay::Overlay::PipeBook