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

/freebsd-9.3-release/release/tools/arm/
H A Dcrochet-BEAGLEBONE.conf17 _BRANCH=$(make -C ${FREEBSD_SRC}/release -V BRANCH)
H A Dcrochet-PANDABOARD.conf17 _BRANCH=$(make -C ${FREEBSD_SRC}/release -V BRANCH)
H A Dcrochet-RPI-B.conf17 _BRANCH=$(make -C ${FREEBSD_SRC}/release -V BRANCH)
H A Dcrochet-WANDBOARD-QUAD.conf17 _BRANCH=$(make -C ${FREEBSD_SRC}/release -V BRANCH)
H A Dcrochet-ZEDBOARD.conf17 _BRANCH=$(make -C ${FREEBSD_SRC}/release -V BRANCH)
/freebsd-9.3-release/sys/conf/
H A Dnewvers.sh35 BRANCH="RELEASE-p53"
37 BRANCH=${BRANCH_OVERRIDE}
39 RELEASE="${REVISION}-${BRANCH}"
/freebsd-9.3-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
253 scan = r->program+1; /* First BRANCH
[all...]
/freebsd-9.3-release/release/
H A DMakefile50 .for _V in TYPE BRANCH REVISION
55 OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}
57 OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}-${TARGET_ARCH}
217 echo "CD_VERSION = ${REVISION}-${BRANCH}" > ${.TARGET}
228 echo "CD_VERSION = ${REVISION}-${BRANCH}" > ${.TARGET}
/freebsd-9.3-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-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.cpp98 case AMDGPU::BRANCH:
H A DAMDILCFGStructurizer.cpp605 case AMDGPU::BRANCH:
H A DR600InstrInfo.cpp689 return Opcode == AMDGPU::BRANCH || Opcode == AMDGPU::BRANCH_COND_i32 ||
711 // AMDGPU::BRANCH* instructions are only available after isel and are not
H A DSIISelLowering.cpp343 case AMDGPU::BRANCH: return BB;
H A DR600ISelLowering.cpp422 case AMDGPU::BRANCH:
/freebsd-9.3-release/sys/boot/ficl/
H A Dvm.c186 BRANCH,
H A Dficl.h1083 BRANCH, enumerator in enum:__anon5677
H A Dtools.c245 case BRANCH:
H A Dwords.c4783 {BRANCH, branchParen},
/freebsd-9.3-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-9.3-release/
H A DMakefile.inc1135 BRANCH!= ${MAKE} -C ${SRCDIR}/release -V BRANCH
138 VERSION= FreeBSD ${REVISION}-${BRANCH:C/-p[0-9]+$//} ${TARGET_ARCH} ${SRCRELDATE}

Completed in 294 milliseconds