HomeSort by: relevance | last modified time | path
    Searched defs:branches (Results 1 - 12 of 12) sorted by relevancy

  /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:
  /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/gpl2/xcvs/dist/src/
rcs.h 162 List *branches; member in struct:rcsversnode
178 * CVS reserves all even-numbered branches for its own use. "magic" branches
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...]
  /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/gpl2/rcs/dist/src/
rcsbase.h 156 * Added Dbranch for default branches.
365 struct branchhead * branches; /* list of first revisions on branches*/ member in struct:hshentry
  /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/libarchive/dist/libarchive/
archive_read_support_format_rar.c 192 int branches[2]; member in struct:huffman_tree_node
2656 while (code->tree[node].branches[0] != code->tree[node].branches[1])
2667 if (code->tree[node].branches[bit] < 0)
2673 node = code->tree[node].branches[bit];
2676 return code->tree[node].branches[0];
2749 if (code->tree[lastnode].branches[0] ==
2750 code->tree[lastnode].branches[1])
2763 if (!(code->tree[lastnode].branches[bit] < 0))
2781 * Set branches *
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 2592 /* Relax branches that don't allow comparisons against an immediate value
2593 of zero to the corresponding branches with implicit zero immediates. */
3741 branches), you need a multi-instruction expansion to get the full range
3742 anyway. And because 18-bit branches are handled identically to 15-bit
3743 branches, there isn't any point in changing it. */
4646 that are expanding to wide branches end up having formats that
5432 forward branch, mark the frag accordingly. Backward branches
6596 int branches = 0;
6615 branches++;
6655 if (branches > 1
6585 int branches = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 2592 /* Relax branches that don't allow comparisons against an immediate value
2593 of zero to the corresponding branches with implicit zero immediates. */
3741 branches), you need a multi-instruction expansion to get the full range
3742 anyway. And because 18-bit branches are handled identically to 15-bit
3743 branches, there isn't any point in changing it. */
4646 that are expanding to wide branches end up having formats that
5432 forward branch, mark the frag accordingly. Backward branches
6596 int branches = 0;
6615 branches++;
6655 if (branches > 1
6585 int branches = 0; local
    [all...]

Completed in 54 milliseconds