Lines Matching refs:period
103 nsecs_t period = kNanosIn1s / 60;
105 mTimes[1] = period;
106 mTimes[2] = period * 3;
107 mTimes[3] = period * 4;
108 mTimes[4] = period * 7;
109 mTimes[5] = period * 8;
110 mTimes[6] = period * 10;
111 mTimes[7] = period * 12;
114 fit(0, period * 12 / 7, 8, &a, &b, &err);
127 nsecs_t phase, nsecs_t period, size_t numSamplesToUse, in fit() argument
145 x += divRound(time - lastTime, period); in fit()
151 int64_t y = divRound(time - phase, period >> kPrecision); in fit()