Searched refs:top (Results 26 - 50 of 464) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_add.c114 if (a->top < b->top)
116 max = a->top;
117 min = b->top;
123 r->top=max;
153 r->top++;
178 max = a->top;
179 min = b->top;
257 r->top=max;
298 max=(a->top >
[all...]
H A Dbn_nist.c187 static void nist_cp_bn_0(BN_ULONG *buf, BN_ULONG *a, int top, int max) argument
191 for (i = (top); i != 0; i--)
193 for (i = (max) - (top); i != 0; i--)
197 static void nist_cp_bn(BN_ULONG *buf, BN_ULONG *a, int top) argument
201 for (i = (top); i != 0; i--)
257 int top = a->top, i; local
272 if (top == BN_NIST_192_TOP)
285 nist_cp_bn_0(buf, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP, BN_NIST_192_TOP);
313 r->top
340 int top = a->top, i; local
446 int i, top = a->top; local
602 int i, top = a->top; local
731 int top, ret = 0; local
[all...]
H A Dbn_mont.c174 nl=n->top;
175 if ((al == 0) || (nl == 0)) { r->top=0; return(1); }
186 /* clear the top words of T */
188 for (i=r->top; i<max; i++) /* memset? XXX */
191 memset(&(r->d[r->top]),0,(max-r->top)*sizeof(BN_ULONG));
194 r->top=max;
239 if (r->top < x)
242 al=r->top-x;
243 ret->top
[all...]
H A Dbn_exp.c208 * the top bit being set. It was caused by an error in BN_div
211 /* if ((m->d[m->top-1]&BN_TBIT) && BN_is_odd(m)) */
216 if (a->top == 1 && !a->neg && (BN_get_flags(p, BN_FLG_EXP_CONSTTIME) == 0))
308 wstart=bits-1; /* The top bit of the window */
454 wstart=bits-1; /* The top bit of the window */
524 static int MOD_EXP_CTIME_COPY_TO_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int width) argument
528 if (bn_wexpand(b, top) == NULL)
530 while (b->top < top)
532 b->d[b->top
544 MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int width) argument
575 int top; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/sn9c102/
H A Dsn9c102_tas5110d.c45 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 9;
83 .top = 0,
89 .top = 0,
H A Dsn9c102_tas5110c1b.c63 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 9;
115 .top = 0,
121 .top = 0,
H A Dsn9c102_tas5130d1b.c63 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 12;
126 .top = 0,
132 .top = 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Didr.c107 p = idp->top;
178 p = idp->top;
186 * Add a new layer to the top of the tree if the requested
199 for (new = p; p && p != idp->top; new = p) {
214 idp->top = p;
301 struct idr_layer *p = idp->top;
307 *++paa = &idp->top;
343 if (idp->top && idp->top->count == 1 && (idp->layers > 1) &&
344 idp->top
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/
H A Dsamba-schema-netscapeds4.x33 top
63 top
76 top
90 top
99 top
110 top
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dpngenc.c88 static void sub_png_paeth_prediction(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp) argument
95 b = top[i];
96 c = top[i - bpp];
116 uint8_t *src, uint8_t *top, int size, int bpp)
129 dsp->diff_bytes(dst, src, top, size);
133 dst[i] = src[i] - (top[i] >> 1);
135 dst[i] = src[i] - ((src[i-bpp] + top[i]) >> 1);
139 dst[i] = src[i] - top[i];
140 sub_png_paeth_prediction(dst+i, src+i, top+i, size-i, bpp);
146 uint8_t *src, uint8_t *top, in
115 png_filter_row(DSPContext *dsp, uint8_t *dst, int filter_type, uint8_t *src, uint8_t *top, int size, int bpp) argument
145 png_choose_filter(PNGEncContext *s, uint8_t *dst, uint8_t *src, uint8_t *top, int size, int bpp) argument
239 uint8_t *ptr, *top; local
[all...]
H A Dcavs.c147 void ff_cavs_load_intra_pred_luma(AVSContext *h, uint8_t *top, argument
156 memcpy(&top[1],&h->top_border_y[h->mbx*16],16);
157 top[17] = top[16];
158 top[0] = top[1];
160 h->left_border_y[0] = top[0] = h->topleft_border_y;
168 memcpy(&top[1],&h->top_border_y[h->mbx*16+8],8);
170 memcpy(&top[9],&h->top_border_y[(h->mbx + 1)*16],8);
172 memset(&top[
214 intra_pred_vert(uint8_t *d,uint8_t *top,uint8_t *left,int stride) argument
222 intra_pred_horiz(uint8_t *d,uint8_t *top,uint8_t *left,int stride) argument
231 intra_pred_dc_128(uint8_t *d,uint8_t *top,uint8_t *left,int stride) argument
238 intra_pred_plane(uint8_t *d,uint8_t *top,uint8_t *left,int stride) argument
259 intra_pred_lp(uint8_t *d,uint8_t *top,uint8_t *left,int stride) argument
266 intra_pred_down_left(uint8_t *d,uint8_t *top,uint8_t *left,int stride) argument
273 intra_pred_down_right(uint8_t *d,uint8_t *top,uint8_t *left,int stride) argument
285 intra_pred_lp_left(uint8_t *d,uint8_t *top,uint8_t *left,int stride) argument
292 intra_pred_lp_top(uint8_t *d,uint8_t *top,uint8_t *left,int stride) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dtop.c3 * A tiny 'top' utility.
64 top_status_t *top; member in struct:globals
82 #define top (G.top ) macro
179 cur = top + n;
305 /* clear screen & go to top */
363 top_status_t *s = top;
412 * between two top updates (e.g. compilation) */
482 free(top);
483 top
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Djquery.alerts.js177 top: '0px',
192 var top = (($(window).height() / 2) - ($("#popup_container").outerHeight() / 2)) + $.alerts.verticalOffset;
194 if( top < 0 ) top = 0;
198 if( $.browser.msie && parseInt($.browser.version) <= 6 ) top = top + $(window).scrollTop();
199 top=top+30;
201 top: top
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dalloc.c48 bitmap->top = (bitmap->top + bitmap->max) & bitmap->mask;
55 obj |= bitmap->top;
71 bitmap->top = (bitmap->top + bitmap->max) & bitmap->mask;
84 bitmap->top = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-risc.c270 addr += btv->fbuf.fmt.bytesperline * ov->w.top;
386 && crop->top == tvnorm->cropcap.defrect.top
407 geo->vdelay = crop->top - tvnorm->cropcap.bounds.top + MIN_VDELAY;
462 if (NULL != btv->curr.top) btv->cap_ctl |= 0x02;
472 "bttv%d: capctl=%x lirq=%d top=%08Lx/%08Lx even=%08Lx/%08Lx\n",
474 btv->cvbi ? (unsigned long long)btv->cvbi->top.dma : 0,
475 btv->curr.top ? (unsigned long long)btv->curr.top
590 struct btcx_riscmem *top; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dbw-qcam.h65 int top, left; member in struct:qcam_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_mont.c120 nl=n->top;
121 if ((al == 0) || (nl == 0)) { r->top=0; return(1); }
132 /* clear the top words of T */
134 for (i=r->top; i<max; i++) /* memset? XXX */
137 memset(&(r->d[r->top]),0,(max-r->top)*sizeof(BN_ULONG));
140 r->top=max;
185 if (r->top < x)
188 al=r->top-x;
189 ret->top
[all...]
H A Dbn_lcl.h260 # define bn_check_top(a) assert ((a)->top >= 0 && (a)->top <= (a)->dmax);
267 #define bn_set_max(r) ((r)->max=(r)->top,BN_set_flags((r),BN_FLG_STATIC_DATA))
275 (r)->top=((a)->top > (n))?(n):(a)->top; \
284 if ((a)->top > (n)) \
286 (r)->top=(a)->top-n; \
290 (r)->top
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_rsearch.c69 db_indx_t adjust, deloffset, indx, top; local
198 for (indx = 0, top = NUM_ENT(h);;) {
200 if (++indx == top || total + bi->nrecs >= recno)
217 for (indx = 0, top = NUM_ENT(h);;) {
219 if (++indx == top || total + ri->nrecs >= recno)
400 db_indx_t indx, top; local
403 top = NUM_ENT(h);
408 for (indx = 0; indx < top; indx += P_INDX)
415 for (indx = 0; indx < top; indx += O_INDX)
420 for (indx = 0; indx < top; ind
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Didr.h21 /* We can only use two of the bits in the top level because there is
22 only one possible bit in the top level (5 bits * 7 levels = 35
28 /* We can only use two of the bits in the top level because there is
29 only one possible bit in the top level (6 bits * 6 levels = 36
56 struct idr_layer *top; member in struct:idr
65 .top = NULL, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D10-tables.tex10 then top to bottom):
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dupnpdescgen.c541 int top; local
550 top = -1;
584 if(top < 0)
586 i = ++(pile[top].i);
587 j = pile[top].j;
589 printf("DBG: pile[%d]\t%d %d\n", top, i, j);
594 printf("DBG: i==j, </%s>\n", pile[top].eltname);
598 s = pile[top].eltname;
602 top--;
621 top
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dupnpdescgen.c538 int top; local
547 top = -1;
570 if(top < 0)
572 i = ++(pile[top].i);
573 j = pile[top].j;
575 printf("DBG: pile[%d]\t%d %d\n", top, i, j);
580 printf("DBG: i==j, </%s>\n", pile[top].eltname);
584 s = pile[top].eltname;
588 top--;
607 top
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dindex.py451 # top 100 english word without the one len < 3 + own set
690 def analyzeAPIFile(top):
692 name = top.prop("name")
693 cur = top.children
705 def analyzeAPIFiles(top):
707 cur = top.children
720 def analyzeAPIEnum(top):
721 file = top.prop("file")
724 symbol = top.prop("name")
735 def analyzeAPIConst(top)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dcentaur.c46 u32 top = 0; local
69 if (end > top)
70 top = end;
72 /* Everything below 'top' should be RAM except for the ISA hole.
84 if(top>clip)
85 top=clip;
87 return top;
99 u32 top = root; local
111 u32 high = power2(mem-top);
150 centaur_mcr_insert(ct, top, hig
[all...]

Completed in 477 milliseconds

1234567891011>>