HomeSort by: relevance | last modified time | path
    Searched refs:branches (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/external/lgpl3/mpfr/dist/
version-ext.sh 25 # the commit may appear in multiple branches, i.e. which diverge after
26 # the commit; thus we exclude branches created after this commit, based
30 # branches, this means that something is probably wrong with the tags
31 # or the branches (merged branches should be deleted).
33 git tag --contains | $SED -n 's/-root$//p' > excluded-branches
36 $GREP -v '^(' | $GREP -v -F -f excluded-branches -x || true`
37 rm excluded-branches
  /src/external/gpl3/gcc/dist/contrib/reghunt/bin/
gcc-svn-patchlist 60 BRANCHPATH=branches/${BRANCH}
gcc-svn-update 112 BRANCHPATH=branches/${BRANCH}
gcc-svn-update-fix 95 BRANCHPATH=branches/${BRANCH}
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-svn-patchlist 60 BRANCHPATH=branches/${BRANCH}
gcc-svn-update 112 BRANCHPATH=branches/${BRANCH}
gcc-svn-update-fix 95 BRANCHPATH=branches/${BRANCH}
  /src/external/gpl3/gcc/dist/maintainer-scripts/
bugzilla-close-candidate.py 43 if 'branches/gcc-' in line:
94 branches = sorted(list(get_branches_by_comments(comments)),
96 if branches:
97 branches_str = ','.join(branches)
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
bugzilla-close-candidate.py 43 if 'branches/gcc-' in line:
94 branches = sorted(list(get_branches_by_comments(comments)),
96 if branches:
97 branches_str = ','.join(branches)
update_version_svn 4 # it. Consider all release branches except those matching the regular
5 # expression in $IGNORE_BRANCHES, and also consider those branches listed
20 # Compute the branches which we should update.
21 BRANCHES=`$SVN ls $SVNROOT/branches \
26 BRANCHES="${BRANCHES} ${ADD_BRANCHES}"
36 for BRANCH in $BRANCHES; do
42 SVNROOT2=${SVNROOT}/branches/${BRANCH}
  /src/external/gpl3/gcc/dist/contrib/
analyze_brprob.py 45 # HEURISTICS BRANCHES (REL) HITRATE COVERAGE (REL)
62 # prediction pass and it predicts 55.2% branches correctly. As you can,
151 def branches(self): member in class:Summary
170 return 100.0 * self.successfull_branches() / self.branches()
197 (self.name, self.branches(),
198 percentage(self.branches(), branches_max),
247 return max([v.branches() for k, v in self.heuristics.items()])
256 sorter = lambda x: x.branches()
267 ('HEURISTICS', 'BRANCHES', '(REL)',
269 'predict.def', '(REL)', 'HOT branches (>%d%%)' % hot_threshold)
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
analyze_brprob.py 43 # HEURISTICS BRANCHES (REL) HITRATE COVERAGE (REL)
60 # prediction pass and it predicts 55.2% branches correctly. As you can,
149 def branches(self): member in class:Summary
168 return 100.0 * self.successfull_branches() / self.branches()
195 (self.name, self.branches(),
196 percentage(self.branches(), branches_max),
245 return max([v.branches() for k, v in self.heuristics.items()])
254 sorter = lambda x: x.branches()
265 ('HEURISTICS', 'BRANCHES', '(REL)',
267 'predict.def', '(REL)', 'HOT branches (>%d%%)' % hot_threshold)
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_update_version.py 73 help='Push updated active branches')
145 if name in repo.branches:
146 branch = repo.branches[name]
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
GCOV.cpp 51 uint64_t branches = 0; member in struct:__anon4496::Summary
705 int branches = 0, execBranches = 0, takenBranches = 0; local
707 ++branches;
713 if (branches > 1) {
714 summary->branches += branches;
928 if (summary.branches == 0) {
929 os << "No branches\n";
931 os << format("Branches executed:%.2f%% of %" PRIu64 "\n",
932 double(summary.branchesExec) * 100 / summary.branches,
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
cmpsi2.S 53 ;; Note - code from __ucmpsi2 branches into here.
80 ;; Note - code from __ucmpsi2 branches into here.
115 ;; Note: These branches go into the __cmpsi2 code!
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
cmpsi2.S 53 ;; Note - code from __ucmpsi2 branches into here.
80 ;; Note - code from __ucmpsi2 branches into here.
115 ;; Note: These branches go into the __cmpsi2 code!
  /src/sys/arch/m68k/060sp/dist/
iskeletn.s 66 # _isp_unimp() branches to here so that the operating system
85 # stack frame and branches to this routine.
118 # Integer Instruction stack frame and branches to this routine.
123 # stack frame and branches to the _real_trace() entry point.
  /src/usr.bin/make/unit-tests/
directive-for-break.mk 40 # lines from inactive branches are only parsed as far as necessary to see
cond-undef-lint.mk 22 # Since the condition fails to evaluate, neither of the branches is taken.
  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_update_version.py 87 help='Push updated active branches')
163 if name in repo.branches:
164 branch = repo.branches[name]
  /src/external/gpl2/xcvs/dist/src/
rcs.c 970 if (rnode->branches != NULL)
971 dellist (&rnode->branches);
2112 * process the branches list of a revision delta
2151 * dates, and walking branches, if necessary.
2255 * FIXME: assumes all magic branches are of
2449 * - is an even-numbered revision, to avoid conflicts with vendor branches
2486 /* only look at even numbered branches */
2554 * take into account any magic branches as well.
2605 * for the specified *symbolic* tag. Magic branches are handled correctly.
2727 if (vn->branches == NULL
8090 List *branches; local
    [all...]
rcs.h 162 List *branches; member in struct:rcsversnode
178 * CVS reserves all even-numbered branches for its own use. "magic" branches
  /src/external/gpl3/gcc/dist/gcc/
gcov.cc 241 /* Branches from blocks that end on this line. */
242 vector<arc_info *> branches; member in class:line_info
252 line_info::line_info (): count (0), branches (), blocks (), exists (false),
385 int branches; member in struct:coverage_info
595 /* Show unconditional branches too. */
974 fnotice (file, " -c, --branch-counts Output counts of branches taken\n\
996 fnotice (file, " -u, --unconditional-branches Show unconditional branch counts too\n");
1044 { "unconditional-branches", no_argument, NULL, 'u' },
1172 json::array *branches = new json::array ();
1173 lineo->set ("branches", branches)
1171 json::array *branches = new json::array (); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcov.cc 208 /* Branches from blocks that end on this line. */
209 vector<arc_info *> branches; member in class:line_info
219 line_info::line_info (): count (0), branches (), blocks (), exists (false),
350 int branches; member in struct:coverage_info
553 /* Show unconditional branches too. */
930 fnotice (file, " -c, --branch-counts Output counts of branches taken\n\
950 fnotice (file, " -u, --unconditional-branches Show unconditional branch counts too\n");
996 { "unconditional-branches", no_argument, NULL, 'u' },
1117 json::array *branches = new json::array ();
1118 lineo->set ("branches", branches)
1116 json::array *branches = new json::array (); local
    [all...]
  /src/external/bsd/zstd/dist/tests/
DEPRECATED-test-zstd-speed.py 111 branches = execute('git branch -rl', verbose)
113 for line in branches:
355 branches = git_get_branches() variable
356 for branch in branches:

Completed in 27 milliseconds

1 2 3