Searched refs:sAllocatedBitmap (Results 1 – 2 of 2) sorted by relevance
125 static int sAllocatedBitmap; member150 int bmp = sAllocatedBitmap; in availablePipes()187 sAllocatedBitmap |= (1 << index); in setAllocation()191 sAllocatedBitmap &= ~(1 << index); in resetAllocation()195 return sAllocatedBitmap & (1 << index); in isAllocated()
226 int Overlay::PipeBook::sAllocatedBitmap = 0; member in overlay::Overlay::PipeBook