OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 05:31:52 UTC 2026