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

/freebsd-11.0-release/release/
H A DMakefile.ec28 .if ${BRANCH} == "CURRENT" || ${BRANCH} == "STABLE" || ${BRANCH} == "PRERELEASE"
56 "${TYPE} ${REVISION}-${BRANCH}-${TARGET}${AMINAMESUFFIX}" \
57 "${TYPE} ${REVISION}-${BRANCH}-${TARGET}" \
H A DMakefile.azure19 .if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
H A DMakefile.gce21 .if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
H A DMakefile.mirrors30 .if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE" || ${BRANCH:MALPHA*} != ""
66 . if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE" || ${BRANCH:MALPHA*} != ""
75 VM_DIR= ${TLD}/VM-IMAGES/${REVISION}-${BRANCH}/${TARGET_ARCH}
82 FTP_DIR= ${TLD}/${TARGET}/${TARGET_ARCH}/${REVISION}-${BRANCH}
[all...]
H A DMakefile.vagrant19 .if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
75 ${.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}
77 ${.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 Drelease.sh276 BRANCH=$(chroot ${CHROOTDIR} make -C /usr/src/release -V BRANCH)
277 UNAME_r=${REVISION}-${BRANCH}
292 BRANCH=$(chroot ${CHROOTDIR} make -C /usr/src/release -V BRANCH)
/freebsd-11.0-release/bin/freebsd-version/
H A DMakefile10 eval $$(egrep '^(TYPE|REVISION|BRANCH)=' ${NEWVERS}) ; \
14 s/@@BRANCH@@/$${BRANCH}/g; \
/freebsd-11.0-release/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.0-release/usr.bin/sed/
H A Ddefs.h117 BRANCH, /* b t */ enumerator in enum:e_args
H A Dcompile.c97 {'b', 2, BRANCH},
114 {'t', 2, BRANCH},
299 case BRANCH: /* b t */
/freebsd-11.0-release/sys/conf/
H A Dnewvers.sh35 BRANCH="RELEASE-p16"
37 BRANCH=${BRANCH_OVERRIDE}
39 RELEASE="${REVISION}-${BRANCH}"
/freebsd-11.0-release/sys/boot/ficl/
H A Dvm.c186 BRANCH,
H A Dficl.h1083 BRANCH, enumerator in enum:__anon7431
H A Dtools.c246 case BRANCH:
H A Dwords.c4783 {BRANCH, branchParen},
/freebsd-11.0-release/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.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp612 case AMDGPU::BRANCH:
H A DR600InstrInfo.cpp687 return Opcode == AMDGPU::BRANCH || Opcode == AMDGPU::BRANCH_COND_i32 ||
704 // AMDGPU::BRANCH* instructions are only available after isel and are not
H A DR600ISelLowering.cpp501 case AMDGPU::BRANCH:
H A DSIISelLowering.cpp987 case AMDGPU::BRANCH:
/freebsd-11.0-release/
H A DMakefile.inc1320 _BRANCH!= MK_AUTO_OBJ=no ${MAKE} -C ${SRCDIR}/release -V BRANCH

Completed in 386 milliseconds