Searched refs:remove_frame (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/coregrind/m_dispatch/
H A Ddispatch-arm-linux.S101 beq remove_frame /* we're OK */
107 remove_frame: label
H A Ddispatch-x86-darwin.S143 jmp remove_frame
148 remove_frame: label
H A Ddispatch-x86-linux.S144 jmp remove_frame
149 remove_frame: label
H A Ddispatch-amd64-darwin.S143 jmp remove_frame
148 remove_frame: label
H A Ddispatch-amd64-linux.S144 jmp remove_frame
149 remove_frame: label
H A Ddispatch-ppc64-linux.S289 b .remove_frame
296 .remove_frame:
H A Ddispatch-ppc32-linux.S295 b remove_frame
302 remove_frame: label
H A Ddispatch-arm64-linux.S110 // beq remove_frame /* we're OK */
116 remove_frame: label
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_buffer.cc97 bool remove_frame = false; local
101 remove_frame = decoding_state->UpdateEmptyFrame(oldest_frame);
103 remove_frame = decoding_state->IsOldFrame(oldest_frame);
105 if (!remove_frame) {

Completed in 1248 milliseconds