Searched refs:thistime (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/gprof/
H A Dprintgprof.c579 double thistime = this -> propself + this -> propchild; local
584 if ( thistime > thattime ) {
587 if ( thistime < thattime ) {
616 double thistime; local
671 thistime = thisp -> arc_time + thisp -> arc_childtime;
673 if ( thistime < thattime )
675 if ( thistime > thattime )
/freebsd-9.3-release/sys/pci/
H A Dncr.c5086 time_t thistime = time_second; local
5092 if (np->lasttime != thistime) {
5097 np->lasttime = thistime;
5110 t = thistime - np->heartbeat;
5137 if (cp->tlimit > thistime) continue;

Completed in 133 milliseconds