Home
last modified time | relevance | path

Searched refs:intvl (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sbin/ping/
H A Dping.c202 struct timeval last, intvl; in main() local
730 intvl.tv_sec = 0; in main()
731 intvl.tv_usec = 10000; in main()
733 intvl.tv_sec = interval / 1000000; in main()
734 intvl.tv_usec = interval % 1000000; in main()
812 intvl.tv_usec = 0; in main()
814 intvl.tv_sec = 2 * tmax / 1000; in main()
815 if (!intvl.tv_sec) in main()
816 intvl.tv_sec = 1; in main()
818 intvl.tv_sec = waittime / 1000; in main()
[all …]
/dragonfly/contrib/tcpdump/
H A Dprint-vrrp.c129 uint16_t intvl = (GET_U_1(bp + 4) & 0x0f) << 8 | GET_U_1(bp + 5); in vrrp_print() local
130 ND_PRINT(", intvl %ucs, length %u", intvl, len); in vrrp_print()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dvalue-prof.c233 hist->hdata.intvl.int_start, in dump_histogram_value()
234 (hist->hdata.intvl.int_start in dump_histogram_value()
235 + hist->hdata.intvl.steps - 1)); in dump_histogram_value()
242 hist->hdata.intvl.int_start + i, in dump_histogram_value()
402 ncounters = new_val->hdata.intvl.steps + 2; in stream_in_histogram_value()
1117 for (i = 0; i < histogram->hdata.intvl.steps; i++) in gimple_mod_subtract_transform()
1122 steps = histogram->hdata.intvl.steps; in gimple_mod_subtract_transform()
1142 for (i = 0; i < histogram->hdata.intvl.steps; i++) in gimple_mod_subtract_transform()
1915 hist->hdata.intvl.int_start = 0; in gimple_divmod_values_to_profile()
1916 hist->hdata.intvl.steps = 2; in gimple_divmod_values_to_profile()
[all …]
H A Dvalue-prof.h65 } intvl; /* Interval histogram data. */ member
H A Dtree-profile.c311 value->hdata.intvl.int_start); in gimple_gen_interval_profiler()
313 value->hdata.intvl.steps); in gimple_gen_interval_profiler()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvalue-prof.c213 hist->hdata.intvl.int_start, in dump_histogram_value()
214 (hist->hdata.intvl.int_start in dump_histogram_value()
215 + hist->hdata.intvl.steps - 1)); in dump_histogram_value()
220 for (i = 0; i < hist->hdata.intvl.steps; i++) in dump_histogram_value()
222 hist->hdata.intvl.int_start + i, in dump_histogram_value()
1000 for (i = 0; i < histogram->hdata.intvl.steps; i++) in gimple_mod_subtract_transform()
1005 steps = histogram->hdata.intvl.steps; in gimple_mod_subtract_transform()
1025 for (i = 0; i < histogram->hdata.intvl.steps; i++) in gimple_mod_subtract_transform()
1676 hist->hdata.intvl.int_start = 0; in gimple_divmod_values_to_profile()
1677 hist->hdata.intvl.steps = 2; in gimple_divmod_values_to_profile()
[all …]
H A Dvalue-prof.h63 } intvl; /* Interval histogram data. */ member
H A Dtree-profile.c264 value->hdata.intvl.int_start); in gimple_gen_interval_profiler()
266 value->hdata.intvl.steps); in gimple_gen_interval_profiler()
/dragonfly/contrib/tcsh-6/
H A Dsh.c2247 int intvl, cnt; in mailchk() local
2257 intvl = (cnt && number(*vp)) ? (--cnt, getn(*vp++)) : MAILINTVL; in mailchk()
2258 if (intvl < 1) in mailchk()
2259 intvl = 1; in mailchk()
2260 if (chktim + intvl > t) in mailchk()