OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastpass
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
timer.cc
126
TimeStats&
lastpass
= n > 0 ? this->pass_times_[n-1] : this->start_time_;
local
127
thispass.wall -=
lastpass
.wall;
128
thispass.user -=
lastpass
.user;
129
thispass.sys -=
lastpass
.sys;
/external/opencv3/3rdparty/libjasper/
jpc_t2enc.c
172
jpc_enc_pass_t *
lastpass
;
local
290
lastpass
= endpass - 1;
295
if (pass->term || pass ==
lastpass
) {
312
lastpass
= endpass - 1;
316
if (pass->term || pass ==
lastpass
) {
371
lastpass
= endpass - 1;
376
if (jas_stream_copy(out, cblk->stream,
lastpass
->end - startpass->start)) {
Completed in 84 milliseconds