Searched refs:f_width (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/tcsh/
H A Dtc.printf.c70 int flush_left = 0, f_width = 0, prec = INF, hash = 0; local
95 f_width = va_arg(ap, int);
99 f_width = atoi(f);
172 f_width = f_width - (int) (bp - buf);
174 while (f_width-- > 0)
179 while (f_width-- > 0)
235 i = f_width - (int) (bp - buf);
260 f_width = f_width
[all...]
/freebsd-11.0-release/sys/dev/extres/clk/
H A Dclk_div.h42 uint32_t f_width; /* set to 0 for int divider */ member in struct:clk_div_def
H A Dclk_div.c68 uint32_t f_width; member in struct:clknode_div_sc
103 sc->divider = i_div << sc->f_width | f_div;
120 *freq = (*freq << sc->f_width) / sc->divider;
136 _fin = fin << sc->f_width;
147 i_div = divider >> sc->f_width;
172 divider = i_div << sc->f_width | f_div;
214 sc->f_width = clkdef->f_width;
215 sc->f_mask = (1 << clkdef->f_width) - 1;
/freebsd-11.0-release/sys/arm/nvidia/tegra124/
H A Dtegra124_car.c91 .f_width = 1, \

Completed in 92 milliseconds