Home
last modified time | relevance | path

Searched defs:maxdepth (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpnmenc.c130 int maxdepth = (1 << av_pix_fmt_desc_get(avctx->pix_fmt)->comp[0].depth) - 1; in pnm_encode_frame() local
Dvorbisdec.c53 uint8_t maxdepth; member
/third_party/libunwind/libunwind/src/arm/
DGtrace.c407 int maxdepth = 0; in tdep_trace() local
/third_party/libunwind/libunwind/src/x86_64/
DGtrace.c404 int maxdepth = 0; in tdep_trace() local
/third_party/libunwind/libunwind/src/aarch64/
DGtrace.c406 int maxdepth = 0; in tdep_trace() local
/third_party/python/Python/
Dcompile.c7159 int nblocks = 0, maxdepth = 0; in stackdepth() local
7981 int maxdepth, int nlocalsplus) in makecode()
8441 int maxdepth = stackdepth(c); in assemble() local
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c5869 bool upb_msg_discardunknown(upb_msg *msg, const upb_msgdef *m, int maxdepth) { in upb_msg_discardunknown()