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

/freebsd-current/lib/libc/rpc/
H A Drtime.c72 unsigned long thetime; local
97 res = _sendto(s, (char *)&thetime, sizeof(thetime), 0,
117 res = _recvfrom(s, (char *)&thetime, sizeof(thetime), 0,
128 res = _read(s, (char *)&thetime, sizeof(thetime));
134 if (res != sizeof(thetime)) {
138 thetime = ntohl(thetime);
[all...]
H A Dauth_time.c244 u_long thetime, delta; local
349 (xdrproc_t)xdr_u_long, &thetime, tv);
398 if (_sendto(s, &thetime, sizeof(thetime), 0,
412 res = _recvfrom(s, (char *)&thetime, sizeof(thetime), 0,
434 res = _read(s, (char *)&thetime, sizeof(thetime));
435 if (res != sizeof(thetime)) {
451 thetime
[all...]
/freebsd-current/usr.bin/gprof/
H A Dgprof.c474 double thetime; local
490 thetime = ccnt;
497 totime += thetime;
520 overlap * thetime / scale, overlap);
523 nl[j].time += overlap * thetime / scale;

Completed in 115 milliseconds