• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/ctau/

Lines Matching refs:print_frac

1838 static int print_frac (char *s, int leftalign, u_long numerator, u_long divider)
1895 length += print_frac (s + length, 0, c->currnt.uas, c->cursec);
1896 length += print_frac (s + length, 1, 60 * c->currnt.dm, c->cursec);
1899 length += print_frac (s + length, 0, c->currnt.bpv, c->cursec);
1900 length += print_frac (s + length, 1, c->currnt.fse, c->cursec);
1903 length += print_frac (s + length, 0, c->currnt.crce, c->cursec);
1904 length += print_frac (s + length, 1, c->currnt.rcrce, c->cursec);
1907 length += print_frac (s + length, 0, c->currnt.es, c->cursec);
1908 length += print_frac (s + length, 1, c->currnt.les, c->cursec);
1911 length += print_frac (s + length, 0, c->currnt.ses, c->cursec);
1912 length += print_frac (s + length, 1, c->currnt.bes, c->cursec);
1915 length += print_frac (s + length, 0, c->currnt.oofs, c->cursec);
1916 length += print_frac (s + length, 1, c->currnt.css, c->cursec);
1921 length += print_frac (s + length, 0, total.uas, totsec);
1922 length += print_frac (s + length, 1, 60 * total.dm, totsec);
1924 length += print_frac (s + length, 0, total.bpv, totsec);
1925 length += print_frac (s + length, 1, total.fse, totsec);
1927 length += print_frac (s + length, 0, total.crce, totsec);
1928 length += print_frac (s + length, 1, total.rcrce, totsec);
1930 length += print_frac (s + length, 0, total.es, totsec);
1931 length += print_frac (s + length, 1, total.les, totsec);
1933 length += print_frac (s + length, 0, total.ses, totsec);
1934 length += print_frac (s + length, 1, total.bes, totsec);
1936 length += print_frac (s + length, 0, total.oofs, totsec);
1937 length += print_frac (s + length, 1, total.css, totsec);