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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c321 u_int32_t recStartBit; local
356 recStartBit = totalMapBits; // bit number of first bit in map record
440 bitInRecord = nodeNum - recStartBit;
471 recStartBit = totalMapBits; // bit number of first bit in map record
474 bitInRecord = nodeNum - recStartBit;
477 mapPos = mapStart + ((nodeNum - recStartBit) >> 4);
478 bitInWord = 15 - ((nodeNum - recStartBit) & 0x0000000F);

Completed in 21 milliseconds