Home | History | Annotate | Download | only in qtools

Lines Matching refs:time_diff

112     uint64_t time_diff = decoder_->Decode(false);
114 if (time_diff == 0)
117 nextrec_.bb_rec.time_diff = decoder_->Decode(false);
119 nextrec_.bb_rec.start_time += time_diff;
172 nextrec_->bb_rec.time_diff, nextrec_->bb_rec.repeat,
179 head_->bb->bb_rec.time_diff, head_->bb->bb_rec.repeat,
202 bb->next_time += bb->bb_rec.time_diff;
225 future->bb.next_time = nextrec_.bb_rec.start_time + nextrec_.bb_rec.time_diff;
250 bb->next_time += bb->bb_rec.time_diff;
347 uint64_t time_diff = decoder_->Decode(false);
348 if (time_diff == 0 && addr_diff == 0) {
354 prev_time_ += time_diff;
391 uint64_t time_diff = decoder_->Decode(false);
393 if ((time_diff | pc) == 0) {
402 prev_time_ += time_diff;
442 uint64_t time_diff = decoder_->Decode(false);
444 prev_time_ += time_diff;
596 uint64_t time_diff = decoder_->Decode(false);
598 if (time_diff == 0) {
605 time_diff;