Home
last modified time | relevance | path

Searched refs:shift_count (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/less/
H A Dcommand.c61 extern int shift_count;
2162 shift_count = (int) number;
2164 number = (shift_count > 0) ? shift_count : sc_width / 2;
2177 shift_count = (int) number;
2179 number = (shift_count > 0) ? shift_count : sc_width / 2;
H A Doptfunc.c49 extern int shift_count;
257 toggle_fraction(&shift_count, &shift_count_fraction, in opt_shift()
261 query_fraction(shift_count, shift_count_fraction, in opt_shift()
271 shift_count = (int) muldiv(sc_width, shift_count_fraction, NUM_FRAC_DENOM);
H A Dopttbl.c44 public int shift_count; /* Number of positions to shift horizontally */
51 public int shift_count; /* Number of positions to shift horizontally */ global() variable
/freebsd/sys/contrib/ck/src/
H A Dck_ec.c141 const uint32_t shift_count = (ops->wait_shift_count != 0) in exponential_backoff() local
175 shift_count); in exponential_backoff()