Searched refs:numBits (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c2268 u_int32_t numBits; // Number of bits in word to allocate local
2334 numBits = kBitsPerWord - firstBit; // number of remaining bits in this word
2335 if (numBits > numBlocks) {
2336 numBits = numBlocks; // entire allocation is inside this one word
2337 bitMask &= ~(kAllBitsSetInWord >> (firstBit + numBits)); // turn off bits after last
2345 numBlocks -= numBits; // adjust number of blocks left to allocate
2582 u_int32_t numBits; // Number of bits in word to allocate local
2661 numBits = kBitsPerWord - currentBit; // number of remaining bits in this word
2662 if (numBits > numBlocks) {
2663 numBits
3283 u_int32_t numBits; // Number of bits in word to allocate local
4577 u_int32_t numBits; // Number of bits in word to allocate local
[all...]

Completed in 69 milliseconds