Searched refs:deltas (Results 1 – 7 of 7) sorted by relevance
660 static void add_deltas(s16 *deltas, const u8 *ref, int stride, in add_deltas() argument667 *deltas += *ref; in add_deltas()673 if (*deltas < 0) in add_deltas()674 *deltas = 0; in add_deltas()675 else if (*deltas > 255) in add_deltas()676 *deltas = 255; in add_deltas()677 deltas++; in add_deltas()
33 the deltas across all channels impacted by a
305 u64 deltas[NR_PSI_STATES - 1] = { 0, }; in collect_percpu_times() local332 deltas[s] += (u64)times[s] * nonidle; in collect_percpu_times()350 div_u64(deltas[s], max(nonidle_total, 1UL)); in collect_percpu_times()
175 Print count deltas every N milliseconds (minimum: 1ms)180 Print count deltas for fixed number of times.188 Stop the 'perf stat' session and print count deltas after N milliseconds (minimum: 10 ms).
570 software time stamping and therefore could lead to unexpected deltas
302 cursor keycode after mouse travel exceeding the user specified deltas in
91 If your changes produce a lot of deltas, you need to split them into