Home
last modified time | relevance | path

Searched refs:deeper (Results 1 – 25 of 112) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/
H A Dincluded-by23 deeper = True variable
39 deeper = False variable
64 file_list = find_gcc_files ("\*.h", current, deeper)
66 file_list = file_list + find_gcc_files ("\*.c", current, deeper)
67 file_list = file_list + find_gcc_files ("\*.cc", current, deeper)
H A Dheaderutils.py262 def find_gcc_files (name, current, deeper): argument
266 if not deeper:
271 if deeper:
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dincluded-by23 deeper = True variable
39 deeper = False variable
64 file_list = find_gcc_files ("\*.h", current, deeper)
66 file_list = file_list + find_gcc_files ("\*.c", current, deeper)
67 file_list = file_list + find_gcc_files ("\*.cc", current, deeper)
H A Dheaderutils.py262 def find_gcc_files (name, current, deeper): argument
266 if not deeper:
271 if deeper:
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/
H A Dtjsrcv10.ms15 ; Nothing deeper.
H A Dtmulv10.ms15 ; Nothing deeper.
H A Dtmemv10.ms15 ; Nothing deeper.
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/
H A DReadme3 This directory contains files that provide deeper discussions about
/netbsd-src/external/cddl/dtracetoolkit/dist/Notes/
H A DReadme3 This directory contains files that provide deeper discussions about
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Domap4-droid4-xt894.dts21 * of the gpio interrupt to avoid lost events in deeper idle states.
/netbsd-src/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/
H A Dmul_1.asm51 C lockup-free, we should use a deeper software pipeline, and load from S1 very
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-04-16-DynamicCompilation.txt17 tradeoff between performance and portability. On a deeper level, however,
/netbsd-src/external/lgpl3/mpc/dist/
H A DREADME17 This is for the impatient, for deeper explanations see the chapter
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/
H A DREADME.txt15 clang-proto-fuzzer is better at stressing deeper layers of Clang and LLVM.
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d2689 string deeper = indent~" "; in linearScope() local
2696 result ~= format("%sif (ch == %s) return true;\n", deeper, ival[0]); in linearScope()
2701 deeper, ival[0], ival[0]+1); in linearScope()
2706 result ~= format("%sif (ch < %s) return false;\n", deeper, ival[0]); in linearScope()
2707 result ~= format("%sif (ch < %s) return true;\n", deeper, ival[1]); in linearScope()
2710 … result ~= format("%sreturn false;\n%s}\n", deeper, indent); // including empty range of intervals in linearScope()
2728 string deeper = indent~" "; in switchScope() local
2734 deeper, ival[0]); in switchScope()
2739 deeper, ival[0], ival[1]-1); in switchScope()
2742 result ~= deeper~"default: return false;\n"~indent~"}\n"; in switchScope()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/doc/
H A Ddebug.options.texi163 With a non-zero value for @var{n}, DIEs at or deeper than @var{n}
/netbsd-src/external/gpl3/binutils/dist/binutils/doc/
H A Ddebug.options.texi163 With a non-zero value for @var{n}, DIEs at or deeper than @var{n}
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d2628 string deeper = indent~" ";
2635 result ~= format("%sif (ch == %s) return true;\n", deeper, ival[0]);
2640 deeper, ival[0], ival[0]+1);
2645 result ~= format("%sif (ch < %s) return false;\n", deeper, ival[0]);
2646 result ~= format("%sif (ch < %s) return true;\n", deeper, ival[1]);
2649 … result ~= format("%sreturn false;\n%s}\n", deeper, indent); // including empty range of intervals
2667 string deeper = indent~" ";
2673 deeper, ival[0]);
2678 deeper, ival[0], ival[1]-1);
2681 result ~= deeper~"default: return false;\n"~indent~"}\n";
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Danalyzer.opt35 … a call stack within the analyzer, before terminating analysis of a call that would recurse deeper.
/netbsd-src/external/gpl2/groff/dist/contrib/mom/
H A DBUGS309 deeper than they should. The alternative (from my point of view) is
/netbsd-src/external/lgpl3/gmp/dist/mpn/sparc32/v9/
H A Dmul_1.asm48 C Unrolling would allow deeper scheduling which could improve speed for L2
H A Daddmul_1.asm48 C Unrolling would allow deeper scheduling which could improve speed for L2
H A Dsubmul_1.asm48 C Unrolling would allow deeper scheduling which could improve speed for L2
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer.opt43 … a call stack within the analyzer, before terminating analysis of a call that would recurse deeper.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DFuzzingLLVM.rst190 stress deeper layers of programs. This works by defining a protobuf class that

12345