/external/tcpdump/ |
atime.awk | 11 tim = t[1]*3600 + t[2]*60 + t[3] 13 tzero = tim 17 printf "%7.2f\t%g\n", tim-tzero, $7/1024
|
stime.awk | 11 tim = t[1]*3600 + t[2]*60 + t[3] 13 tzero = tim 18 printf "%7.2f\t%g\n", tim-tzero, substr($6,1,i-1)/1024
|
send-ack.awk | 12 tim = t[1]*3600 + t[2]*60 + t[3] 14 tzero = tim 15 ltim = tim 34 timeOf[id] = tim 46 printf "%7.2f\t%7.2f\t%s send %s %d", tim-tzero, tim-ltim,\ 49 printf " (%.2f) [%d]", tim - timeOf[id], timesSent[id] 56 printf "%7.2f\t%7.2f\t%s ack %s %d", tim-tzero, tim-ltim,\ 62 printf " (%.2f)", tim - timeOf[id [all...] |
packetdat.awk | 19 tim = t[1]*3600 + t[2]*60 + t[3] 28 firstSend[id] = tim 31 lastSend[id] = tim 39 firstAck[id] = tim 40 lastAck[id] = tim
|
print-802_11.c | 258 memcpy(&pbody->tim, p + offset, 2); 262 memcpy(&pbody->tim.count, p + offset, 3); 265 if (pbody->tim.length <= 3) 267 if (pbody->tim.length - 3 > sizeof pbody->tim.bitmap) 269 if (!TTEST2(*(p + offset), pbody->tim.length - 3)) 271 memcpy(pbody->tim.bitmap, p + (pbody->tim.length - 3), 272 (pbody->tim.length - 3)); 273 offset += pbody->tim.length - 3 [all...] |
ieee802_11.h | 250 struct tim_t tim; member in struct:mgmt_body_t
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_rand.c | 14 * except that the holder is Tim Hudson (tjh@cryptsoft.com). 39 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 107 * (eay@cryptsoft.com). This product includes software written by Tim 122 time_t tim; local 142 time(&tim); 143 RAND_add(&tim,sizeof(tim),0.0);
|
/external/openssl/crypto/bn/ |
bn_rand.c | 14 * except that the holder is Tim Hudson (tjh@cryptsoft.com). 39 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 107 * (eay@cryptsoft.com). This product includes software written by Tim 122 time_t tim; local 142 time(&tim); 143 RAND_add(&tim,sizeof(tim),0.0);
|
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
ocsp_ext.c | 59 * (eay@cryptsoft.com). This product includes software written by Tim 424 X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim) 440 if (tim) 443 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim))) 474 X509_EXTENSION *OCSP_archive_cutoff_new(char* tim) 480 if (!(ASN1_GENERALIZEDTIME_set_string(gt, tim))) goto err;
|
ocsp.h | 59 * (eay@cryptsoft.com). This product includes software written by Tim 481 X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim); 485 X509_EXTENSION *OCSP_archive_cutoff_new(char* tim);
|
/external/openssl/crypto/ocsp/ |
ocsp_ext.c | 59 * (eay@cryptsoft.com). This product includes software written by Tim 424 X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim) 440 if (tim) 443 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim))) 474 X509_EXTENSION *OCSP_archive_cutoff_new(char* tim) 480 if (!(ASN1_GENERALIZEDTIME_set_string(gt, tim))) goto err;
|
ocsp.h | 59 * (eay@cryptsoft.com). This product includes software written by Tim 481 X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim); 485 X509_EXTENSION *OCSP_archive_cutoff_new(char* tim);
|
/external/wpa_supplicant_8/src/common/ |
ieee802_11_common.h | 19 const u8 *tim; member in struct:ieee802_11_elems
|
ieee802_11_common.c | 205 elems->tim = pos;
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
call_main.cc | 113 time_t tim = time(NULL); local 114 struct tm * now = localtime(&tim);
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.c | 69 struct timeval tim; variable in typeref:struct:timeval [all...] |
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
call_main.cc | 122 time_t tim = time(NULL); local 123 struct tm * now = localtime(&tim);
|
/external/chromium_org/third_party/libjingle/source/talk/examples/pcp/ |
pcp_main.cc | 133 time_t tim = time(NULL); local 134 struct tm * now = localtime(&tim);
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ocsp.h | 59 * (eay@cryptsoft.com). This product includes software written by Tim 481 X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim); 485 X509_EXTENSION *OCSP_archive_cutoff_new(char* tim);
|
/external/openssl/include/openssl/ |
ocsp.h | 59 * (eay@cryptsoft.com). This product includes software written by Tim 481 X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim); 485 X509_EXTENSION *OCSP_archive_cutoff_new(char* tim);
|
/external/chromium/chrome/browser/sync/resources/ |
gaia_login.js | 14 // TODO(tim): Can this be unified?
|
/external/openssh/contrib/caldera/ |
openssh.spec | 359 * Tue Jan 18 2011 Tim Rice <tim@multitalents.net>
|
/external/openssh/contrib/redhat/ |
openssh.spec | 410 * Wed Jul 14 2010 Tim Rice <tim@multitalents.net>
|