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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/
H A Dcleanup-man-pages.sh28 (find . -maxdepth 1 -name "_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all underscore-prefixed items"
29 (find . -maxdepth 1 -name "DBus*Internal*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
30 (find . -maxdepth 1 -name "dbus_*_internal_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
65 (find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all dbus-prefixed items"
66 (find . -maxdepth 1 -name "DBUS_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBUS_-prefixed items"
67 (find . -maxdepth 1 -name "DBus*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBus-prefixed items"
71 (find . -maxdepth 1 -type f | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move remaining items"
75 MISSING_COUNT=`find . -maxdepth 1 -type f -name "*" | wc -l`
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dschedule.c413 int maxdepth = depth; local
449 if (d > maxdepth)
450 maxdepth = d;
453 if (d > maxdepth)
454 maxdepth = d;
457 return maxdepth;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpnmenc.c86 int maxdepth = (1 << (av_pix_fmt_desc_get(avctx->pix_fmt)->comp[0].depth_minus1 + 1)) - 1; local
88 "%d\n", maxdepth);
H A Dvorbisdec.c53 uint8_t maxdepth; member in struct:__anon3246
430 codebook_setup->maxdepth = 0;
432 if (tmp_vlc_bits[t] >= codebook_setup->maxdepth)
433 codebook_setup->maxdepth = tmp_vlc_bits[t];
435 if (codebook_setup->maxdepth > 3 * V_NB_BITS)
440 codebook_setup->maxdepth = (codebook_setup->maxdepth+codebook_setup->nb_bits - 1) / codebook_setup->nb_bits;
1110 av_dlog(NULL, "floor0 dec: maximum depth: %d\n", codebook.maxdepth);
1113 codebook.nb_bits, codebook.maxdepth)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/boot/
H A Dinstall.sh30 for i in `find . -maxdepth 1 -name '*.h' -print`; do
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisdec.c49 uint8_t maxdepth; member in struct:__anon2009
420 codebook_setup->maxdepth = 0;
422 if (tmp_vlc_bits[t] >= codebook_setup->maxdepth)
423 codebook_setup->maxdepth = tmp_vlc_bits[t];
425 if (codebook_setup->maxdepth > 3 * V_NB_BITS)
430 codebook_setup->maxdepth = (codebook_setup->maxdepth+codebook_setup->nb_bits - 1) / codebook_setup->nb_bits;
1085 av_dlog(NULL, "floor0 dec: maximum depth: %d\n", codebook.maxdepth);
1088 codebook.nb_bits, codebook.maxdepth)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Damifb.c518 static u_short maxdepth[3]; /* SHRES/HIRES/LORES: index = clk_shift */ variable
2257 maxdepth[TAG_SHRES] = 0; /* OCS means no SHRES */
2258 maxdepth[TAG_HIRES] = 4;
2259 maxdepth[TAG_LORES] = 6;
2271 maxdepth[TAG_SHRES] = 2;
2272 maxdepth[TAG_HIRES] = 4;
2273 maxdepth[TAG_LORES] = 6;
2293 maxdepth[TAG_SHRES] = 8;
2294 maxdepth[TAG_HIRES] = 8;
2295 maxdepth[TAG_LORE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A DMakefile372 for file in `find -maxdepth 1 -name "*.gcno"`; do \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_trie.c145 unsigned int maxdepth; member in struct:trie_stat
2136 if (iter.depth > s->maxdepth)
2137 s->maxdepth = iter.depth;
2171 seq_printf(seq, "\tMax depth: %u\n", stat->maxdepth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c5495 u_char reqtags, maxdepth; local
5514 maxdepth = lp->scdev_depth;
5515 if (maxdepth > lp->maxnxs) maxdepth = lp->maxnxs;
5516 if (lp->maxtags > maxdepth) lp->maxtags = maxdepth;
5517 if (lp->numtags > maxdepth) lp->numtags = maxdepth;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/bakefiles/
H A Dmake_dist.mk530 -mindepth 1 -maxdepth 1 -type d -not -name CVS`; do \
534 `find $$s -maxdepth 1 -name 'makefile.*' -o -name descrip.mms -o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex420 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
4840 \splittopskip=\topskip \splitmaxdepth=\maxdepth
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex417 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
4628 \splittopskip=\topskip \splitmaxdepth=\maxdepth
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexinfo.tex417 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
4628 \splittopskip=\topskip \splitmaxdepth=\maxdepth
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DMakefile.in[all...]

Completed in 324 milliseconds