Home
last modified time | relevance | path

Searched refs:thispass (Results 1 – 3 of 3) sorted by relevance

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