Home
last modified time | relevance | path

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

123

/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/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/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/elfutils/libdw/
Ddwarf_peel_type.c52 int max_depth = MAX_DEPTH; in dwarf_peel_type() local
/third_party/ffmpeg/libavcodec/
Ddcahuff.h38 int max_depth; ///< Parameter for get_vlc2() member
Dget_bits.h696 #define GET_VLC(code, name, gb, table, bits, max_depth) \ argument
729 max_depth, need_update) \ argument
788 int bits, int max_depth) in get_vlc2()
Dhuffyuvdec.c568 #define VLC_INTERN(dst, table, gb, name, bits, max_depth) \ argument
594 bits, max_depth, OP) \ argument
/third_party/grpc/third_party/upb/upb/wire/
Dencode.h64 uint32_t max_depth = upb_EncodeOptions_GetMaxDepth(encode_options); in upb_Encode_LimitDepth() local
Ddecode.h108 uint32_t max_depth = upb_DecodeOptions_GetMaxDepth(decode_options); in upb_Decode_LimitDepth() local
/third_party/protobuf/upb/wire/
Dencode.h64 uint32_t max_depth = upb_EncodeOptions_GetMaxDepth(encode_options); in upb_Encode_LimitDepth() local
Ddecode.h108 uint32_t max_depth = upb_DecodeOptions_GetMaxDepth(decode_options); in upb_Decode_LimitDepth() local
/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/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dgraph.cc158 static bool PrepareTraceParam(ValueNode *node, TraceVector *tv, int depth, int max_depth, bool *has… in PrepareTraceParam()
176 static bool CheckDepth(int depth, int max_depth) { return depth < max_depth || max_depth == -1; } in CheckDepth()
178 static bool CheckDepthForTrace(TracePtr *ret, ValueNode *node, int depth, int max_depth) { in CheckDepthForTrace()
208 TracePtr GetTrace(ValueNode *node, bool strict, bool print, int depth, int max_depth) { in GetTrace()
/third_party/brotli/c/enc/
Dbit_cost_inc.h73 size_t max_depth = 1; in FN() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dbit_cost_inc.h73 size_t max_depth = 1; in FN() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/
Dreshape_reduce_fusion.cc34 int max_depth = 10; in CheckIsClosedCycle() local
/third_party/grpc/third_party/upb/upb/message/internal/
Dcompare_unknown_test.cc105 int max_depth) { in CompareUnknownWithMaxDepth()
/third_party/protobuf/upb/message/internal/
Dcompare_unknown_test.cc105 int max_depth) { in CompareUnknownWithMaxDepth()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dinhabitedness.rs53 max_depth: usize, field
/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.c191 unsigned bpp, max_width, max_height, max_depth, j, num; in r600_test_dma() local
/third_party/skia/m133/third_party/externals/libwebp/src/utils/
Dhuffman_encode_utils.c245 int max_depth = bit_depths[0]; in GenerateOptimalTree() local
/third_party/flatbuffers/src/
Dreflection.cpp753 const uoffset_t max_depth, const uoffset_t max_tables) { in Verify()
762 const uoffset_t max_depth, const uoffset_t max_tables) { in VerifySizePrefixed()
/third_party/flatbuffers/include/flatbuffers/
Dverifier.h30 uoffset_t max_depth = 64; member

123