Searched defs:tenths (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcbreak.c84 halfdelay(int tenths) argument
89 PTERMIOS(_prog)->c_cc[VTIME] = (tenths > 255) ? 255 : (cc_t)tenths;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c727 hrtime_t delta, tenths; local
730 tenths = delta / (NANOSEC / 10);
732 " seconds", direction, amount, tenths / 10, tenths % 10);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c124 uint_t tenths = ((stat * 1000) / total) % 10; local
130 30, str, stat, perc, tenths);
H A Dtypegraph.c1539 int tenths = ((stat * 1000) / total) % 10; local
1542 perc, tenths);

Completed in 59 milliseconds