OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_frames_
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/
asan_fake_stack.h
44
FakeFrameLifo() :
n_frames_
(0) {}
46
CHECK_LT(
n_frames_
, kMaxNumberOfFrames);
47
frames_[
n_frames_
++] = node;
50
CHECK(
n_frames_
);
51
n_frames_
--;
54
if (
n_frames_
== 0)
56
return frames_[
n_frames_
- 1];
59
uptr
n_frames_
;
member in class:__asan::FakeFrameLifo
/external/libvpx/libvpx/test/
cq_test.cc
42
n_frames_
= 0;
57
n_frames_
++;
65
double avg_psnr = log10(psnr_ /
n_frames_
) * 10.0;
70
int n_frames() const { return
n_frames_
; }
76
int
n_frames_
;
member in class:__anon21157::CQTest
Completed in 47 milliseconds