Searched defs:maxdepth (Results 1 - 16 of 16) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | pnmenc.c | 130 int maxdepth = (1 << av_pix_fmt_desc_get(avctx->pix_fmt)->comp[0].depth) - 1; in pnm_encode_frame() local
|
H A D | vorbisdec.c | 53 uint8_t maxdepth; member
|
/third_party/libunwind/libunwind/src/x86_64/ |
H A D | Gtrace.c | 404 int maxdepth = 0; in tdep_trace() local
|
/third_party/libunwind/libunwind/src/aarch64/ |
H A D | Gtrace.c | 406 int maxdepth = 0; in tdep_trace() local
|
/third_party/libunwind/libunwind/src/arm/ |
H A D | Gtrace.c | 407 int maxdepth = 0; in tdep_trace() local
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_sfq.c | 118 u8 maxdepth; /* limit of packets per flow */ member
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_sfq.c | 118 u8 maxdepth; /* limit of packets per flow */ member
|
/third_party/eudev/src/libudev/ |
H A D | libudev-enumerate.c | 861 static int parent_crawl_children(struct udev_enumerate *enumerate, const char *path, int maxdepth) in parent_crawl_children() argument
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_trie.c | 157 unsigned int maxdepth; member
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_trie.c | 158 unsigned int maxdepth; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | amifb.c | 517 static u_short maxdepth[3]; /* SHRES/HIRES/LORES: index = clk_shift */ variable [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | amifb.c | 517 static u_short maxdepth[3]; /* SHRES/HIRES/LORES: index = clk_shift */ variable [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.c | 5628 u_char reqtags, maxdepth; in ncr_setup_tags() local
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.c | 5462 u_char reqtags, maxdepth; in ncr_setup_tags() local
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 5869 bool upb_msg_discardunknown(upb_msg *msg, const upb_msgdef *m, int maxdepth) { in upb_msg_discardunknown() argument
|
/third_party/python/Python/ |
H A D | compile.c | 7159 int nblocks = 0, maxdepth = 0; in stackdepth() local 8441 int maxdepth = stackdepth(c); in assemble() local 7980 makecode(struct compiler *c, struct assembler *a, PyObject *constslist, int maxdepth, int nlocalsplus) makecode() argument [all...] |
Completed in 107 milliseconds