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

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_wrapper.S13 jg sys_exit # branch to sys_exit
20 jg sys32_read # branch to sys_read
27 jg sys32_write # branch to system call
34 jg sys_open # branch to system call
39 jg sys_close # branch to system call
45 jg sys_creat # branch to system call
51 jg sys_link # branch to system call
56 jg sys_unlink # branch to system call
61 jg sys_chdir # branch to system call
66 jg compat_sys_time # branch t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dextable.c6 #include <asm/branch.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_bsun.S4 | fpsp_bsun --- FPSP handler for branch/set on unordered exception
H A Dx_snan.S53 bnes ena |If enabled, then branch
59 | inex2 or inex1 occurred, we must clean up and branch to the
148 beqs sto_long |branch if move_out long
151 beqs sto_word |branch if move_out word
154 beqs sto_byte |branch if move_out byte
H A Dkernel_ex.S80 beqs p_inf |branch if pos sign
291 beqs dst_snan |branch if signalling
310 beqs dst_dis |branch if disabled
337 beqs src_snan |branch if signalling
344 beqs src_dis |branch if disabled
H A Dx_operr.S73 | If so, fall through, else branch to operr_end
291 beqs not_true_operr |branch if not true operr
293 beqs not_true_operr |branch if not true operr
323 | inex2 or inex1 occurred, we must clean up and branch to the
H A Dx_store.S81 beq opc011 |branch if opclass 3
92 beq dest_ext |then branch
94 beq dest_sgl |then branch
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Ditree.c127 Indirect *branch)
133 branch[0].key = sysv_new_block(inode->i_sb);
134 if (branch[0].key) for (n = 1; n < num; n++) {
138 branch[n].key = sysv_new_block(inode->i_sb);
139 if (!branch[n].key)
145 parent = block_to_cpu(SYSV_SB(inode->i_sb), branch[n-1].key);
149 branch[n].bh = bh;
150 branch[n].p = (sysv_zone_t*) bh->b_data + offsets[n];
151 *branch[n].p = branch[
124 alloc_branch(struct inode *inode, int num, int *offsets, Indirect *branch) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/minix/
H A Ditree_common.c72 Indirect *branch)
78 branch[0].key = cpu_to_block(parent);
85 branch[n].key = cpu_to_block(nr);
89 branch[n].bh = bh;
90 branch[n].p = (block_t*) bh->b_data + offsets[n];
91 *branch[n].p = branch[n].key;
102 bforget(branch[i].bh);
104 minix_free_block(inode, block_to_cpu(branch[i].key));
327 /* Clear the ends of indirect blocks on the shared branch */
69 alloc_branch(struct inode *inode, int num, int *offsets, Indirect *branch) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/power/
H A Dmpih-add1.S53 beq 0,Leven # branch if even # of limbs (# of limbs >= 2)
57 bne 1,L1 # branch if not
H A Dmpih-sub1.S53 beq 0,Leven # branch if even # of limbs (# of limbs >= 2)
57 bne 1,L1 # branch if not
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-q.c94 /* search for the right schedule branch to use for a periodic ed.
95 * does some load balancing; returns the branch, or negative errno.
99 int i, branch = -ENOSPC; local
105 /* search for the least loaded schedule branch of that period
109 if (branch < 0 || ohci->load [branch] > ohci->load [i]) {
119 branch = i;
122 return branch;
135 ohci_vdbg (ohci, "link %sed %p branch %d [%dus.], interval %d\n",
137 ed, ed->branch, e
173 int branch; local
[all...]
H A Dsl811-hcd.c461 DBG("deschedule qh%d/%p branch %d\n", ep->period, ep, ep->branch);
462 for (i = ep->branch; i < PERIODIC_SIZE; i += ep->period) {
472 ep->branch = PERIODIC_SIZE;
778 * each branch minimized. see fig 3.5 in the OHCI spec for example.
784 int i, branch = -ENOSPC; local
786 /* search for the least loaded schedule branch of that period
790 if (branch < 0 || sl811->load[branch] > sl811->load[i]) {
800 branch
[all...]
H A Disp116x-hcd.c449 DBG("deschedule qh%d/%p branch %d\n", ep->period, ep, ep->branch);
450 for (i = ep->branch; i < PERIODIC_SIZE; i += ep->period) {
460 ep->branch = PERIODIC_SIZE;
660 int i, branch = -ENOSPC; local
662 /* search for the least loaded schedule branch of that period
665 if (branch < 0 || isp116x->load[branch] > isp116x->load[i]) {
675 branch = i;
678 return branch;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip22/
H A Dip22-berr.c14 #include <asm/branch.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/sparc32/
H A Dmpih-add1.S48 bne L1 ! branch if alignment differs
52 be L_v1 ! if no, branch
65 bl Lend2 ! ... branch to tail code
161 be L_v2 ! if no, branch
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Ddsemul.c13 #include <asm/branch.h>
32 * we have to emulate the instruction in a COP1 branch delay slot. Do
36 * 1) it shouldnt be a branch :-)
151 * emulating the branch delay instruction.
164 /* Set EPC to return to post-branch instruction */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dfd1772dma.S55 @ Cant branch because this code has been copied down to the FIQ vector
76 @ Cant branch because this code has been copied down to the FIQ vector
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/
H A DMakefile.flags44 # -fno-guess-branch-probability: prohibit pseudo-random guessing
45 # of branch probabilities (hopefully makes bloatcheck more stable):
46 CFLAGS += $(call cc-option,-fno-guess-branch-probability,)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c59 * with which to populate the account, history, branch, and teller tables
146 case 'b': /* Number of branch records */
344 if ((ret = dbp->open(dbp, NULL, "branch", NULL,
346 env->err(env, ret, "DB->open: branch");
350 populate(dbp, idnum, balance, branches, "branch");
354 env->err(env, ret, "DB->close: branch");
542 if ((ret = bdb->open(bdb, NULL, "branch", NULL, DB_UNKNOWN,
544 dbenv->err(dbenv, ret, "DB->open: branch");
610 int account, branch, teller, ret; local
621 branch
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp60 // with which to populate the account, history, branch, and teller tables
140 // Number of branch records
316 if ((err = dbp->open(NULL, "branch", NULL, DB_HASH,
322 populateTable(dbp, idnum, balance, branches, "branch");
326 DbException except("Close of branch file failed", err);
487 if ((err = bdb->open(NULL, "branch", NULL, DB_UNKNOWN,
489 DbException except("Open of branch file failed", err);
542 int account, branch, teller, ret; local
554 branch = random_id(BRANCH, accounts, branches, tellers);
564 hrec.bid = branch;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java24 // with which to populate the account, history, branch, and teller tables
173 dbp = dbenv.openDatabase(null, "branch", null, config);
180 populateTable(dbp, idnum, balance, h_nelem, "branch");
187 errExit(dbe4, "Close of branch file failed");
409 bdb = dbenv.openDatabase(null, "branch", null, config);
452 int account, branch, teller;
460 branch = TpcbExample.this.random_id(TpcbExample.BRANCH);
477 hrec.set_bid(branch);
505 k_dbt.setRecordNumber(branch);
560 " B=" + String.valueOf(branch)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dinode.c361 * stores it in *@goal and returns zero. If the branch had been changed
398 * @branch: place to store the chain in.
402 * In other words, it prepares a branch that can be spliced onto the
403 * inode. It stores the information about that chain in the branch[], in
408 * place chain is disconnected - *branch->p is still zero (we did not
409 * set the last link), but branch->key contains the number that should
410 * be placed into *branch->p to fill that gap.
422 Indirect *branch)
430 branch[0].key = cpu_to_le32(parent);
437 branch[
418 ext2_alloc_branch(struct inode *inode, int num, unsigned long goal, int *offsets, Indirect *branch) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp130 if ((err = dbp->open(dbp, NULL, "branch", NULL, DB_HASH,
137 if ((err = populateTable(dbp, idnum, balance, branches, "branch")) != 0)
143 "Close of branch file failed. error: %s.",
299 "db_create of branch db failed. Error: %s",
303 if ((err = bdb->open(bdb, NULL, "branch", NULL, DB_UNKNOWN,
306 "Open of branch file failed. Error: %s", db_strerror(err));
372 int account, branch, teller, ret; local
386 branch = randomId(BRANCH, accounts, branches, tellers);
396 hrec.bid = branch;
425 k_dbt.data = &branch;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A DMakefile7 obj-y += cpu-probe.o branch.o entry.o genex.o irq.o process.o \

Completed in 154 milliseconds

1234