Searched refs:startBits (Results 1 – 2 of 2) sorted by relevance
196 BitVector* dvmAllocBitVector(int startBits, bool expandable) in dvmAllocBitVector() argument202 assert(startBits >= 0); in dvmAllocBitVector()206 count = (startBits + 31) >> 5; in dvmAllocBitVector()
162 BitVector* dvmAllocBitVector(int startBits, bool expandable);