Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/less/
H A Dcommand.c66 extern int shift_count;
2033 shift_count = number; in commands()
2035 number = (shift_count > 0) ? in commands()
2036 shift_count : sc_width / 2; in commands()
2048 shift_count = number; in commands()
2050 number = (shift_count > 0) ? in commands()
2051 shift_count : sc_width / 2; in commands()
H A Doptfunc.c51 extern int shift_count;
247 shift_count = hs; in opt_shift()
255 parg.p_int = shift_count; in opt_shift()
276 shift_count = (int) muldiv(sc_width, shift_count_fraction, NUM_FRAC_DENOM); in calc_shift_count()
H A Dopttbl.c51 public int shift_count; /* Number of positions to shift horizontally */ variable
/freebsd-14.2/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()