Searched refs:this_time (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dc-lex.c144 int this_time = get_run_time ();
146 header_time += this_time - body_time;
147 file->time += this_time - body_time;
148 body_time = this_time;
164 int this_time = get_run_time ();
165 file->time += this_time - body_time;
169 print_time ("main file (total)", this_time - body_time);
171 (double) header_time / (double) (this_time - body_time));
143 int this_time = get_run_time (); local
163 int this_time = get_run_time (); local
H A Dvarasm.c4431 int this_time;
4448 this_time = MIN (end_offset - next_offset,
4455 shift = end_offset - next_offset - this_time;
4462 && shift + this_time > HOST_BITS_PER_WIDE_INT)
4464 this_time = shift + this_time - HOST_BITS_PER_WIDE_INT;
4479 1 <= this_time <= HOST_BITS_PER_WIDE_INT. */
4481 & (((HOST_WIDE_INT) 2 << (this_time - 1)) - 1))
4482 << (BITS_PER_UNIT - this_time - next_bit));
4497 && shift + this_time > HOST_BITS_PER_WIDE_IN
4405 int this_time; local
[all...]
/freebsd-10-stable/usr.sbin/timed/timed/
H A Dmaster.c503 time_t this_time; local
512 this_time = times(&tm);
513 if ((time_t)(this_time + delta) < next_time)
515 next_time = this_time + CLK_TCK;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c87 apr_time_t this_time;
98 SVN_ERR(get_time(&this_time, fs, rev_mid, pool));
100 if (this_time > tm)/* we've overshot */
121 else if (this_time < tm) /* we've undershot */
86 apr_time_t this_time; local

Completed in 263 milliseconds