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

/freebsd-10.3-release/lib/libc/rpc/
H A Drtime.c78 unsigned long thetime; local
103 res = _sendto(s, (char *)&thetime, sizeof(thetime), 0,
123 res = _recvfrom(s, (char *)&thetime, sizeof(thetime), 0,
134 res = _read(s, (char *)&thetime, sizeof(thetime));
140 if (res != sizeof(thetime)) {
144 thetime = ntohl(thetime);
[all...]
H A Dauth_time.c254 u_long thetime, delta; local
359 (xdrproc_t)xdr_u_long, &thetime, tv);
408 if (_sendto(s, &thetime, sizeof(thetime), 0,
422 res = _recvfrom(s, (char *)&thetime, sizeof(thetime), 0,
444 res = _read(s, (char *)&thetime, sizeof(thetime));
445 if (res != sizeof(thetime)) {
461 thetime
[all...]
/freebsd-10.3-release/usr.bin/gprof/
H A Dgprof.c487 double thetime; local
503 thetime = ccnt;
510 totime += thetime;
533 overlap * thetime / scale, overlap);
536 nl[j].time += overlap * thetime / scale;

Completed in 102 milliseconds