Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/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()
/dragonfly/contrib/binutils-2.27/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()
/dragonfly/contrib/cvs-1.12/src/
H A Dserver.c2425 size_t thispass, got; in become_proxy() local
2610 thispass = got; in become_proxy()
2611 while (thispass > 0) in become_proxy()
2617 buf_read_data (buf_from_primary, thispass, &newdata, in become_proxy()
2644 thispass -= got; in become_proxy()