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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A DGitConfigure3 BRANCH=`git rev-parse --abbrev-ref HEAD`
7 util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH
8 make -f makefile.$BRANCH init
H A DGitMake3 BRANCH=`git rev-parse --abbrev-ref HEAD`
5 make -f makefile.$BRANCH $@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A DGitConfigure3 BRANCH=`git rev-parse --abbrev-ref HEAD`
7 util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH
8 make -f makefile.$BRANCH init
H A DGitMake3 BRANCH=`git rev-parse --abbrev-ref HEAD`
5 make -f makefile.$BRANCH $@
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dparavirtentry.S38 #define BRANCH(targ, reg, breg, type) \ define
51 BRANCH(paravirt_ ## sym ## _targ, reg, breg, type) ; \
58 BRANCH(paravirt_ ## sym ## _targ, reg, breg, type) ; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.h15 typedef enum { ACCOUNT, BRANCH, TELLER } FTYPE; enumerator in enum:__anon6334
H A DTpcbExample.cpp256 hrec.bid = randomId(BRANCH, accounts, branches, tellers);
386 branch = randomId(BRANCH, accounts, branches, tellers);
500 case BRANCH:
501 if (type == BRANCH)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l7filter/regexp/
H A Dregexp.c74 * all nodes except BRANCH implement concatenation; a "next" pointer with
75 * a BRANCH on both ends of it is connecting two alternatives. (Here we
76 * have one of the subtle syntax dependencies: an individual BRANCH (as
80 * particular, the operand of a BRANCH node is the first node of the branch.
92 #define BRANCH 6 /* node Match this alternative, or the next... */ macro
105 * BRANCH The set of branches constituting a single choice are hooked
108 * "next" pointer of the last BRANCH in a choice points to the
111 * branch starts with the operand node of a BRANCH node.
117 * BRANCH structures using BACK. Simple cases (one character
269 scan = r->program+1; /* First BRANCH
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/project/gpl/l7filter/regexp/
H A Dregexp.c74 * all nodes except BRANCH implement concatenation; a "next" pointer with
75 * a BRANCH on both ends of it is connecting two alternatives. (Here we
76 * have one of the subtle syntax dependencies: an individual BRANCH (as
80 * particular, the operand of a BRANCH node is the first node of the branch.
92 #define BRANCH 6 /* node Match this alternative, or the next... */ macro
105 * BRANCH The set of branches constituting a single choice are hooked
108 * "next" pointer of the last BRANCH in a choice points to the
111 * branch starts with the operand node of a BRANCH node.
117 * BRANCH structures using BACK. Simple cases (one character
269 scan = r->program+1; /* First BRANCH
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c41 typedef enum { ACCOUNT, BRANCH, TELLER } FTYPE; enumerator in enum:__anon6331
462 hrec.bid = random_id(BRANCH, accounts, branches, tellers);
503 case BRANCH:
504 if (type == BRANCH)
621 branch = random_id(BRANCH, accounts, branches, tellers);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp23 typedef enum { ACCOUNT, BRANCH, TELLER } FTYPE; enumerator in enum:__anon6332
418 hrec.bid = random_id(BRANCH, accounts, branches, tellers);
456 case BRANCH:
457 if (type == BRANCH)
554 branch = random_id(BRANCH, accounts, branches, tellers);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java69 public static final int BRANCH = 1; field in class:TpcbExample
288 hrec.set_bid(random_id(BRANCH));
319 case BRANCH:
320 if (type == BRANCH)
460 branch = TpcbExample.this.random_id(TpcbExample.BRANCH);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dbuzzz.h432 BUZZZ_ENUM(BRANCH)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/
H A Dsmctr.h775 #define BRANCH 1 /* Tag field value. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbuzzz.c406 BUZZZ_ENUM(BRANCH)

Completed in 87 milliseconds