Searched refs:top (Results 101 - 125 of 464) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-vbi.c159 rc = bttv_risc_packed(btv, &buf->top,
183 bounds.top is the corresponding first field line number
186 if (fh->vbi_fmt.end >= tvnorm->cropcap.bounds.top)
187 min_vdelay += fh->vbi_fmt.end - tvnorm->cropcap.bounds.top;
194 dprintk("buf prepare %p: top=%p bottom=%p field=%s\n",
195 vb, &buf->top, &buf->bottom,
255 max_end = (tvnorm->cropcap.bounds.top
391 max_end = (tvnorm->cropcap.bounds.top
438 real_count = ((tvnorm->cropcap.defrect.top >> 1)
H A Dbttv-driver.c237 .cropcap.bounds.top = (videostart0) * 2 - (vdelay) + MIN_VDELAY, \
242 .cropcap.defrect.top = (videostart0) * 2, \
862 __s32 top = btv->crop[!!fh->do_crop].rect.top; local
864 if (btv->vbi_end > top)
868 Claim scan lines crop[].rect.top to bottom. */
869 btv->crop_start = top;
918 btv->crop_start = tvnorm->cropcap.bounds.top
1309 btv->crop_start = tvnorm->cropcap.bounds.top
1777 /* In this mode capturing always starts at defrect.top
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dgifdec.c66 int left, top, width, height, bits_per_pixel, code_size, flags; local
71 top = bytestream_get_le16(&s->bytestream);
79 dprintf(s->avctx, "gif: image x=%d y=%d w=%d h=%d\n", left, top, width, height);
92 top + height > s->screen_height)
115 ptr1 = s->picture.data[0] + top * linesize + left;
H A Dcavs.h183 B is the macroblock to the top (1,2)
184 C is the macroblock to the top-right (3)
185 D is the macroblock to the top-left (0)
212 void (*intra_pred_l[8])(uint8_t *d,uint8_t *top,uint8_t *left,int stride);
213 void (*intra_pred_c[7])(uint8_t *d,uint8_t *top,uint8_t *left,int stride);
298 void ff_cavs_load_intra_pred_luma(AVSContext *h, uint8_t *top, uint8_t **left,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_sureware.c680 rsatmp->e->top=el/sizeof(BN_ULONG);
682 rsatmp->n->top=el/sizeof(BN_ULONG);
725 dsatmp->pub_key->top=el/sizeof(BN_ULONG);
727 dsatmp->p->top=el/sizeof(BN_ULONG);
729 dsatmp->q->top=20/sizeof(BN_ULONG);
731 dsatmp->g->top=el/sizeof(BN_ULONG);
989 psign->r->top=20/sizeof(BN_ULONG);
991 psign->s->top=20/sizeof(BN_ULONG);
1015 bn_expand2(r,m->top);
1016 if (r && r->dmax==m->top)
[all...]
H A Dhw_ubsec.c559 if(!bn_wexpand(r, m->top))
583 r->top = (BN_num_bits(m)+BN_BITS2-1)/BN_BITS2;
636 if (!bn_wexpand(r, p->top + q->top + 1)) {
662 r->top = (BN_num_bits(p) + BN_num_bits(q) + BN_BITS2 - 1)/BN_BITS2;
788 r->top = (160+BN_BITS2-1)/BN_BITS2;
789 s->top = (160+BN_BITS2-1)/BN_BITS2;
819 if(!bn_wexpand(&v, dsa->p->top)) {
927 bn_wexpand(priv_key, dh->p->top);
942 bn_wexpand(pub_key, dh->p->top);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mul.c944 int top,al,bl; local
955 fprintf(stderr,"BN_mul %d * %d\n",a->top,b->top);
962 al=a->top;
963 bl=b->top;
970 top=al+bl;
991 rr->top=8;
999 rr->top=16;
1040 rr->top=top;
[all...]
H A Dbn_kron.c60 #define BN_lsw(n) (((n)->top == 0) ? (BN_ULONG) 0 : (n)->d[0])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_sureware.c695 rsatmp->e->top=el/sizeof(BN_ULONG);
697 rsatmp->n->top=el/sizeof(BN_ULONG);
740 dsatmp->pub_key->top=el/sizeof(BN_ULONG);
742 dsatmp->p->top=el/sizeof(BN_ULONG);
744 dsatmp->q->top=20/sizeof(BN_ULONG);
746 dsatmp->g->top=el/sizeof(BN_ULONG);
1007 psign->r->top=20/sizeof(BN_ULONG);
1009 psign->s->top=20/sizeof(BN_ULONG);
1033 bn_expand2(r,m->top);
1034 if (r && r->dmax==m->top)
[all...]
H A De_ubsec.c575 if(!bn_wexpand(r, m->top))
599 r->top = (BN_num_bits(m)+BN_BITS2-1)/BN_BITS2;
646 if (!bn_wexpand(r, p->top + q->top + 1)) {
672 r->top = (BN_num_bits(p) + BN_num_bits(q) + BN_BITS2 - 1)/BN_BITS2;
798 r->top = (160+BN_BITS2-1)/BN_BITS2;
799 s->top = (160+BN_BITS2-1)/BN_BITS2;
829 if(!bn_wexpand(&v, dsa->p->top)) {
937 bn_wexpand(priv_key, dh->p->top);
952 bn_wexpand(pub_key, dh->p->top);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dbmap.c40 struct buffer_head *bh, __be64 *top,
596 __be64 *top, *bottom; local
607 top = (__be64 *)(bh->b_data + sizeof(struct gfs2_dinode)) + mp->mp_list[0];
614 top = (__be64 *)(bh->b_data + mh_size) +
620 error = bc(ip, dibh, bh, top, bottom, height, data);
625 for (; top < bottom; top++, first = 0) {
626 if (!*top)
629 bn = be64_to_cpu(*top);
647 * @top
655 do_strip(struct gfs2_inode *ip, struct buffer_head *dibh, struct buffer_head *bh, __be64 *top, __be64 *bottom, unsigned int height, void *data) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Ddma.c1078 unsigned long top, bottom; local
1110 top = PIXADDR(0, 0);
1120 top = PIXADDR(lcd_dma.xres - 1, 0);
1130 top = PIXADDR(0, lcd_dma.yres - 1);
1135 top = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1);
1145 top = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1);
1150 top = PIXADDR(0, lcd_dma.yres - 1);
1160 top = PIXADDR(lcd_dma.xres - 1, 0);
1165 top = PIXADDR(0, 0);
1179 omap_writew(top >> 1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/redhat/
H A Dbftpd-1.7.spec47 - added defined variables to the top of the file.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dtuner.h137 /* Tuner takeover point adjustment, in dB, -16 <= top <= 15 */
140 #define TDA9887_TOP(top) (TDA9887_TOP_SET | (((16 + (top)) & 0x1f) << 8))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_spkm3_token.c158 char *top = *hdrbuf; local
175 *hdrlen = hptr - top;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dskiplist.h40 struct skiplistnode *top; member in struct:_iskiplist
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb012.tcl209 set top "$txn $t"
210 lappend ret $top
212 set top "$t1 $t"
214 lappend ret $top
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_kron.c60 #define BN_lsw(n) (((n)->top == 0) ? (BN_ULONG) 0 : (n)->d[0])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsetup.c303 unsigned long top; local
307 top = sp_banks[i].base_addr +
309 if (highest_paddr < top)
310 highest_paddr = top;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dprocess.c120 unsigned long bottom, unsigned long top)
125 printk("%s%s(0x%08lx to 0x%08lx)\n", log_lvl, str, bottom, top);
127 for (p = bottom & ~31; p < top; ) {
133 if (p < bottom || p >= top)
119 dump_mem(const char *str, const char *log_lvl, unsigned long bottom, unsigned long top) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/sn9c102/
H A Dsn9c102_mi0343.c197 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 2;
311 .top = 0,
317 .top = 0,
H A Dsn9c102_pas202bcb.c178 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 3;
275 .top = 0,
281 .top = 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgetopt.c158 int top = d->optind;
168 string can work normally. Our top argument must be in the range
170 if (d->__nonoption_flags_len > 0 && top >= d->__nonoption_flags_max_len)
174 char *new_str = malloc (top + 1);
181 '\0', top + 1 - d->__nonoption_flags_max_len);
182 d->__nonoption_flags_max_len = top + 1;
188 while (top > middle && middle > bottom)
190 if (top - middle > middle - bottom)
196 /* Swap it with the top part of the top segmen
155 int top = d->optind; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetopt.c158 int top = d->optind;
168 string can work normally. Our top argument must be in the range
170 if (d->__nonoption_flags_len > 0 && top >= d->__nonoption_flags_max_len)
174 char *new_str = malloc (top + 1);
181 '\0', top + 1 - d->__nonoption_flags_max_len);
182 d->__nonoption_flags_max_len = top + 1;
188 while (top > middle && middle > bottom)
190 if (top - middle > middle - bottom)
196 /* Swap it with the top part of the top segmen
155 int top = d->optind; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/netem/
H A Dmaketable.c54 double sumsquare=0.0, sum=0.0, top=0.0; local
66 top += ((double)x[i]- *mu)*((double)x[i-1]- *mu);
70 *rho = top/sigma2;

Completed in 158 milliseconds

1234567891011>>