Searched refs:resolutionReciprocal (Results 1 – 1 of 1) sorted by relevance
506 uint64_t resolutionReciprocal; // speed up runtime by using 48 more code bytes? yes please! member519 .resolutionReciprocal = U64_RECIPROCAL_CALCULATE(1000000000ull/32768),533 .resolutionReciprocal = U64_RECIPROCAL_CALCULATE(1000000000ull/32768),547 .resolutionReciprocal = U64_RECIPROCAL_CALCULATE(1000000000ull/32768),561 .resolutionReciprocal = U64_RECIPROCAL_CALCULATE(1000000000ull/32768),575 .resolutionReciprocal = U64_RECIPROCAL_CALCULATE(1000000000ull/1000000),587 .resolutionReciprocal = U64_RECIPROCAL_CALCULATE(16000000000ull/1000000),634 …cipAssistedUdiv64by64(length, sleepClock->resolution, sleepClock->resolutionReciprocal) > sleepClo… in platSleep()