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

/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dtimer.cc59 TimeStats& thispass = this->pass_times_[n]; local
60 this->get_time(&thispass);
125 TimeStats thispass = this->pass_times_[n]; local
127 thispass.wall -= lastpass.wall;
128 thispass.user -= lastpass.user;
129 thispass.sys -= lastpass.sys;
130 return thispass;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dtimer.cc59 TimeStats& thispass = this->pass_times_[n]; local
60 this->get_time(&thispass);
125 TimeStats thispass = this->pass_times_[n]; local
127 thispass.wall -= lastpass.wall;
128 thispass.user -= lastpass.user;
129 thispass.sys -= lastpass.sys;
130 return thispass;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dtimer.cc59 TimeStats& thispass = this->pass_times_[n]; local
60 this->get_time(&thispass);
125 TimeStats thispass = this->pass_times_[n]; local
127 thispass.wall -= lastpass.wall;
128 thispass.user -= lastpass.user;
129 thispass.sys -= lastpass.sys;
130 return thispass;
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dserver.c2434 size_t thispass, got; local
2619 thispass = got;
2620 while (thispass > 0)
2626 buf_read_data (buf_from_primary, thispass, &newdata,
2653 thispass -= got;

Completed in 194 milliseconds