Searched refs:BRANCH (Results 1 - 22 of 22) sorted by path

/freebsd-11-stable/bin/freebsd-version/
H A DMakefile10 eval $$(egrep '^(TYPE|REVISION|BRANCH)=' ${NEWVERS}) ; \
14 s/@@BRANCH@@/$${BRANCH}/g; \
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-opc.c142 'B' BRANCH branch address (22 bit pc relative)
247 #define BRANCH (FORCELIMM + 1)
252 #define JUMP (BRANCH + 1)
246 #define BRANCH macro
/freebsd-11-stable/contrib/less/
H A Dregexp.c67 * all nodes except BRANCH implement concatenation; a "next" pointer with
68 * a BRANCH on both ends of it is connecting two alternatives. (Here we
69 * have one of the subtle syntax dependencies: an individual BRANCH (as
73 * particular, the operand of a BRANCH node is the first node of the branch.
86 #define BRANCH 6 /* node Match this alternative, or the next... */ macro
99 * BRANCH The set of branches constituting a single choice are hooked
102 * "next" pointer of the last BRANCH in a choice points to the
105 * branch starts with the operand node of a BRANCH node.
111 * BRANCH structures using BACK. Simple cases (one character
256 scan = r->program+1; /* First BRANCH
[all...]
/freebsd-11-stable/release/
H A DMakefile.azure19 .if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
H A DMakefile.gce26 .if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
H A DMakefile.vagrant31 .if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
87 ${.CURDIR}/scripts/atlas-upload.sh -b ${TYPE}-${REVISION}-${BRANCH} -f ${VAGRANT_TARGET}.${PROVIDER}.box -p ${PROVIDER} -k ${VAGRANT_KEY} -u ${VAGRANT_USERNAME} -v ${VAGRANT_VERSION}
89 ${.CURDIR}/scripts/atlas-upload.sh -b ${TYPE}-${REVISION}-${BRANCH} -f ${VAGRANT_TARGET}.${PROVIDER}.box -p ${PROVIDER}_desktop -k ${VAGRANT_KEY} -u ${VAGRANT_USERNAME} -v ${VAGRANT_VERSION}
H A DMakefile59 .for _V in TYPE BRANCH REVISION
64 OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}
65 VOLUME_LABEL= ${REVISION:C/[.-]/_/g}_${BRANCH:C/[.-]/_/g}_${TARGET}
67 OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}-${TARGET_ARCH}
68 VOLUME_LABEL= ${REVISION:C/[.-]/_/g}_${BRANCH:C/[.-]/_/g}_${TARGET_ARCH}
H A DMakefile.ec232 .if ${BRANCH} == "CURRENT" || ${BRANCH} == "STABLE" || ${BRANCH} == "PRERELEASE"
42 EC2SNSREL= ${REVISION}-${BRANCH}
91 "${TYPE} ${REVISION}-${BRANCH}-${TARGET}${AMINAMESUFFIX}" \
H A DMakefile.mirrors31 .if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE" || ${BRANCH:MALPHA*} != ""
67 . if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE" || ${BRANCH:MALPHA*} != ""
76 VM_DIR= ${TLD}/VM-IMAGES/${REVISION}-${BRANCH}/${TARGET_ARCH}
83 FTP_DIR= ${TLD}/${TARGET}/${TARGET_ARCH}/${REVISION}-${BRANCH}
[all...]
H A DMakefile.vm42 .for _V in TYPE BRANCH REVISION
H A Drelease.sh282 BRANCH=$(chroot ${CHROOTDIR} make -C /usr/src/release -V BRANCH)
283 UNAME_r=${REVISION}-${BRANCH}
301 BRANCH=$(chroot ${CHROOTDIR} make -C /usr/src/release -V BRANCH)
/freebsd-11-stable/stand/ficl/
H A Dficl.h1083 BRANCH, enumerator in enum:__anon4926
H A Dtools.c246 case BRANCH:
H A Dvm.c186 BRANCH,
H A Dwords.c4795 {BRANCH, branchParen},
/freebsd-11-stable/usr.bin/sed/
H A Dcompile.c97 {'b', 2, BRANCH},
114 {'t', 2, BRANCH},
299 case BRANCH: /* b t */
H A Ddefs.h117 BRANCH, /* b t */ enumerator in enum:e_args
/freebsd-11-stable/
H A DMakefile.inc1358 _BRANCH!= MK_AUTO_OBJ=no ${MAKE} -C ${SRCDIR}/release -V BRANCH
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp588 case R600::BRANCH:
H A DR600ISelLowering.cpp395 case R600::BRANCH:
H A DR600InstrInfo.cpp670 return Opcode == R600::BRANCH || Opcode == R600::BRANCH_COND_i32 ||
686 // R600::BRANCH* instructions are only available after isel and are not
/freebsd-11-stable/sys/conf/
H A Dnewvers.sh47 BRANCH="STABLE"
49 BRANCH=${BRANCH_OVERRIDE}
51 RELEASE="${REVISION}-${BRANCH}"

Completed in 233 milliseconds