Searched refs:rnum (Results 1 - 16 of 16) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Denc_read.c101 long num=0,rnum; local
167 rnum=(num < 8)?8:((num+7)/8*8);
170 while (net_num < rnum)
172 i=read(fd,(void *)&(net[net_num]),rnum-net_num);
197 /* >output is a multiple of 8 byes, if len < rnum
202 if (len < rnum)
H A Denc_writ.c88 long rnum; local
134 rnum=8;
139 rnum=((len+7)/8*8); /* round up to nearest eight */
150 outnum=rnum+HDRSIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c3286 int lnum, rnum; local
3296 for (rnum = 0; right[rnum] != NULL; ++rnum)
3298 temp = comsubs(left[lnum], right[rnum]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Denc_read.c101 long num=0,rnum; local
167 rnum=(num < 8)?8:((num+7)/8*8);
170 while (net_num < rnum)
172 i=read(fd,(void *)&(net[net_num]),rnum-net_num);
197 /* >output is a multiple of 8 byes, if len < rnum
202 if (len < rnum)
H A Denc_writ.c88 long rnum; local
134 rnum=8;
139 rnum=((len+7)/8*8); /* round up to nearest eight */
150 outnum=rnum+HDRSIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dperfmon.c3699 unsigned int rnum; local
3804 rnum = req->dbreg_num;
3809 if ((mode == PFM_CODE_RR && rnum >= PFM_NUM_IBRS) || ((mode == PFM_DATA_RR) && rnum >= PFM_NUM_DBRS)) {
3811 rnum, dbreg.val, mode, i, count));
3819 if (rnum & 0x1) {
3839 CTX_USED_IBR(ctx, rnum);
3842 ia64_set_ibr(rnum, dbreg.val);
3846 ctx->ctx_ibrs[rnum] = dbreg.val;
3849 rnum, dbre
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Debus.c313 int rnum = regs[i]; local
314 if (rnum >= dev->parent->num_addrs) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c1016 u32 rnum; local
1032 rnum = pginfo->num_4k % 512; /* last shot */
1033 if (rnum == 0)
1034 rnum = 512; /* last shot is full */
1036 rnum = 512;
1038 if (rnum > 1) {
1039 ret = ehca_set_pagebuf(e_mr, pginfo, rnum, kpage);
1042 "bad rc, ret=%x rnum=%x kpage=%p",
1043 ret, rnum, kpage);
1054 } else { /* rnum
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Ddo_balan.c47 if rnum is larger than 0 we put items into the right node
67 * lnum, rnum can have values >= -1
168 if (tb->rnum[0] == -1) { /* R[0] must be also joined with S[0] */
205 RFALSE(tb->rnum[0] != 0,
206 "PAP-12045: rnum must be 0 (%d)", tb->rnum[0]);
216 RFALSE((tb->lnum[0] + tb->rnum[0] < n) ||
217 (tb->lnum[0] + tb->rnum[0] > n + 1),
218 "PAP-12050: rnum(%d) and lnum(%d) and item number(%d) in S[0] are not consistent",
219 tb->rnum[
[all...]
H A Dfix_node.c292 tb->rnum[h] = cur_free / (DC_SIZE + KEY_SIZE);
300 tb->rnum[h] = 0;
317 tb->rnum[h] = vn->vn_nr_item;
328 tb->rnum[0] = 0;
335 tb->rnum[0]++;
351 tb->rnum[0]++;
576 * rnum number of items from S[h] that must be shifted to R[h];
587 int rnum, int blk_num, short *s012, int lb, int rb)
591 tb->rnum[h] = rnum;
586 set_parameters(struct tree_balance *tb, int h, int lnum, int rnum, int blk_num, short *s012, int lb, int rb) argument
[all...]
H A Dibalance.c612 if (tb->lnum[h] == 0 && tb->rnum[h] == 0) {
653 RFALSE(tb->rnum[h] != 0,
654 "invalid tb->rnum[%d]==%d when joining S[h] with L[h]",
655 h, tb->rnum[h]);
663 if (tb->R[h] && tb->rnum[h] == -B_NR_ITEMS(tb->R[h]) - 1) { /* join S[h] with R[h] */
675 RFALSE(tb->rnum[h] != 0,
676 "wrong tb->rnum[%d]==%d when borrow from L[h]", h,
677 tb->rnum[h]);
684 if (tb->rnum[h] < 0) { /* borrow from right neighbor R[h] */
688 internal_shift_left(INTERNAL_SHIFT_FROM_R_TO_S, tb, h, -tb->rnum[
[all...]
H A Dprints.c637 tb->insert_size[0], tb->lnum[0], tb->lbytes, tb->rnum[0],
648 h, tb->insert_size[h], tb->lnum[h], tb->rnum[h],
H A Dprocfs.c158 " rnum"
191 SFPL(rnum),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1350 int rnum[MAX_HEIGHT]; /* substitute right for left in comment above */ member in struct:tree_balance
H A Dreiserfs_fs_sb.h306 long int rnum[5]; member in struct:reiserfs_proc_info_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0_core.c1450 ADBRamLink * route, int rnum)
1454 if ((rnum <= 0) || (route == NULL))
1457 rnum--;
1459 VORTEX_ADB_RTBASE + ((route[rnum] & ADB_MASK) << 2),
1461 while (rnum > 0) {
1464 ((route[rnum - 1] & ADB_MASK) << 2), route[rnum]);
1465 rnum--;
1449 vortex_adb_addroutes(vortex_t * vortex, unsigned char channel, ADBRamLink * route, int rnum) argument

Completed in 235 milliseconds