OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BRANCH
(Results
1 - 25
of
101
) sorted by relevancy
1
2
3
4
5
/src/external/gpl3/gcc/dist/contrib/reghunt/bin/
gcc-svn-patchlist
3
# Make a list of revisions for commits to the
branch
of interest (trunk
30
test $# -lt 2 && abort "usage: $0 low_date high_date [
branch
]"
37
BRANCH
="$3"
39
BRANCH
=""
42
# Verify
branch
name, convert a short name to the real one.
44
case $
BRANCH
in
45
"")
BRANCH
="trunk";;
46
mline)
BRANCH
="trunk";;
47
mainline)
BRANCH
="trunk";;
48
4.1)
BRANCH
="gcc-4_1-branch";
[
all
...]
gcc-svn-update
4
# and a particular
branch
.
34
BRANCH
=""
102
# Get the
branch
for this patch.
103
BRANCH
=`${REG_IDS} -f index -t
branch
${ID}`
104
if [ "${
BRANCH
}" = "error" ]; then
105
echo "`date` $0: cannot determine the SVN
branch
for id ${ID}"
109
if [ "${
BRANCH
}" = "trunk" ]; then
112
BRANCHPATH=branches/${
BRANCH
}
gcc-svn-update-fix
17
BRANCH
=""
85
# Get the
branch
for this patch.
86
BRANCH
=`${REG_IDS} -f index -t
branch
${ID}`
87
if [ "${
BRANCH
}" = "error" ]; then
88
echo "`date` $0: cannot determine the SVN
branch
for id ${ID}"
92
if [ "${
BRANCH
}" = "trunk" ]; then
95
BRANCHPATH=branches/${
BRANCH
}
gcc-svn-report
10
BRANCH
=`${REG_IDS} -f index -t
branch
${ID}`
/src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-svn-patchlist
3
# Make a list of revisions for commits to the
branch
of interest (trunk
30
test $# -lt 2 && abort "usage: $0 low_date high_date [
branch
]"
37
BRANCH
="$3"
39
BRANCH
=""
42
# Verify
branch
name, convert a short name to the real one.
44
case $
BRANCH
in
45
"")
BRANCH
="trunk";;
46
mline)
BRANCH
="trunk";;
47
mainline)
BRANCH
="trunk";;
48
4.1)
BRANCH
="gcc-4_1-branch";
[
all
...]
gcc-svn-update
4
# and a particular
branch
.
34
BRANCH
=""
102
# Get the
branch
for this patch.
103
BRANCH
=`${REG_IDS} -f index -t
branch
${ID}`
104
if [ "${
BRANCH
}" = "error" ]; then
105
echo "`date` $0: cannot determine the SVN
branch
for id ${ID}"
109
if [ "${
BRANCH
}" = "trunk" ]; then
112
BRANCHPATH=branches/${
BRANCH
}
gcc-svn-update-fix
17
BRANCH
=""
85
# Get the
branch
for this patch.
86
BRANCH
=`${REG_IDS} -f index -t
branch
${ID}`
87
if [ "${
BRANCH
}" = "error" ]; then
88
echo "`date` $0: cannot determine the SVN
branch
for id ${ID}"
92
if [ "${
BRANCH
}" = "trunk" ]; then
95
BRANCHPATH=branches/${
BRANCH
}
gcc-svn-report
10
BRANCH
=`${REG_IDS} -f index -t
branch
${ID}`
/src/external/gpl3/gdb/dist/sim/microblaze/
microblaze.isa
351
BRANCH
)
357
BRANCH
;
365
BRANCH
;
372
BRANCH
)
378
BRANCH
;
386
BRANCH
;
395
BRANCH
)
402
BRANCH
;
412
BRANCH
;
423
BRANCH
;
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/microblaze/
microblaze.isa
351
BRANCH
)
357
BRANCH
;
365
BRANCH
;
372
BRANCH
)
378
BRANCH
;
386
BRANCH
;
395
BRANCH
)
402
BRANCH
;
412
BRANCH
;
423
BRANCH
;
[
all
...]
/src/external/gpl3/gcc.old/dist/maintainer-scripts/
update_version_svn
9
IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0|4_1|4_2|4_3|4_4|4_5|4_6|4_7|4_8|4_9|5|6)-
branch
'
23
| egrep 'gcc-[0-9]+(_[0-9]+)?-
branch
$' \
36
for
BRANCH
in $BRANCHES; do
37
echo "Working on \"$
BRANCH
\"."
38
# Check out the files on the
branch
. HEAD is in a different namespace.
39
if test "$
BRANCH
" = HEAD; then
42
SVNROOT2=${SVNROOT}/branches/${
BRANCH
}
gcc_release
41
# This script will automatically use the head of the release
branch
456
This snapshot has been generated from the GCC "${
BRANCH
}" git
branch
457
with the following options: "git://gcc.gnu.org/git/gcc.git
branch
${GITBRANCH} revision ${GITREV}"
480
<p>This snapshot has been generated from the GCC "${
BRANCH
}" git
branch
481
with the following options: <code>"git://gcc.gnu.org/git/gcc.git
branch
${GITBRANCH} revision ${GITREV}"</code></p>
488
"Diffs from "${
BRANCH
}"-"${LAST_DATE}" are available in the diffs/ subdirectory.
490
When a particular snapshot is ready for public consumption the LATEST-"${
BRANCH
}"
496
<p>Diffs from "${
BRANCH
}"-"${LAST_DATE}" are available in th
[
all
...]
/src/external/apache2/llvm/dist/clang/INPUTS/
cfg-long-chain1.c
1
#define EXPAND_2_BRANCHES(i, x, y)
BRANCH
(i, x, y);
BRANCH
(i + 1, x, y);
16
#define
BRANCH
(i, x, y) if ((x % 13171) < i) { int var = x / 13171; y ^= var; }
18
#undef
BRANCH
cfg-long-chain2.c
1
#define EXPAND_2_BRANCHES(i, x, y)
BRANCH
(i, x, y);
BRANCH
(i + 1, x, y);
16
#define
BRANCH
(i, x, y) if (((x % 13171) + ++y) < i) { int var = x / 13171 + y; return var; }
18
#undef
BRANCH
cfg-long-chain3.c
1
#define EXPAND_2_BRANCHES(i, x, y)
BRANCH
(i, x, y);
BRANCH
(i + 1, x, y);
16
#define
BRANCH
(i, x, y) if ((x % 13171) < i) { int var = x / 13171; y ^= var; } else
18
#undef
BRANCH
/src/external/gpl3/gdb/dist/sim/ppc/
idecode_branch.h
21
/*
branch
macro's:
44
/* take the
branch
- absolute or relative - possibly updating the link
47
#define
BRANCH
(ADDRESS) \
59
("
BRANCH
- update_AA=%d update_LK=%d nia=0x%x cia=0x%x\n", \
/src/external/gpl3/gdb.old/dist/sim/ppc/
idecode_branch.h
21
/*
branch
macro's:
44
/* take the
branch
- absolute or relative - possibly updating the link
47
#define
BRANCH
(ADDRESS) \
59
("
BRANCH
- update_AA=%d update_LK=%d nia=0x%x cia=0x%x\n", \
/src/external/gpl3/gcc/dist/maintainer-scripts/
gcc_release
41
# This script will automatically use the head of the release
branch
456
This snapshot has been generated from the GCC "${
BRANCH
}" git
branch
457
with the following options: "git://gcc.gnu.org/git/gcc.git
branch
${GITBRANCH} revision ${GITREV}"
480
<p>This snapshot has been generated from the GCC "${
BRANCH
}" git
branch
481
with the following options: <code>"git://gcc.gnu.org/git/gcc.git
branch
${GITBRANCH} revision ${GITREV}"</code></p>
488
"Diffs from "${
BRANCH
}"-"${LAST_DATE}" are available in the diffs/ subdirectory.
490
When a particular snapshot is ready for public consumption the LATEST-"${
BRANCH
}"
496
<p>Diffs from "${
BRANCH
}"-"${LAST_DATE}" are available in th
[
all
...]
/src/lib/libcompat/regexp/
regexp.c
73
* all nodes except
BRANCH
implement concatenation; a "next" pointer with
74
* a
BRANCH
on both ends of it is connecting two alternatives. (Here we
75
* have one of the subtle syntax dependencies: an individual
BRANCH
(as
79
* particular, the operand of a
BRANCH
node is the first node of the
branch
.
80
* (NB this is *not* a tree structure: the tail of the
branch
connects
91
#define
BRANCH
6 /* node Match this alternative, or the next... */
106
*
BRANCH
The set of branches constituting a single choice are hooked
108
* anything being concatenated to any individual
branch
. The
109
* "next" pointer of the last
BRANCH
in a choice points to th
[
all
...]
/src/external/bsd/less/dist/
regexp.c
69
* all nodes except
BRANCH
implement concatenation; a "next" pointer with
70
* a
BRANCH
on both ends of it is connecting two alternatives. (Here we
71
* have one of the subtle syntax dependencies: an individual
BRANCH
(as
75
* particular, the operand of a
BRANCH
node is the first node of the
branch
.
76
* (NB this is *not* a tree structure: the tail of the
branch
connects
88
#define
BRANCH
6 /* node Match this alternative, or the next... */
101
*
BRANCH
The set of branches constituting a single choice are hooked
103
* anything being concatenated to any individual
branch
. The
104
* "next" pointer of the last
BRANCH
in a choice points to th
[
all
...]
/src/usr.bin/sed/
defs.h
119
BRANCH
, /* b t */
/src/external/gpl3/binutils/dist/include/opcode/
d10v.h
52
#define SHORT_B 3 /* short with 8-bit
branch
*/
53
#define LONG_B 8 /* long with 16-bit
branch
*/
85
#define
BRANCH
512 /*
branch
, no link */
/src/external/gpl3/binutils.old/dist/include/opcode/
d10v.h
52
#define SHORT_B 3 /* short with 8-bit
branch
*/
53
#define LONG_B 8 /* long with 16-bit
branch
*/
85
#define
BRANCH
512 /*
branch
, no link */
/src/external/gpl3/gdb/dist/include/opcode/
d10v.h
52
#define SHORT_B 3 /* short with 8-bit
branch
*/
53
#define LONG_B 8 /* long with 16-bit
branch
*/
85
#define
BRANCH
512 /*
branch
, no link */
/src/external/gpl3/gdb.old/dist/include/opcode/
d10v.h
52
#define SHORT_B 3 /* short with 8-bit
branch
*/
53
#define LONG_B 8 /* long with 16-bit
branch
*/
85
#define
BRANCH
512 /*
branch
, no link */
Completed in 42 milliseconds
1
2
3
4
5
Indexes created Sat Feb 28 05:31:39 UTC 2026