Searched refs:sAllocatedBitmap (Results 1 – 8 of 8) 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
236 static int sAllocatedBitmap; member373 sAllocatedBitmap |= (1 << index); in setAllocation()377 sAllocatedBitmap &= ~(1 << index); in resetAllocation()381 return sAllocatedBitmap & (1 << index); in isAllocated()
599 int Overlay::PipeBook::sAllocatedBitmap = 0; member in overlay::Overlay::PipeBook
228 static int sAllocatedBitmap; member352 sAllocatedBitmap |= (1 << index); in setAllocation()356 sAllocatedBitmap &= ~(1 << index); in resetAllocation()360 return sAllocatedBitmap & (1 << index); in isAllocated()
591 int Overlay::PipeBook::sAllocatedBitmap = 0; member in overlay::Overlay::PipeBook
253 static int sAllocatedBitmap; member405 sAllocatedBitmap |= (1 << index); in setAllocation()409 sAllocatedBitmap &= ~(1 << index); in resetAllocation()413 return sAllocatedBitmap & (1 << index); in isAllocated()
609 int Overlay::PipeBook::sAllocatedBitmap = 0; member in overlay::Overlay::PipeBook