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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1294 u_int32_t lastbit; local
1307 lastbit = VCBTOHFS(vcb)->hfs_metazone_end;
1311 * Count all the bits from bit to lastbit.
1313 while (bit < lastbit) {

Completed in 73 milliseconds