Searched refs:bitsSize (Results 1 – 4 of 4) sorted by relevance
671 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize) in AllocateFirstFreeBits() argument673 ASSERT(allocationSize <= bitsSize); in AllocateFirstFreeBits()678 for (unsigned int i = 0; i < bitsSize - allocationSize + 1; i++) in AllocateFirstFreeBits()
56 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize);
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()