Searched refs:tim (Results 1 - 23 of 23) sorted by relevance

/external/tcpdump/
H A Datime.awk11 tim = t[1]*3600 + t[2]*60 + t[3]
13 tzero = tim
17 printf "%7.2f\t%g\n", tim-tzero, $7/1024
H A Dstime.awk11 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
H A Dsend-ack.awk12 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
[all...]
H A Dpacketdat.awk19 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
H A Dprint-802_11.c258 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
[all...]
H A Dieee802_11.h250 struct tim_t tim; member in struct:mgmt_body_t
/external/openssl/crypto/bn/
H A Dbn_rand.c122 time_t tim; local
142 time(&tim);
143 RAND_add(&tim,sizeof(tim),0.0);
/external/wpa_supplicant_6/wpa_supplicant/src/common/
H A Dieee802_11_common.h30 u8 *tim; member in struct:ieee802_11_elems
H A Dieee802_11_common.c184 elems->tim = pos;
/external/openssl/crypto/ocsp/
H A Docsp_ext.c424 X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim) argument
440 if (tim)
443 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))
474 X509_EXTENSION *OCSP_archive_cutoff_new(char* tim) argument
480 if (!(ASN1_GENERALIZEDTIME_set_string(gt, tim))) goto err;
H A Docsp.h481 X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim);
485 X509_EXTENSION *OCSP_archive_cutoff_new(char* tim);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.h19 const u8 *tim; member in struct:ieee802_11_elems
H A Dieee802_11_common.c204 elems->tim = pos;
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.h19 const u8 *tim; member in struct:ieee802_11_elems
H A Dieee802_11_common.c204 elems->tim = pos;
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.h19 const u8 *tim; member in struct:ieee802_11_elems
H A Dieee802_11_common.c204 elems->tim = pos;
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc113 time_t tim = time(NULL); local
114 struct tm * now = localtime(&tim);
/external/libvpx/examples/includes/geshi/geshi/
H A Dpython.php17 * - Modifications by Tim (tim@skreak.com): added more keyword categories, tweaked colors
/external/openssl/include/openssl/
H A Docsp.h481 X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim);
485 X509_EXTENSION *OCSP_archive_cutoff_new(char* tim);
/external/openssh/contrib/caldera/
H A Dopenssh.spec359 * Tue Jan 18 2011 Tim Rice <tim@multitalents.net>
/external/openssh/contrib/redhat/
H A Dopenssh.spec410 * Wed Jul 14 2010 Tim Rice <tim@multitalents.net>
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm479 abbreviated B<--all>, B<--a--tim>, or even B<--a>. Note that B<--time>

Completed in 389 milliseconds