HomeSort by relevance Sort by last modified time
    Searched refs:tim (Results 1 - 17 of 17) sorted by null

  /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 664 struct tim_t tim; local
833 memcpy(&tim, p + offset, 2);
840 memcpy(&tim.count, p + offset, 3);
844 if (tim.length <= 3)
846 if (tim.length - 3 > (int)sizeof tim.bitmap)
848 if (!TTEST2(*(p + offset), tim.length - 3))
850 if (length < (u_int)(tim.length - 3))
852 memcpy(tim.bitmap, p + (tim.length - 3)
    [all...]
ieee802_11.h 248 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
123 time_t tim; local
143 time(&tim);
144 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
488 X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim);
492 X509_EXTENSION *OCSP_archive_cutoff_new(char* 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 120 time_t tim = time(NULL); local
121 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
488 X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim);
492 X509_EXTENSION *OCSP_archive_cutoff_new(char* tim);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_input.c 2643 uint32_t tim; local
    [all...]

Completed in 198 milliseconds