OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_end
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_fake_stack.cc
116
uptr FakeStack::AddrIsInFakeStack(uptr ptr, uptr *frame_beg, uptr *
frame_end
) {
127
*
frame_end
= res + BytesInSizeClass(class_id);
253
uptr frame_beg,
frame_end
;
255
reinterpret_cast<uptr>(addr), &frame_beg, &
frame_end
));
260
if (end) *end = reinterpret_cast<void*>(
frame_end
);
asan_fake_stack.h
132
uptr AddrIsInFakeStack(uptr addr, uptr *frame_beg, uptr *
frame_end
);
/external/webrtc/webrtc/common_audio/include/
audio_util.h
163
const T* const
frame_end
= interleaved + num_channels;
local
166
while (interleaved <
frame_end
) {
Completed in 95 milliseconds