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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c2265 u_int32_t numBits; // Number of bits in word to allocate local
2312 numBits = kBitsPerWord - firstBit; // number of remaining bits in this word
2313 if (numBits > numBlocks) {
2314 numBits = numBlocks; // entire allocation is inside this one word
2315 bitMask &= ~(kAllBitsSetInWord >> (firstBit + numBits)); // turn off bits after last
2323 numBlocks -= numBits; // adjust number of blocks left to allocate
2684 u_int32_t numBits; // Number of bits in word to allocate local
2763 numBits = kBitsPerWord - currentBit; // number of remaining bits in this word
2764 if (numBits > numBlocks) {
2765 numBits
3589 u_int32_t numBits; // Number of bits in word to allocate local
3938 u_int32_t numBits; // Number of bits in word to allocate local
[all...]

Completed in 26 milliseconds