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

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dmeter.c40 const int * time_divp = time_div; local
58 if (duration > *time_divp) {
59 time_quot = duration / *time_divp;
60 duration %= *time_divp;
70 if ( *(++time_divp) == 0) duration = 0;

Completed in 58 milliseconds