Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 25 of 58) sorted by relevance

123

/dragonfly/contrib/cryptsetup/
H A DMakefile.in61 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62 html-recursive info-recursive install-data-recursive \
63 install-dvi-recursive install-exec-recursive \
64 install-html-recursive install-info-recursive \
65 install-pdf-recursive install-ps-recursive install-recursive \
66 installcheck-recursive installdirs-recursive pdf-recursive \
67 ps-recursive uninstall-recursive
68 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
69 distclean-recursive maintainer-clean-recursive
386 tags-recursive:
[all …]
/dragonfly/contrib/cvs-1.12/contrib/
H A Drcs2log.sh109 recursive= # t if we want recursive rlog
177 -R) recursive=t;;
320 case $recursive in
H A DREADME67 recursive. In CVS 1.3 (and later), however, most of
68 the commands are recursive. However, this may still
/dragonfly/contrib/cvs-1.12/diff/
H A Ddiff.c63 static int recursive; variable
466 recursive = 1;
1086 if (depth > 0 && !recursive)
1111 && recursive
1233 recursive = 0;
/dragonfly/contrib/binutils-2.34/gprof/
H A Dfsf_callg_bl.m27 only includes non-recursive calls, and is followed by
28 a `+' and the number of recursive calls.
79 The `+' recursive calls entry shows the number of function calls that
H A Dbsd_callg_bl.m25 than recursive calls).
/dragonfly/contrib/binutils-2.27/gprof/
H A Dfsf_callg_bl.m27 only includes non-recursive calls, and is followed by
28 a `+' and the number of recursive calls.
79 The `+' recursive calls entry shows the number of function calls that
H A Dbsd_callg_bl.m25 than recursive calls).
H A Dgprof.texi1155 separated by a @samp{+}. The first number counts non-recursive calls,
1156 and the second counts recursive calls.
1212 followed by the total number of non-recursive calls to @code{report} from
1271 followed by the total number of non-recursive calls to @code{report}.
1311 @code{a} is indirectly recursive?
1394 recursive calls back to @code{a}.
1404 itself). This is a generalization of the usual split into non-recursive and
1405 recursive calls.
1777 For a recursive function, Unix @code{gprof} lists the function as a
1779 of recursive calls. @sc{gnu} @code{gprof} omits these lines and puts
[all …]
/dragonfly/tools/regression/usr.bin/m4/
H A Dm4wrap3.m44 dnl Check the behavior in presence of recursive m4wraps
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgnu.texi10 recursive acronym for ``GNU's Not Unix''; it is pronounced
/dragonfly/contrib/gcc-4.7/gcc/
H A Dparams.def58 counted and once the recursive inline limit (see
79 "max-inline-insns-recursive",
80 "The maximum number of instructions inline function can grow to via recursive inlining",
84 "max-inline-insns-recursive-auto",
85 "The maximum number of instructions non-inline function can grow to via recursive inlining",
89 "max-inline-recursive-depth",
90 "The maximum depth of recursive inlining for inline functions",
94 "max-inline-recursive-depth-auto",
95 "The maximum depth of recursive inlining for non-inline functions",
99 "min-inline-recursive-probability",
H A Dcif-code.def70 DEFCIFCODE(RECURSIVE_INLINING, N_("recursive inlining"))
/dragonfly/doc/
H A Dporting_drivers.txt32 In particular, DragonFly does not allow recursive exclusive spinlocks
50 recursive lockmgr locks.
93 recursive lock acquisitions, so there is no generic way to emulate the
/dragonfly/contrib/diffutils/src/
H A Ddiff.c81 static bool recursive; variable
475 recursive = true; in main()
1289 if (parent && !recursive) in compare_files()
1312 && recursive in compare_files()
H A Dutil.c732 setup_output (char const *name0, char const *name1, bool recursive) in setup_output() argument
736 currently_recursive = recursive; in setup_output()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dparams.def66 counted and once the recursive inline limit (see
87 "max-inline-insns-recursive",
88 "The maximum number of instructions inline function can grow to via recursive inlining.",
92 "max-inline-insns-recursive-auto",
93 "The maximum number of instructions non-inline function can grow to via recursive inlining.",
97 "max-inline-recursive-depth",
98 "The maximum depth of recursive inlining for inline functions.",
102 "max-inline-recursive-depth-auto",
103 "The maximum depth of recursive inlining for non-inline functions.",
107 "min-inline-recursive-probability",
[all …]
H A Dpredict.def95 /* Same as LOOP_EXIT but for loops containing recursive call. */
125 DEF_PREDICTOR (PRED_RECURSIVE_CALL, "recursive call", PROB_EVEN, 0)
H A Dcif-code.def80 N_("recursive inlining"))
/dragonfly/contrib/zstd/programs/
H A Dzstdcli.c726 unsigned recursive = 0; in main() local
756 (void)recursive; (void)cLevelLast; /* not used when ZSTD_NOBENCH set */ in main()
1019 case 'r': recursive=1; argument++; break; in main()
1140 …if (recursive) { /* at this stage, filenameTable is a list of paths, which can contain both files… in main()
/dragonfly/contrib/bmake/
H A DFILES215 unit-tests/depsrc-recursive.exp
216 unit-tests/depsrc-recursive.mk
565 unit-tests/recursive.exp
566 unit-tests/recursive.mk
655 unit-tests/var-recursive.exp
656 unit-tests/var-recursive.mk
/dragonfly/contrib/tcsh-6/
H A Dcomplete.tcsh153 c/--/"(directory force interactive verbose recursive help version)"/ \
729 recursive reject= relative retr-symlinks save-headers \
924 text directories recursive files-without-match \
936 text directories recursive files-without-match \
948 text directories recursive files-without-match \
967 quiet reference recursive verbose help version)"/ \
971 recursive verbose help version)"/ \
974 recursive help version)"/ c/-/"(c f R v)"/
995 interactive link preserve parents sparse recursive \
1208 purge record-avail recursive refuse-downgrade \
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dmutex92 /// The standard recursive mutex type.
398 __throw_system_error(EAGAIN); // [thread.timedmutex.recursive]/3
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dfs_fwd.h83 recursive = 8, in _GLIBCXX_VISIBILITY() enumerator
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dmutex118 // matches a recursive mutex with a member 'actual'
124 // matches a gthr-win32.h recursive mutex

123