Searched refs:tzero (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcpdump-61/tcpdump/
H A Datime.awk12 if (! tzero) {
13 tzero = tim
17 printf "%7.2f\t%g\n", tim-tzero, $7/1024
H A Dstime.awk12 if (! tzero) {
13 tzero = tim
18 printf "%7.2f\t%g\n", tim-tzero, substr($6,1,i-1)/1024
H A Dpacketdat.awk54 tzero = firstSend[1]
58 firstSend[i] - tzero, lastSend[i] - tzero,\
59 firstAck[i] - tzero, lastAck[i] - tzero,\
H A Dsend-ack.awk14 tzero = tim
46 printf "%7.2f\t%7.2f\t%s send %s %d", tim-tzero, tim-ltim,\
56 printf "%7.2f\t%7.2f\t%s ack %s %d", tim-tzero, tim-ltim,\
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf_table.c276 u_int64_t tzero = pf_calendar_time_second(); local
327 pfr_insert_kentries(kt, &workq, tzero);
441 u_int64_t tzero = pf_calendar_time_second(); local
521 pfr_insert_kentries(kt, &addq, tzero);
523 pfr_clstats_kentries(&changeq, tzero, INVERT_NEG_FLAG);
631 u_int64_t tzero = pf_calendar_time_second(); local
656 pfr_clstats_kentries(&workq, tzero, 0);
869 struct pfr_kentryworkq *workq, u_int64_t tzero)
881 p->pfrke_tzero = tzero;
888 pfr_insert_kentry(struct pfr_ktable *kt, struct pfr_addr *ad, u_int64_t tzero) argument
868 pfr_insert_kentries(struct pfr_ktable *kt, struct pfr_kentryworkq *workq, u_int64_t tzero) argument
936 pfr_clstats_kentries(struct pfr_kentryworkq *workq, u_int64_t tzero, int negchange) argument
1183 u_int64_t tzero = pf_calendar_time_second(); local
1336 u_int64_t tzero = pf_calendar_time_second(); local
1380 u_int64_t tzero = pf_calendar_time_second(); local
1639 u_int64_t tzero = pf_calendar_time_second(); local
1677 pfr_commit_ktable(struct pfr_ktable *kt, u_int64_t tzero) argument
1890 pfr_clstats_ktables(struct pfr_ktableworkq *workq, u_int64_t tzero, int recurse) argument
1901 pfr_clstats_ktable(struct pfr_ktable *kt, u_int64_t tzero, int recurse) argument
1918 pfr_create_ktable(struct pfr_table *tbl, u_int64_t tzero, int attachruleset) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dstatistics.tcl466 set tzero [expr {abs($sample_mean-$est_mean)/$est_stdev * \
469 set prob [cdf-students-t $degrees $tzero]

Completed in 136 milliseconds