Lines Matching refs:spin

2476 	double spin = 0.0, tm, tnow;
2593 spin += dtime(&tm);
2609 " %.4f %s %s\n", spin, last_rfb_keysym, last_rfb_keytime - x11vnc_start,
2621 if (spin >= max_spin * spin_fac) {
2622 if (0 || db) fprintf(stderr, "check_xrecord: SPIN-OUT: %.3f/%.3f\n", spin,
2718 double spin = 0.0, tm, tnow;
2790 /* first spin-out time (no events) */
2894 if (db) fprintf(stderr, "check_xrecord: BUTTON_UP_SCROLL: %.3f\n", spin);
2901 if (! already_down || (!scr_cnt && spin>flush1_time)) {
2916 spin += dtime(&tm);
2943 if (db) fprintf(stderr, "check_xrecord: SPIN-OUT-BUTTON_UP: %.3f/%.3f\n", spin, tm - button_up_time);
2947 if (spin >= spin_check) {
2949 if (db) fprintf(stderr, "check_xrecord: SPIN-OUT-1: %.3f/%.3f\n", spin, spin_check);
2956 if (db) fprintf(stderr, "check_xrecord: SPIN-OUT-2: %.3f/%.3f\n", spin, tm - last_scroll);
2960 if (spin >= max_long[scroll_rep]) {
2962 if (db) fprintf(stderr, "check_xrecord: SPIN-OUT-3: %.3f/%.3f\n", spin, max_long[scroll_rep]);
2974 if (db) fprintf(stderr, "check_xrecord: SCROLL-WHEEL-BUTTON-UP-KEEP-GOING: %.3f/%.3f %d/%d %d/%d\n", spin, max_long[scroll_rep], last_x, last_y, cursor_x, cursor_y);
2978 if (db) fprintf(stderr, "check_xrecord: BUTTON-UP: %.3f/%.3f %d/%d %d/%d\n", spin, max_long[scroll_rep], last_x, last_y, cursor_x, cursor_y);
2981 if (db) fprintf(stderr, "check_xrecord: BUTTON-UP-KEEP-GOING: %.3f/%.3f %d/%d %d/%d\n", spin, max_long[scroll_rep], last_x, last_y, cursor_x, cursor_y);
4348 double spin = 0.0, tm, last_ptr = 0.0, last_draw;
4563 last_draw = spin;
4619 spin += dtime(&tm);
4621 if (0) fprintf(stderr, "wf-spin: %.3f\n", spin);
4627 if (spin > max_spin) {
4628 if (db || db2) fprintf(stderr, " SPIN-OUT-MAX: %.3f\n", spin);
4637 if (spin > 3.0 * frame_changed_spin) {
4641 if (spin > last_ptr + delay) {
4642 if (db || db2) fprintf(stderr, " SPIN-OUT-NOT-FAST: %.3f\n", spin);
4651 if (spin > frame_changed_spin) {
4652 if (db || db2) fprintf(stderr, " SPIN-OUT-NOFRAME-SPIN: %.3f\n", spin);
4658 if (spin > first_event_spin) {
4659 if (db || db2) fprintf(stderr, " SPIN-OUT-NO2ND_PTR: %.3f\n", spin);
4671 got_2nd_pointer+1, spin, cursor_x, cursor_y, button_mask);
4690 last_ptr = spin;
4752 first_dt_ave += spin;
4765 first_dt_ave += spin;
4796 if (spin > last_draw + min_draw || ! drew_box) {
4879 last_draw = spin;
4959 int spin_ms = (int) (spin * 1000 * 1000);
4967 * set a timescale comparable to the spin time,
5130 double spin = 0.0, tm;
5160 spin += dtime(&tm);
5162 if (spin > quick_spin_fac * dt) {
5163 /* get out if spin time comparable to last scan time */
5206 * Current idea is to spin our wheels here *not* processing any
5230 spin = 0.0;
5242 spin += dtime(&tm);
5265 if (1000 * spin > ms * split) {
5276 double spin, spin_max, tm, to, dtm;
5303 spin = 0.0; /* amount of time spinning */
5328 spin += dtm;
5344 if (spin > spin_max) {
5345 /* get out if spin time over limit */
5428 double spin, tm, to, tc, dtm, rpe_last;
5541 spin = 0.0; /* amount of time spinning */
5566 spin += dtm;
5584 if (tile_diffs > min_frame_size && spin > Ttile * tile_diffs + Tdelay) {