Searched refs:numCommandsForOne (Results 1 – 3 of 3) sorted by relevance
239 long numCommandsForOne = 1060 + ((t * t * 10) >> (2 * kSubBits)); in GetCompressRating() local240 long numCommands = (long)(size) * numCommandsForOne; in GetCompressRating()
189 UInt64 numCommandsForOne = 1060 + ((t * t * 10) >> (2 * kSubBits)); in GetCompressRating()190 UInt64 numCommands = (UInt64)(size) * numCommandsForOne; in GetCompressRating()
451 UInt64 numCommandsForOne = 870 + ((t * t * 5) >> (2 * kSubBits)); in GetCompressRating() local452 UInt64 numCommands = (UInt64)(size) * numCommandsForOne; in GetCompressRating()