Searched refs:rnum (Results 1 - 25 of 37) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/des/
H A Denc_read.c104 long num=0,rnum;
174 rnum=(num < 8)?8:((num+7)/8*8);
177 while (net_num < rnum)
180 i=read(fd,(void *)&(net[net_num]),rnum-net_num);
182 i=_read(fd,(void *)&(net[net_num]),rnum-net_num);
208 /* >output is a multiple of 8 byes, if len < rnum
213 if (len < rnum)
H A Denc_writ.c91 long rnum;
137 rnum=8;
142 rnum=((len+7)/8*8); /* round up to nearest eight */
153 outnum=rnum+HDRSIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/des/
H A Denc_read.c104 long num = 0, rnum;
174 rnum = (num < 8) ? 8 : ((num + 7) / 8 * 8);
177 while (net_num < rnum) {
179 i = read(fd, (void *)&(net[net_num]), rnum - net_num);
181 i = _read(fd, (void *)&(net[net_num]), rnum - net_num);
209 * >output is a multiple of 8 byes, if len < rnum
214 if (len < rnum) {
H A Denc_writ.c91 long rnum;
141 rnum = 8;
144 rnum = ((len + 7) / 8 * 8); /* round up to nearest eight */
155 outnum = rnum + HDRSIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/des/
H A Denc_read.c104 long num=0,rnum;
174 rnum=(num < 8)?8:((num+7)/8*8);
177 while (net_num < rnum)
180 i=read(fd,(void *)&(net[net_num]),rnum-net_num);
182 i=_read(fd,(void *)&(net[net_num]),rnum-net_num);
208 /* >output is a multiple of 8 byes, if len < rnum
213 if (len < rnum)
H A Denc_writ.c91 long rnum;
137 rnum=8;
142 rnum=((len+7)/8*8); /* round up to nearest eight */
153 outnum=rnum+HDRSIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/des/
H A Denc_read.c104 long num = 0, rnum;
174 rnum = (num < 8) ? 8 : ((num + 7) / 8 * 8);
177 while (net_num < rnum) {
179 i = read(fd, (void *)&(net[net_num]), rnum - net_num);
181 i = _read(fd, (void *)&(net[net_num]), rnum - net_num);
209 * >output is a multiple of 8 byes, if len < rnum
214 if (len < rnum) {
H A Denc_writ.c91 long rnum;
141 rnum = 8;
144 rnum = ((len + 7) / 8 * 8); /* round up to nearest eight */
155 outnum = rnum + HDRSIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/des/
H A Denc_read.c104 long num=0,rnum;
174 rnum=(num < 8)?8:((num+7)/8*8);
177 while (net_num < rnum)
180 i=read(fd,(void *)&(net[net_num]),rnum-net_num);
182 i=_read(fd,(void *)&(net[net_num]),rnum-net_num);
208 /* >output is a multiple of 8 byes, if len < rnum
213 if (len < rnum)
H A Denc_writ.c91 long rnum;
137 rnum=8;
142 rnum=((len+7)/8*8); /* round up to nearest eight */
153 outnum=rnum+HDRSIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/des/
H A Denc_read.c104 long num = 0, rnum;
174 rnum = (num < 8) ? 8 : ((num + 7) / 8 * 8);
177 while (net_num < rnum) {
179 i = read(fd, (void *)&(net[net_num]), rnum - net_num);
181 i = _read(fd, (void *)&(net[net_num]), rnum - net_num);
209 * >output is a multiple of 8 byes, if len < rnum
214 if (len < rnum) {
H A Denc_writ.c91 long rnum;
141 rnum = 8;
144 rnum = ((len + 7) / 8 * 8); /* round up to nearest eight */
155 outnum = rnum + HDRSIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/reiserfs/
H A Ddo_balan.c76 if rnum is larger than 0 we put items into the right node
96 * lnum, rnum can have values >= -1
190 if (tb->rnum[0] == -1) { /* R[0] must be also joined with S[0] */
227 RFALSE(tb->rnum[0] != 0,
228 "PAP-12045: rnum must be 0 (%d)", tb->rnum[0]);
238 RFALSE((tb->lnum[0] + tb->rnum[0] < n) ||
239 (tb->lnum[0] + tb->rnum[0] > n + 1),
240 "PAP-12050: rnum(%d) and lnum(%d) and item number(%d) in S[0] are not consistent",
241 tb->rnum[
[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 Dfix_node.c293 tb->rnum[h] = cur_free / (DC_SIZE + KEY_SIZE);
301 tb->rnum[h] = 0;
318 tb->rnum[h] = vn->vn_nr_item;
329 tb->rnum[0] = 0;
336 tb->rnum[0]++;
352 tb->rnum[0]++;
574 * rnum number of items from S[h] that must be shifted to R[h];
585 int rnum, int blk_num, short *s012, int lb, int rb)
589 tb->rnum[h] = rnum;
584 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 Dprints.c665 tb->insert_size[0], tb->lnum[0], tb->lbytes, tb->rnum[0],
676 h, tb->insert_size[h], tb->lnum[h], tb->rnum[h],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/reiserfs/
H A Ddo_balan.c76 if rnum is larger than 0 we put items into the right node
96 * lnum, rnum can have values >= -1
190 if (tb->rnum[0] == -1) { /* R[0] must be also joined with S[0] */
227 RFALSE(tb->rnum[0] != 0,
228 "PAP-12045: rnum must be 0 (%d)", tb->rnum[0]);
238 RFALSE((tb->lnum[0] + tb->rnum[0] < n) ||
239 (tb->lnum[0] + tb->rnum[0] > n + 1),
240 "PAP-12050: rnum(%d) and lnum(%d) and item number(%d) in S[0] are not consistent",
241 tb->rnum[
[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 Dfix_node.c293 tb->rnum[h] = cur_free / (DC_SIZE + KEY_SIZE);
301 tb->rnum[h] = 0;
318 tb->rnum[h] = vn->vn_nr_item;
329 tb->rnum[0] = 0;
336 tb->rnum[0]++;
352 tb->rnum[0]++;
574 * rnum number of items from S[h] that must be shifted to R[h];
585 int rnum, int blk_num, short *s012, int lb, int rb)
589 tb->rnum[h] = rnum;
584 set_parameters(struct tree_balance *tb, int h, int lnum, int rnum, int blk_num, short *s012, int lb, int rb) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c1105 u32 rnum; local
1124 rnum = pginfo->num_hwpages % MAX_RPAGES; /* last shot */
1125 if (rnum == 0)
1126 rnum = MAX_RPAGES; /* last shot is full */
1128 rnum = MAX_RPAGES;
1130 ret = ehca_set_pagebuf(pginfo, rnum, kpage);
1133 "bad rc, ret=%i rnum=%x kpage=%p",
1134 ret, rnum, kpage);
1138 if (rnum > 1) {
1152 0, rpage, rnum);
1552 u64 rnum; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c1105 u32 rnum; local
1124 rnum = pginfo->num_hwpages % MAX_RPAGES; /* last shot */
1125 if (rnum == 0)
1126 rnum = MAX_RPAGES; /* last shot is full */
1128 rnum = MAX_RPAGES;
1130 ret = ehca_set_pagebuf(pginfo, rnum, kpage);
1133 "bad rc, ret=%i rnum=%x kpage=%p",
1134 ret, rnum, kpage);
1138 if (rnum > 1) {
1152 0, rpage, rnum);
1552 u64 rnum; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dcload.c1073 u32 rnum; local
1076 rnum = ipacket->num_relocs;
1082 rinbuf = rnum > MY_RELOC_BUF_SIZ ? MY_RELOC_BUF_SIZ : rnum;
1098 rnum -= 1;
1100 } while (rnum > 0); /* all relocs */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/dynload/
H A Dcload.c1073 u32 rnum; local
1076 rnum = ipacket->num_relocs;
1082 rinbuf = rnum > MY_RELOC_BUF_SIZ ? MY_RELOC_BUF_SIZ : rnum;
1098 rnum -= 1;
1100 } while (rnum > 0); /* all relocs */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dperfmon.c3658 unsigned int rnum; local
3763 rnum = req->dbreg_num;
3768 if ((mode == PFM_CODE_RR && rnum >= PFM_NUM_IBRS) || ((mode == PFM_DATA_RR) && rnum >= PFM_NUM_DBRS)) {
3770 rnum, dbreg.val, mode, i, count));
3778 if (rnum & 0x1) {
3798 CTX_USED_IBR(ctx, rnum);
3801 ia64_set_ibr(rnum, dbreg.val);
3805 ctx->ctx_ibrs[rnum] = dbreg.val;
3808 rnum, dbre
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
H A Dperfmon.c3658 unsigned int rnum; local
3763 rnum = req->dbreg_num;
3768 if ((mode == PFM_CODE_RR && rnum >= PFM_NUM_IBRS) || ((mode == PFM_DATA_RR) && rnum >= PFM_NUM_DBRS)) {
3770 rnum, dbreg.val, mode, i, count));
3778 if (rnum & 0x1) {
3798 CTX_USED_IBR(ctx, rnum);
3801 ia64_set_ibr(rnum, dbreg.val);
3805 ctx->ctx_ibrs[rnum] = dbreg.val;
3808 rnum, dbre
[all...]

Completed in 197 milliseconds

12