Searched refs:match_shift_fraction (Results 1 – 2 of 2) sorted by relevance
52 extern long match_shift_fraction;854 toggle_fraction(&match_shift, &match_shift_fraction, in opt_match_shift()858 query_fraction(match_shift, match_shift_fraction, in opt_match_shift()866 if (match_shift_fraction < 0) in calc_match_shift()868 match_shift = (int) muldiv(sc_width, match_shift_fraction, NUM_FRAC_DENOM); in calc_match_shift()
84 public long match_shift_fraction = NUM_FRAC_DENOM/2; /* 1/2 of screen width */ variable