Searched refs:branch (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py448 extra = {'branch': active.localtip.branch()}
500 current branch, if no heads are determined to be outgoing, it
501 will be the most recent head on the current branch.
505 # A modified working copy is seen as a proto-branch, and thus
509 wctx.branch() != wctx.parents()[0].branch()):
519 self.ui.warn('The current branch has more than one head, '
529 branch that is shared between a parent and child workspace,
534 '''Return the changeset on the same branch a
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2py.c1026 dump(int branch) argument
1032 type = ops[branch].ival;
1038 printf("%-5d\"%s\"\n",branch,ops[branch+1].cval);
1041 printf("(%-5d%s %d\n",branch,opname[type],len);
1044 dump(ops[branch+i].ival);
H A Da2p.h378 void dump ( int branch );
H A Ds2p.PL229 is given, branch to the end of the script.
473 or execution of a B<t> function. If no label is given, branch to the end of
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s61 * copy with ldw/stw; branch to finish_up
63 * copy with ldx/stx; branch to finish_up
69 * copy words; branch to finish_up
71 * load words, shift half words, store words; branch to finish_up
73 * load words, shift 3 bytes, store words; branch to finish_up
75 * load words, shift 1 byte, store words; branch to finish_up
230 ba 2f ! branch to the trailing byte copy
353 bnz,pn %ncc, .smallunalign ! branch to word aligned case
361 bnz,pn %ncc, .smallwords ! branch to word aligned case
363 bge,a %ncc, .medl64 ! if we branch
[all...]
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s102 jmp .sse_nt_loop / branch across alignment nops
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s332 bz,pt %ncc, .smallword ! branch to word aligned case
418 bz,pt %ncc, .smlong ! branch to long word aligned case
509 bz,pt %ncc, .medlwordq ! branch to long word aligned case
560 bnz,pt %ncc, .mediumsetup ! branch to skip aligned cases
571 bz,pt %ncc, .medlword ! branch to long word aligned case
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL239 displayed for each branch of the tree.
242 times in the same branch then all these calls go into one branch of
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemcmp.s255 ! 1-alt. branch with s1/s2 alignness
H A Dmemcpy.s149 ba 2f ! branch to the trailing byte copy
784 std %f6, [%o0 + 0x8] ! faligndata in branch delay
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s51 ! check for a zero-byte. If one is found, we branch to a method
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_audit.c559 char *branch = asr_nvl_str(pkg, "Branch"); local
584 err |= asr_buf_append_xml_nv(out, PAD_ITEM, "branch", branch);
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py34 on the current branch that is also in the parent workspace to
194 raise util.Abort('workspace contains uncommitted branch')
669 on the branch 'default', and that no new branches have been
692 ui.write('\nChecking for branch changes:\n')
694 if repo.dirstate.branch() != 'default':
695 ui.write("Warning: Workspace tip has named branch: '%s'\n"
697 "Use the following commands to restore the branch name:\n"
698 " hg branch [-f] default\n"
701 (repo.dirstate.branch()))
714 " hg branch [
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c2155 bin_tree_t *tree, *branch = NULL;
2166 branch = parse_branch (regexp, preg, token, syntax, nest, err);
2167 if (BE (*err != REG_NOERROR && branch == NULL, 0))
2171 branch = NULL;
2172 tree = create_tree (dfa, tree, branch, OP_ALT);
2146 bin_tree_t *tree, *branch = NULL; local
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s89 * copy with ldw/stw; branch to finish_up
91 * copy with ldx/stx; branch to finish_up
97 * copy words; branch to finish_up
99 * load words, shift half words, store words; branch to finish_up
101 * load words, shift 3 bytes, store words; branch to finish_up
103 * load words, shift 1 byte, store words; branch to finish_up
266 ba 2f ! branch to the trailing byte copy
780 bz,pt %ncc, .smallword ! branch to word aligned case
964 bnz,pt %ncc, .smallwordx ! branch to word aligned case
966 bge,a %ncc, .medl64 ! if we branch
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s52 ! check for a zero-byte. If one is found, we branch to a method
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s254 ! subcc %o0, %o1, %o4 ! in delay slot of branch
324 be,a %ncc, 1f ! branch taken if src is 64-byte aligned
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm1165 | LOGOP A control branch OP
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c2221 re_unwind_branch_t branch; member in union:re_unwind_t
2254 regnode *inner; /* Next node in internal branch. */
3344 /* Now go into the first branch */
3958 re_unwind_branch_t *uwb = &(uw->branch);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp1787 die "panic: do not know how to handle this branch for function pointers"

Completed in 95 milliseconds