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

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dmeter.c45 int time_quot; local
59 time_quot = duration / *time_divp;
61 if (time_quot > 99) {
64 *(buf++) = time_quot / 10 + '0';
65 *(buf++) = time_quot % 10 + '0';

Completed in 68 milliseconds