Home
last modified time | relevance | path

Searched defs:maxlevel (Results 1 – 8 of 8) sorted by relevance

/third_party/libunwind/tests/
DGperf-simple.c41 static int maxlevel = 100; variable
58 measure_unwind (int maxlevel, double *step) in measure_unwind()
93 g1 (int level, int maxlevel, double *step) in g1()
103 f1 (int level, int maxlevel, double *step) in f1()
DGperf-trace.c41 static int maxlevel = 100; variable
58 measure_unwind (int maxlevel, double *step) in measure_unwind()
79 g1 (int level, int maxlevel, double *step) in g1()
89 f1 (int level, int maxlevel, double *step) in f1()
/third_party/python/Tools/c-analyzer/c_common/
Dlogging.py14 maxlevel=logging.CRITICAL, argument
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c273 print_hierarchy (GType type, gint level, gint * maxlevel) in print_hierarchy()
1624 gint maxlevel = 0; in print_element_info() local
1737 gint maxlevel = 0; in print_tracer_info() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Denc_msa.c812 const v8i16 maxlevel = __msa_fill_h(MAX_LEVEL); in QuantizeBlock_MSA() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Denc_msa.c812 const v8i16 maxlevel = __msa_fill_h(MAX_LEVEL); in QuantizeBlock_MSA() local
/third_party/ffmpeg/libavcodec/
Dmpegvideo_enc.c2181 const int maxlevel = s->max_qcoeff; in clip_coeffs() local
/third_party/python/Tools/scripts/
Dtexi2html.py1181 def listcontents(self, title, maxlevel): argument