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

/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c329 u_int32_t bitInWord, bitInRecord; local
440 bitInRecord = nodeNum - recStartBit;
442 while (bitInRecord >= mapBits)
474 bitInRecord = nodeNum - recStartBit;

Completed in 28 milliseconds