HomeSort by: relevance | last modified time | path
    Searched refs:deeper (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/header-tools/
included-by 23 deeper = True
39 deeper = False
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)
headerutils.py 242 # If not found, try looking a bit deeper
259 # DEEPER is True if you want to search 3 levels below the current directory
262 def find_gcc_files (name, current, deeper):
266 if not deeper:
271 if deeper:
  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
included-by 23 deeper = True
39 deeper = False
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)
headerutils.py 242 # If not found, try looking a bit deeper
259 # DEEPER is True if you want to search 3 levels below the current directory
262 def find_gcc_files (name, current, deeper):
266 if not deeper:
271 if deeper:
  /src/usr.bin/make/unit-tests/
directive-if-nested.mk 4 # .if directives is pre-allocated, any deeper nesting is reallocated.
  /src/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/
mul_1.asm 51 C lockup-free, we should use a deeper software pipeline, and load from S1 very
  /src/external/bsd/zstd/dist/tests/
playTests.sh 743 mkdir tmpInputTestDir/we/must/go/deeper
744 println cool > tmpInputTestDir/we/must/go/deeper/tmp2
746 zstd tmp1 tmpInputTestDir/we/must/go/deeper/tmp2 --output-dir-flat tmpOutDir
763 mkdir -p tmpInputTestDir/we/.../..must/go/deeper..
764 println cool > tmpInputTestDir/we/.../..must/go/deeper../tmp2
767 test -f tmpOutDir/tmpInputTestDir/we/.../..must/go/deeper../tmp2.zst
770 zstd -r tmpInputTestDir/we/.../..must/../..mustgo/deeper.. --output-dir-mirror non-exist && die "input cannot contain '..'"
771 zstd -r tmpInputTestDir/we/.../..must/deeper../.. --output-dir-mirror non-exist && die "input cannot contain '..'"
772 zstd -r ../tests/tmpInputTestDir/we/.../..must/deeper.. --output-dir-mirror non-exist && die "input cannot contain '..'"
776 zstd -r tmpInputTestDir/we/.../..must/go/deeper.. --output-dir-mirror tmpou
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 2628 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...]
  /src/external/lgpl3/gmp/dist/mpn/sparc32/v9/
addmul_1.asm 48 C Unrolling would allow deeper scheduling which could improve speed for L2
mul_1.asm 48 C Unrolling would allow deeper scheduling which could improve speed for L2
submul_1.asm 48 C Unrolling would allow deeper scheduling which could improve speed for L2

Completed in 23 milliseconds