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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSControl.c768 CalculateItemCount( GPtr, &GPtr->itemsToProcess, &GPtr->onePercent );
769 GPtr->itemsProcessed += GPtr->onePercent; // We do this 4 times as set up in CalculateItemCount() to smooth the scroll
774 GPtr->itemsProcessed += GPtr->onePercent; // We do this 4 times as set up in CalculateItemCount() to smooth the scroll
796 GPtr->itemsProcessed += GPtr->onePercent; // We do this 4 times as set up in CalculateItemCount() to smooth the scroll
804 GPtr->itemsProcessed += GPtr->onePercent; // We do this 4 times as set up in CalculateItemCount() to smooth the scroll
805 GPtr->itemsProcessed += GPtr->onePercent;
H A DSUtils.c2106 void CalculateItemCount( SGlob *GPtr, UInt64 *itemCount, UInt64 *onePercent )
2138 *onePercent = items/ 100;
2152 items += *onePercent * 5;
H A DScavenger.h726 UInt64 onePercent; member in struct:SGlob
1197 extern void CalculateItemCount( SGlob *GPtr, UInt64 *itemCount, UInt64 *onePercent );

Completed in 193 milliseconds