| /src/sys/external/isc/libsodium/dist/test/default/ |
| pwhash_argon2i.c | 189 tv3(void) function 220 printf("[tv3] pwhash_str failure (maybe intentional): [%u]\n", 402 tv3();
|
| pwhash_argon2id.c | 185 tv3(void) function 216 printf("[tv3] pwhash_argon2id_str failure (maybe intentional): [%u]\n", 401 tv3();
|
| pwhash_scrypt.c | 166 tv3(void) function 375 tv3();
|
| /src/external/bsd/ntp/dist/kernel/sys/ |
| bsd_audioirig.h | 80 struct timeval tv1,tv2,tv3; /* time stamps (median filter) */ member in struct:auib
|
| /src/crypto/external/bsd/heimdal/dist/kdc/ |
| connect.c | 1229 struct timeval tv3; local 1238 gettimeofday(&tv3, NULL); 1239 if (tv3.tv_sec - tv1.tv_sec > 10 || 1240 (tv3.tv_sec - tv1.tv_sec == 10 && tv3.tv_usec >= tv1.tv_usec)) 1242 if (tv3.tv_sec - tv2.tv_sec > 1 || 1243 (tv3.tv_sec - tv2.tv_sec == 1 && tv3.tv_usec >= tv2.tv_usec)) { 1245 tv2 = tv3;
|
| /src/external/bsd/libevent/dist/test/ |
| regress_util.c | 1364 struct timeval tv1, tv2, tv3, diff1, diff2; local 1373 evutil_gettimeofday(&tv3, NULL); 1376 evutil_timersub(&tv3, &tv2, &diff2);
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_util.c | 1361 struct timeval tv1, tv2, tv3, diff1, diff2; local 1370 evutil_gettimeofday(&tv3, NULL); 1373 evutil_timersub(&tv3, &tv2, &diff2);
|
| /src/usr.sbin/moused/ |
| moused.c | 2130 struct timeval tv3; local 2152 timersub(&tv1, &tv2, &tv3); 2175 if (timercmp(&tv3, &bstate[i].tv, >)) {
|