Home
last modified time | relevance | path

Searched refs:branches (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/openbsd/gnu/usr.bin/gcc/contrib/
H A Danalyze_brprob87 if (!(name in branches))
90 branches[name]=0
96 branches[name]+=1
132 maxbranches = branches["combined"]
141 branches[name], branches[name] * 100 / maxbranches,
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A DBRANCHES7 This table lists branches created by particular organizations. Please
16 CodeSourcery toolchain release branches.
17 Please do not commit to these branches without
22 CodeSourcery branded GNU Toolchain release branches.
/openbsd/regress/usr.bin/cvs/
H A Dtest_cvs_import_01_seed1.txt,v11 branches 1.1.1.1;
16 branches ;
H A Dtest_opencvs_import_01_seed1.txt,v13 branches
19 branches;
/openbsd/gnu/usr.bin/perl/Porting/
H A DGitUtils.pm27 my @branches=(
42 foreach my $name (@branches) {
H A Dmake_snapshot.pl50 my @branches=map { $is_bare ? $_ : "origin/$_" } (
60 foreach my $b (@branches) {
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgcov.c175 int branches; member
1088 function->branches++;
1125 a_ptr->next = line_info->branches;
1126 line_info->branches = a_ptr;
1196 if (function->branches)
1200 function->branches, 2),
1201 function->branches, title, function->name);
1205 function->branches, 2),
1206 function->branches, title, function->name);
1443 line_ptr->branches = prev;
[all …]
/openbsd/gnu/usr.bin/cvs/doc/
H A Dcvs.info-948 * -j (merging branches): Merging a branch.
81 * Access a branch: Accessing branches.
112 * Branch, accessing: Accessing branches.
113 * Branch, check out: Accessing branches.
115 * Branch, identifying: Accessing branches.
116 * Branch, retrieving: Accessing branches.
120 * Branches, sticky: Accessing branches.
126 * Changes, copying between branches: Branching and merging.
128 * Check out a branch: Accessing branches.
317 * Identifying a branch: Accessing branches.
[all …]
H A DRCSFILES40 1.2 branches 1.2.2.1; next 1.1;
41 1.1 branches 1.1.2.1; next;
42 1.1.2.1 branches; next;
43 1.2.2.1 branches; next;
60 to the RCS file format, and this is magic branches. See cvs.texinfo
195 with other features, such as lightweight creation of branches
196 (particularly using CVS magic branches).
H A Dcvs.aux160 'xrdef {Branches motivation-title}{What branches are good for}
166 'xrdef {Accessing branches-title}{Accessing branches}
167 'xrdef {Accessing branches-pg}{42}
168 'xrdef {Accessing branches-snt}{Section'tie5.3}
328 'xrdef {Multiple vendor branches-title}{Multiple vendor branches}
329 'xrdef {Multiple vendor branches-pg}{80}
330 'xrdef {Multiple vendor branches-snt}{Section'tie13.6}
400 'xrdef {import-title}{import---Import sources into CVS, using vendor branches}
/openbsd/gnu/gcc/gcc/
H A Dgcov.c202 int branches; member
1321 coverage->branches++; in add_branch_counts()
1391 if (coverage->branches) in function_summary()
1395 coverage->branches, 2), in function_summary()
1396 coverage->branches); in function_summary()
1399 coverage->branches, 2), in function_summary()
1400 coverage->branches); in function_summary()
1542 arc->line_next = line->u.branches; in add_line_counts()
1543 line->u.branches = arc; in add_line_counts()
1578 for (arc = line->u.branches, arc_p = NULL; arc; in accumulate_line_counts()
[all …]
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DGCOV.cpp52 uint64_t branches = 0; member
721 int branches = 0, execBranches = 0, takenBranches = 0; in collectSourceLine() local
723 ++branches; in collectSourceLine()
729 if (branches > 1) { in collectSourceLine()
730 summary->branches += branches; in collectSourceLine()
944 if (summary.branches == 0) { in printSummary()
948 double(summary.branchesExec) * 100 / summary.branches, in printSummary()
949 summary.branches); in printSummary()
951 double(summary.branchesTaken) * 100 / summary.branches, in printSummary()
952 summary.branches); in printSummary()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlgit.pod41 branches in the repository:
49 The branches that begin with "origin" correspond to the "git remote"
51 remote will be exactly tracked by these branches. You should NEVER do
52 work on these remote tracking branches. You only ever do work in a
84 however both will update the remote-tracking branches in your
152 branches where the fix should be applied.
430 =head2 Topic branches and rewriting history
432 Individual committers should create topic branches under
485 "primary" branches. That is any branch matching
582 as remote-tracking branches. To do this edit the remote in
[all …]
/openbsd/gnu/gcc/gcc/config/m32r/
H A Dm32r.opt40 Prefer branches over conditional execution
44 Give branches their default cost
/openbsd/regress/usr.bin/rcs/
H A Dtest-truncated,v10 branches;
/openbsd/gnu/gcc/gcc/config/pdp11/
H A Dpdp11.opt52 Do not pretend that branches are expensive
56 Pretend that branches are expensive
/openbsd/gnu/llvm/llvm/docs/Proposals/
H A DGitHubMove.rst71 * Maintain local branches, enabling multiple threads of development.
74 * Maintain remote forks and branches on Git hosting services and
472 To switch branches::
496 To switch branches::
551 The simplest way to migrate such branches is with the
571 # import those for which you have local branches.
634 # Create local branches for upstream monorepo branches.
948 # Preserve release branches.
962 You may want to merge other corresponding branches, for example
999 interleaved with commits on local project branches (for example,
[all …]
/openbsd/gnu/gcc/gcc/doc/
H A Dgcov.texi132 [@option{-u}|@option{--unconditional-branches}]
162 each branch in your program was taken. Unconditional branches will not
167 Write branch frequencies as the number of branches taken, rather than
168 the percentage of branches taken.
210 @itemx --unconditional-branches
212 Unconditional branches are normally not interesting.
370 80.00% of 5 branches executed in file tmp.c
371 80.00% of 5 branches taken at least once in file tmp.c
416 be multiple branches and calls listed for a single source line if there
418 branches and calls are each given a number. There is no simple way to map
[all …]
/openbsd/gnu/gcc/gcc/config/arm/
H A Darm926ejs.md170 ;; core can predict most branches. If the branch is predicted
172 ;; eliminated from the instruction stream. Some branches can
174 ;; all branches are predicted correctly, and that the latency is
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-m68k.texi97 Always keep branches PC-relative. In the M680x0 architecture all branches
102 branches are available, only word branches will be emitted. An error
104 option has no effect on 68020 and other processors that have long branches.
461 If no long branches are available and the @samp{--pcrel} option is not
463 branches are available, the @samp{--pcrel} option is given, and a word
481 instruction. However, if a word branch is not sufficient, no long branches
506 sufficient and long branches are available, when the source reads
515 If, however, long branches are not available and the @samp{--pcrel} option is
/openbsd/gnu/usr.bin/cvs/src/
H A Drcs.c932 dellist (&rnode->branches);
2638 if (vn->branches == NULL)
2643 head = vn->branches->list;
2951 if (vers->branches == NULL)
2958 for (p = vers->branches->list->next; p != vers->branches->list; p = p->next)
6272 if (revp->branches != NULL)
7232 if (vers->branches == NULL)
7247 if (p == vers->branches->list)
7476 vnode->branches = getlist ();
7856 if (vers->branches != NULL)
[all …]
/openbsd/gnu/llvm/lld/utils/
H A Dlink.yaml16 - name: branches
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-m68k.texi141 Always keep branches PC-relative. In the M680x0 architecture all branches
146 branches are available, only word branches will be emitted. An error
148 option has no effect on 68020 and other processors that have long branches.
528 If no long branches are available and the @samp{--pcrel} option is not
530 branches are available, the @samp{--pcrel} option is given, and a word
548 instruction. However, if a word branch is not sufficient, no long branches
573 sufficient and long branches are available, when the source reads
582 If, however, long branches are not available and the @samp{--pcrel} option is
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.opt96 Emit direct branches to local functions
100 Emit indirect branches to local functions
/openbsd/gnu/gcc/gcc/config/mmix/
H A Dmmix.opt62 Use P-mnemonics for branches statically predicted as taken
66 Don't use P-mnemonics for branches

12345678910>>...16