Home
last modified time | relevance | path

Searched defs:max_depth (Results 1 – 25 of 64) sorted by relevance

123

/third_party/abseil-cpp/absl/debugging/
Dstacktrace.cc68 int max_depth, int skip_count, in Unwind()
86 void** result, int* sizes, int max_depth, int skip_count) { in GetStackFrames()
92 GetStackFramesWithContext(void** result, int* sizes, int max_depth, in GetStackFramesWithContext()
100 void** result, int max_depth, int skip_count) { in GetStackTrace()
106 GetStackTraceWithContext(void** result, int max_depth, int skip_count, in GetStackTraceWithContext()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dstacktrace.cc70 int max_depth, int skip_count, in Unwind()
88 void** result, int* sizes, int max_depth, int skip_count) { in GetStackFrames()
94 GetStackFramesWithContext(void** result, int* sizes, int max_depth, in GetStackFramesWithContext()
102 void** result, int max_depth, int skip_count) { in GetStackTrace()
108 GetStackTraceWithContext(void** result, int max_depth, int skip_count, in GetStackTraceWithContext()
/third_party/boost/boost/stacktrace/
Dsafe_dump_to.hpp140 BOOST_FORCEINLINE std::size_t safe_dump_to(std::size_t skip, std::size_t max_depth, const char* fil… in safe_dump_to()
178 BOOST_FORCEINLINE std::size_t safe_dump_to(std::size_t skip, std::size_t max_depth, void* fd) BOOST… in safe_dump_to()
189 BOOST_FORCEINLINE std::size_t safe_dump_to(std::size_t skip, std::size_t max_depth, int fd) BOOST_N… in safe_dump_to()
Dstacktrace.hpp67 BOOST_NOINLINE void init(std::size_t frames_to_skip, std::size_t max_depth) { in init()
158 …BOOST_FORCEINLINE basic_stacktrace(std::size_t skip, std::size_t max_depth, const allocator_type& … in basic_stacktrace()
/third_party/python/Lib/xml/etree/
DElementInclude.py117 max_depth=DEFAULT_MAX_INCLUSION_DEPTH): argument
131 def _include(elem, loader, base_url, max_depth, _parent_hrefs): argument
/third_party/mesa3d/src/compiler/glsl/
Dlower_if_to_cond_assign.cpp65 unsigned max_depth, in ir_if_to_cond_assign_visitor()
100 unsigned max_depth; member in __anondc49f7220111::ir_if_to_cond_assign_visitor
110 unsigned max_depth, unsigned min_branch_cost) in lower_if_to_cond_assign()
/third_party/gn/src/base/json/
Djson_reader.cc37 JSONReader::JSONReader(int options, int max_depth) in JSONReader()
45 int max_depth) { in Read()
Djson_parser.cc32 StackMarker(int max_depth, int* depth) in StackMarker()
56 JSONParser::JSONParser(int options, int max_depth) in JSONParser()
/third_party/ffmpeg/libavcodec/
Ddcahuff.h37 int max_depth; ///< Parameter for get_vlc2() member
Dget_bits.h706 #define GET_VLC(code, name, gb, table, bits, max_depth) \ argument
739 max_depth, need_update) \ argument
798 int bits, int max_depth) in get_vlc2()
/third_party/glib/glib/glib-mirroring-tab/
Dgen-mirroring-tab.c172 int max_depth, in gen_mirroring_tab()
218 int max_depth = atoi (argv[1]); in main() local
Dpacktab.c33 static int n, a, max_depth, digits, tab_width, per_row; variable
/third_party/jerryscript/jerry-core/vm/
Dvm-utils.c101 vm_get_backtrace (uint32_t max_depth) /**< maximum backtrace depth, 0 = unlimited */ in vm_get_backtrace()
/third_party/node/deps/brotli/c/enc/
Dbit_cost_inc.h73 size_t max_depth = 1; in FN() local
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.h123 void set_max_recursion_depth(int max_depth) { in set_max_recursion_depth()
Djson_stream_parser.h87 void set_max_recursion_depth(int max_depth) { in set_max_recursion_depth()
/third_party/skia/third_party/externals/brotli/c/enc/
Dbit_cost_inc.h73 size_t max_depth = 1; in FN() local
/third_party/jsoncpp/devtools/
Dantglob.py104 max_depth = 25): argument
/third_party/glib/glib/
Dgvariant-parser.c831 guint max_depth, in maybe_parse()
962 guint max_depth, in array_parse()
1101 guint max_depth, in tuple_parse()
1208 guint max_depth, in variant_parse()
1395 guint max_depth, in dictionary_parse()
2203 guint max_depth, in typedecl_parse()
2314 guint max_depth, in parse()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Devaluator.cc79 const uint32_t max_depth = MsContext::GetInstance()->get_param<uint32_t>(MS_CTX_MAX_CALL_DEPTH); in EnterStackFrame() local
199 const uint32_t max_depth = MsContext::GetInstance()->get_param<uint32_t>(MS_CTX_MAX_CALL_DEPTH); in Eval() local
/third_party/mesa3d/src/intel/vulkan/
Dgfx8_cmd_buffer.c113 float max_depth = MAX2(vp->minDepth, vp->maxDepth); in gfx8_cmd_buffer_emit_depth_viewport() local
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dhuffman_encode_utils.c245 int max_depth = bit_depths[0]; in GenerateOptimalTree() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_blit.c207 unsigned max_width, max_height, max_depth, j, num; in si_test_blit() local
/third_party/skia/third_party/externals/libwebp/src/utils/
Dhuffman_encode_utils.c245 int max_depth = bit_depths[0]; in GenerateOptimalTree() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_test_dma.c210 unsigned bpp, max_width, max_height, max_depth, j, num; in r600_test_dma() local

123