Searched refs:this_time (Results 1 – 5 of 5) sorted by relevance
143 int this_time = get_run_time (); in update_header_times() local145 header_time += this_time - body_time; in update_header_times()146 file->time += this_time - body_time; in update_header_times()147 body_time = this_time; in update_header_times()163 int this_time = get_run_time (); in dump_time_statistics() local164 file->time += this_time - body_time; in dump_time_statistics()168 print_time ("main file (total)", this_time - body_time); in dump_time_statistics()170 (double) header_time / (double) (this_time - body_time)); in dump_time_statistics()
4404 int this_time; in output_constructor() local4421 this_time = MIN (end_offset - next_offset, in output_constructor()4428 shift = end_offset - next_offset - this_time; in output_constructor()4435 && shift + this_time > HOST_BITS_PER_WIDE_INT) in output_constructor()4437 this_time = shift + this_time - HOST_BITS_PER_WIDE_INT; in output_constructor()4454 & (((HOST_WIDE_INT) 2 << (this_time - 1)) - 1)) in output_constructor()4455 << (BITS_PER_UNIT - this_time - next_bit)); in output_constructor()4470 && shift + this_time > HOST_BITS_PER_WIDE_INT) in output_constructor()4471 this_time = (HOST_BITS_PER_WIDE_INT - shift); in output_constructor()4486 & (((HOST_WIDE_INT) 2 << (this_time - 1)) - 1)) in output_constructor()[all …]
191 int this_time = get_run_time (); local193 header_time += this_time - body_time;194 file->time += this_time - body_time;195 body_time = this_time;213 int this_time = get_run_time (); in dump_time_statistics() local214 file->time += this_time - body_time; in dump_time_statistics()218 print_time ("main file (total)", this_time - body_time); in dump_time_statistics()220 (double)header_time / (double)(this_time - body_time)); in dump_time_statistics()
4362 int this_time; local4379 this_time = MIN (end_offset - next_offset,4386 shift = end_offset - next_offset - this_time;4393 && shift + this_time > HOST_BITS_PER_WIDE_INT)4395 this_time = shift + this_time - HOST_BITS_PER_WIDE_INT;4413 & (((HOST_WIDE_INT) 2 << (this_time - 1)) - 1))4414 << (BITS_PER_UNIT - this_time - next_bit));4429 && shift + this_time > HOST_BITS_PER_WIDE_INT)4430 this_time = (HOST_BITS_PER_WIDE_INT - shift);4446 & (((HOST_WIDE_INT) 2 << (this_time - 1)) - 1))[all …]
2450 bitfields. Corrected calculating this_time and shift. Also