Home
last modified time | relevance | path

Searched refs:top_type (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DIOHandler.h526 bool CheckTopIOHandlerTypes(IOHandler::Type top_type, in CheckTopIOHandlerTypes() argument
531 m_stack[num_io_handlers - 1]->GetType() == top_type && in CheckTopIOHandlerTypes()
DDebugger.h205 bool CheckTopIOHandlerTypes(IOHandler::Type top_type,
/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc1186 int top_type = kNumExplicitInterpolationFilters; in GetInterpolationFilterCdf() local
1190 top_type = block.bp_top->interpolation_filter[direction]; in GetInterpolationFilterCdf()
1200 if (left_type == top_type) { in GetInterpolationFilterCdf()
1203 context += top_type; in GetInterpolationFilterCdf()
1204 } else if (top_type == kNumExplicitInterpolationFilters) { in GetInterpolationFilterCdf()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp927 bool Debugger::CheckTopIOHandlerTypes(IOHandler::Type top_type, in CheckTopIOHandlerTypes() argument
929 return m_io_handler_stack.CheckTopIOHandlerTypes(top_type, second_top_type); in CheckTopIOHandlerTypes()