HomeSort by: relevance | last modified time | path
    Searched defs:time_quot (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/liblutil/
meter.c 50 int time_quot; local
64 time_quot = duration / *time_divp;
66 if (time_quot > 99) {
69 *(buf++) = time_quot / 10 + '0';
70 *(buf++) = time_quot % 10 + '0';
meter.c 50 int time_quot; local
64 time_quot = duration / *time_divp;
66 if (time_quot > 99) {
69 *(buf++) = time_quot / 10 + '0';
70 *(buf++) = time_quot % 10 + '0';

Completed in 40 milliseconds