Searched refs:new_depth (Results 1 - 4 of 4) sorted by relevance

/external/lldb/include/lldb/Target/
H A DStackFrameList.h129 SetCurrentInlinedDepth (uint32_t new_depth);
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios.c654 int mode, new_depth; local
680 new_depth = new_video_mode->depth;
681 if (new_depth == 4) {
683 new_depth=8;
685 } else if (new_depth == 8) {
692 new_screen_size = width * height * ((new_depth)>>3);
748 if ( ! SDL_ReallocFormat(current, new_depth, 0, 0, 0, 0) ) {
757 current->pitch = (width * new_depth)>>3;
819 SDL_XBIOS_CentscreenSetmode(this, width, height, new_depth);
825 if (new_depth >
[all...]
/external/lldb/source/Target/
H A DStackFrameList.cpp244 StackFrameList::SetCurrentInlinedDepth (uint32_t new_depth) argument
246 m_current_inlined_depth = new_depth;
247 if (new_depth == UINT32_MAX)
/external/chromium_org/third_party/lcov/bin/
H A Dlcov3569 my $new_depth;
3587 $new_depth = (tr/\///);
3588 if ($old_depth == $new_depth)
3594 elsif ($new_depth > $old_depth)

Completed in 4069 milliseconds