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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_jbig.c44 uint32 recvtime; /* time spend receiving in seconds */ member in struct:__anon13141
243 (unsigned long)codec->recvtime);
269 *va_arg(ap, uint32*) = codec->recvtime;
298 codec->recvtime = va_arg(ap, uint32);
344 codec->recvtime = 0;
H A Dtif_fax3.c62 uint32 recvtime; /* time spent receiving (secs) */ member in struct:__anon13137
1200 sp->recvtime = va_arg(ap, uint32);
1252 *va_arg(ap, uint32*) = sp->recvtime;
1320 (unsigned long) sp->recvtime);
H A Dtif_jpeg.c168 uint32 recvtime; /* time spent receiving (secs) */ member in struct:__anon13142
1676 sp->recvtime = va_arg(ap, uint32);
1801 *va_arg(ap, uint32*) = sp->recvtime;
1830 (unsigned long) sp->recvtime);
/macosx-10.10/remote_cmds-47/timed.tproj/timed.tproj/
H A Dmeasure.c79 long sendtime, recvtime, histime1, histime2; local
205 recvtime = ((tcur.tv_sec % SECDAY) * 1000 +
208 total = recvtime-sendtime;
227 idelta = recvtime-histime2;

Completed in 86 milliseconds