HomeSort by: relevance | last modified time | path
    Searched defs:branch (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/tests/usr.bin/indent/
lsym_question.c 58 const char *branch = cond local
  /src/sys/external/bsd/sljit/dist/doc/tutorial/
branch.c 19 static int branch(long a, long b, long c) function
76 return branch(4, 5, 6);
  /src/sbin/ifconfig/
af_link.c 70 static cmdloop_branch_t branch; variable
130 cmdloop_branch_init(&branch, &link_pkw.pk_parser);
131 register_cmdloop_branch(&branch);
ether.c 62 static cmdloop_branch_t branch; variable
185 cmdloop_branch_init(&branch, &ethercaps.pk_parser);
186 register_cmdloop_branch(&branch);
vlan.c 58 static cmdloop_branch_t branch; variable
184 cmdloop_branch_init(&branch, &vlan.pk_parser);
185 register_cmdloop_branch(&branch);
af_atalk.c 88 static cmdloop_branch_t branch; variable
255 cmdloop_branch_init(&branch, &atalk.pk_parser);
256 register_cmdloop_branch(&branch);
agr.c 178 static cmdloop_branch_t branch; variable
193 cmdloop_branch_init(&branch, &agr.pk_parser);
194 register_cmdloop_branch(&branch);
l2tp.c 53 static cmdloop_branch_t branch; variable
266 cmdloop_branch_init(&branch, &l2tp.pk_parser);
267 register_cmdloop_branch(&branch);
pfsync.c 59 static cmdloop_branch_t branch; variable
223 cmdloop_branch_init(&branch, &pfsync.pk_parser);
224 register_cmdloop_branch(&branch);
tunnel.c 63 static cmdloop_branch_t branch; variable
198 cmdloop_branch_init(&branch, &tunnel.pk_parser);
199 register_cmdloop_branch(&branch);
carp.c 57 static cmdloop_branch_t branch; variable
295 cmdloop_branch_init(&branch, &carp.pk_parser);
296 register_cmdloop_branch(&branch);
af_inet6.c 78 static cmdloop_branch_t branch[2]; variable
485 cmdloop_branch_init(&branch[0], &ia6flags.pk_parser);
486 cmdloop_branch_init(&branch[1], &inet6.pk_parser);
487 register_cmdloop_branch(&branch[0]);
488 register_cmdloop_branch(&branch[1]);
  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_update_version.py 93 help='Modify current branch (--push argument is ignored)')
131 branch.name.split('/')[-1] + '.patch')
134 logging.info('branch diff written to %s' % patch)
147 repo.git.push('origin', branch)
148 logging.info('branch is pushed')
156 logging.info('=== Working on the current branch ===')
164 branch = repo.branches[name] variable
166 branch = repo.create_head(name, ref).set_tracking_branch(ref) variable
167 logging.info('=== Working on: %s ===' % branch)
168 branch.checkout(
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_update_version.py 79 help='Modify current branch (--push argument is ignored)')
117 branch.name.split('/')[-1] + '.patch')
120 print('branch diff written to %s' % patch)
131 repo.git.push('origin', branch)
132 print('branch is pushed')
138 print('=== Working on the current branch ===', flush=True)
146 branch = repo.branches[name] variable
148 branch = repo.create_head(name, ref).set_tracking_branch(ref) variable
149 print('=== Working on: %s ===' % branch, flush=True)
150 branch.checkout(
    [all...]
  /src/external/gpl2/xcvs/dist/src/
status.c 302 char *branch = NULL; local
305 branch = RCS_whatbranch(finfo->rcs, edata->tag);
310 cvs_output (branch ? "branch" : "revision", 0);
312 cvs_output (branch ? branch : vers->vn_rcs, 0);
315 if (branch)
316 free (branch);
384 char *branch = NULL; local
388 branch = RCS_whatbranch(xrcsnode, p->key)
    [all...]
admin.c 32 "\t-b[rev] Set default branch (highest branch on trunk if omitted).\n",
44 "\t-l[rev] Lock revision (latest revision on branch,\n",
48 "\t-n tag[:[rev]] Tag branch or revision. If :rev is omitted,\n",
50 "\t revision on the default branch.\n",
55 "\t rev: rev and following revisions on the same branch.\n",
56 "\t rev:: After rev on the same branch.\n",
57 "\t :rev rev and previous revisions on the same branch.\n",
58 "\t ::rev Before rev on the same branch.\n",
61 "\t-s state[:rev] Set revision state (latest revision on branch,\n"
78 char *branch; member in struct:admin_data
745 char *branch = &admin_data->branch[2]; local
    [all...]
rcs.h 24 #define RCSBRANCH "branch"
77 /* Value for branch keyword from RCS header, or NULL if omitted. */
78 char *branch; member in struct:rcsnode
181 * ".1" branch for vendor revisions. So, if you do your own branching, you
182 * should limit your use to odd branch numbers starting at 3.
  /src/external/bsd/zstd/dist/tests/
DEPRECATED-test-zstd-speed.py 92 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files,
98 % (email_header, pid, branch, commit, last_commit,
111 branches = execute('git branch -rl', verbose)
119 def git_get_changes(branch, commit, last_commit):
125 return str('Changes in %s since %s:\n' % (branch, last_commit)) + '\n'.join(commits)
138 if len(words) <= 4: # branch + commit + compilerVer + md5
150 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersion, resultsFileName,
172 myfile.write('%s %s %s md5=%s\n' % (branch, commit, compilerVersion, md5sum))
176 log("WARNING: No data for comparison for branch=%s file=%s " % (branch, fileName)
344 branch = "" variable
    [all...]
  /src/sys/arch/arm/arm/
disassem.c 80 * b - branch address
98 * t - thumb branch address (bits 24, 0-23)
185 /* A5.5 Branch, branch with link, and block data transfer */
437 int branch; local
601 /* b - branch address */
603 branch = ((insn << 2) & 0x03ffffff);
604 if (branch & 0x02000000)
605 branch |= 0xfc000000;
606 di->di_printaddr(loc + 8 + branch);
    [all...]
  /src/sys/arch/m68k/fpe/
fpu_emulate.c 1062 int advance, sig, branch, displ; local
1065 branch = test_cc(fe, insn->is_word1);
1066 if (branch > 0)
1067 return branch;
1073 if (branch) {
1077 /* decrement Dn and if (Dn != -1) branch */
1124 if (branch) {
1139 sig = fpu_store_ea(frame, insn, &insn->is_ea, (char *)&branch);
1158 * Get branch displacement.
1187 * branch does take place; 2 is the offset to the 1st disp wor
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/stormy16/
stormy16.cc 140 of a SImode subtract followed by a branch (not a compare-and-branch),
153 /* Emit a branch of kind CODE to location LOC. */
158 rtx condition_rtx, loc_ref, branch, cy_clobber; local
213 /* We can't allow reload to try to generate any reload after a branch,
225 branch = gen_rtx_SET (pc_rtx,
232 vec = gen_rtvec (2, branch, cy_clobber);
234 vec = gen_rtvec (2, branch, gen_rtx_CLOBBER (VOIDmode, op0));
243 vec = gen_rtvec (3, branch, sub, cy_clobber);
249 /* Take a SImode conditional branch, one of GT/LE/GTU/LEU, and spli
    [all...]
  /src/common/lib/libc/gen/
ptree.c 81 * each node has two identities: its leaf identity and its branch identity.
82 * Each is separate from the other. Every branch is tagged as to whether
83 * it points to a leaf or a branch. This is not an attribute of the object
85 * the tag to determine whether it points to a leaf or branch identity, with
86 * branch identities having the low bit set.
88 * A node's branch identity has one rule: when traversing the tree from the
90 * the node's branch identity. Of course, that has an exception: since to
91 * store N leaves, you need N-1 branches. That one node whose branch identity
95 * which branch slot is used. The bit length can be zero resulting in a
96 * one-way branch. This happens in two special cases: the root an
211 pt_node_t * const branch = PT_NODE(branch_node); local
1081 const pt_node_t *branch; local
    [all...]
  /src/external/bsd/atf/dist/atf-c/detail/
fs_test.c 257 const char *branch; member in struct:test
272 printf("Expected output: %s\n", t->branch);
277 ATF_REQUIRE(strcmp(atf_fs_path_cstring(&bp), t->branch) == 0);
  /src/external/gpl3/gcc/dist/gcc/config/stormy16/
stormy16.cc 284 of a SImode subtract followed by a branch (not a compare-and-branch),
297 /* Emit a branch of kind CODE to location LOC. */
302 rtx condition_rtx, loc_ref, branch, cy_clobber; local
357 /* We can't allow reload to try to generate any reload after a branch,
369 branch = gen_rtx_SET (pc_rtx,
376 vec = gen_rtvec (2, branch, cy_clobber);
378 vec = gen_rtvec (2, branch, gen_rtx_CLOBBER (VOIDmode, op0));
387 vec = gen_rtvec (3, branch, sub, cy_clobber);
393 /* Take a SImode conditional branch, one of GT/LE/GTU/LEU, and spli
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
logic.cc 246 clause& branch () function in struct:formula
609 clause& c2 = f.branch ();

Completed in 43 milliseconds

1 2 3