Home
last modified time | relevance | path

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

/third_party/libunwind/libunwind/tests/
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()
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()
/third_party/python/Tools/c-analyzer/c_common/
Dlogging.py14 maxlevel=logging.CRITICAL, argument
/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/ffmpeg/libavcodec/
Dmpegvideo_enc.c1965 const int maxlevel = s->max_qcoeff; in clip_coeffs() local
/third_party/python/Tools/scripts/
Dtexi2html.py1181 def listcontents(self, title, maxlevel): argument