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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DBTreeAllocate.c261 UInt32 recStartBit; local
296 recStartBit = totalMapBits; // bit number of first bit in map record
375 bitInRecord = nodeNum - recStartBit;
403 recStartBit = totalMapBits; // bit number of first bit in map record
406 bitInRecord = nodeNum - recStartBit;
409 mapPos = mapStart + ((nodeNum - recStartBit) >> 4);
410 bitInWord = 15 - ((nodeNum - recStartBit) & 0x0000000F);
/macosx-10.10/xnu-2782.1.97/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 123 milliseconds