Searched refs:bitsSize (Results 1 – 2 of 2) sorted by relevance
45 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize);
306 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize) in AllocateFirstFreeBits() argument308 ASSERT(allocationSize <= bitsSize); in AllocateFirstFreeBits()312 for(unsigned int i = 0; i < bitsSize - allocationSize + 1; i++) in AllocateFirstFreeBits()