Searched refs:maxdepth (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dget_pathname.c70 ext2_ino_t ino, int maxdepth,
85 if (!dir || (maxdepth < 0)) {
106 retval = ext2fs_get_pathname_int(fs, gp.parent, dir, maxdepth-1,
69 ext2fs_get_pathname_int(ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino, int maxdepth, char *buf, char **name) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dfind.c378 int maxdepth = (int)(ptrdiff_t)userData; local
380 if (depth > maxdepth) return SKIP;
802 USE_FEATURE_FIND_MAXDEPTH("-maxdepth\0")
814 int maxdepth = INT_MAX; local
836 * We implement: -follow, -xdev, -maxdepth
868 maxdepth = xatoi_u(argp[1]);
887 (void*)(ptrdiff_t)maxdepth,/* user data */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_spf.c1225 u_int router_count, network_count, maxdepth;
1231 maxdepth = router_count = network_count = 0;
1239 if (maxdepth < vertex->depth)
1240 maxdepth = vertex->depth;
1275 maxdepth, VTY_NEWLINE);
1223 u_int router_count, network_count, maxdepth; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis_dec.c52 uint_fast8_t maxdepth; member in struct:__anon578
398 codebook_setup->maxdepth=0;
400 if (tmp_vlc_bits[t]>=codebook_setup->maxdepth) codebook_setup->maxdepth=tmp_vlc_bits[t];
402 if(codebook_setup->maxdepth > 3*V_NB_BITS) codebook_setup->nb_bits=V_NB_BITS2;
405 codebook_setup->maxdepth=(codebook_setup->maxdepth+codebook_setup->nb_bits-1)/codebook_setup->nb_bits;
1062 AV_DEBUG( "floor0 dec: maximum depth: %d\n", codebook.maxdepth );
1067 codebook.maxdepth ) *
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Damifb.c518 static u_short maxdepth[3]; /* SHRES/HIRES/LORES: index = clk_shift */ variable
2265 maxdepth[TAG_SHRES] = 0; /* OCS means no SHRES */
2266 maxdepth[TAG_HIRES] = 4;
2267 maxdepth[TAG_LORES] = 6;
2279 maxdepth[TAG_SHRES] = 2;
2280 maxdepth[TAG_HIRES] = 4;
2281 maxdepth[TAG_LORES] = 6;
2301 maxdepth[TAG_SHRES] = 8;
2302 maxdepth[TAG_HIRES] = 8;
2303 maxdepth[TAG_LORE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A DMakefile372 for file in `find -maxdepth 1 -name "*.gcno"`; do \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_trie.c151 unsigned int maxdepth; member in struct:trie_stat
2101 if (iter.depth > s->maxdepth)
2102 s->maxdepth = iter.depth;
2132 seq_printf(seq, "\tMax depth: %u\n", stat->maxdepth);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c5517 u_char reqtags, maxdepth; local
5536 maxdepth = lp->scdev_depth;
5537 if (maxdepth > lp->maxnxs) maxdepth = lp->maxnxs;
5538 if (lp->maxtags > maxdepth) lp->maxtags = maxdepth;
5539 if (lp->numtags > maxdepth) lp->numtags = maxdepth;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/
H A DMakefile866 `find $(objtree) $(srctree) -maxdepth 1 -regex $(pattern) | sort -u`)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex416 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
4598 \splittopskip=\topskip \splitmaxdepth=\maxdepth
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex420 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
4840 \splittopskip=\topskip \splitmaxdepth=\maxdepth

Completed in 158 milliseconds