Home
last modified time | relevance | path

Searched defs:percentage (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/i386/i386/
H A Dlongrun.c113 tmx86_get_longrun_status(u_int * frequency, u_int * voltage, u_int * percentage) in tmx86_get_longrun_status()
/freebsd/contrib/expat/tests/
H A Dminicheck.c239 double percentage = ((double)passed) / runner->nchecks; in srunner_summarize() local
/freebsd/contrib/less/
H A Dos.c417 public int percentage(POSITION num, POSITION den) percentage() function
/freebsd/contrib/bmake/
H A Ddir.c1622 percentage(int num, int den) in percentage() function
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c6648 u_int64_t percentage; scsiformat() local
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c3655 int percentage = (int)((double)avail / MAX(avail + used, 1) * 100); in zfs_list_avail_color() local