Searched refs:match_shift_fraction (Results 1 – 2 of 2) sorted by relevance
54 extern long match_shift_fraction;940 toggle_fraction(&match_shift, &match_shift_fraction, in opt_match_shift()944 query_fraction(match_shift, match_shift_fraction, in opt_match_shift()952 if (match_shift_fraction < 0) in calc_match_shift()954 match_shift = (int) muldiv(sc_width, match_shift_fraction, NUM_FRAC_DENOM); in calc_match_shift()
92 public long match_shift_fraction = NUM_FRAC_DENOM/2; /* 1/2 of screen width */ variable