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

  /src/external/bsd/ntp/dist/clockstuff/
chutest.c 53 u_char ncodechars; /* number of code characters */ member in struct:chucode
293 chudata.ncodechars = 0;
297 if (chudata.ncodechars > 0) {
299 - chudata.codetimes[chudata.ncodechars].tv_sec;
301 - chudata.codetimes[chudata.ncodechars].tv_usec;
310 chudata.ncodechars = 0;
315 chudata.codechars[chudata.ncodechars] = c;
316 chudata.codetimes[chudata.ncodechars] = *tv;
317 if (chudata.ncodechars > 0)
318 diffs[chudata.ncodechars] = diff
    [all...]

Completed in 15 milliseconds