Searched refs:top (Results 151 - 175 of 464) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_chil.c274 {mp.size = bn->top * sizeof(BN_ULONG); mp.buf = (unsigned char *)bn->d;}
841 rtmp->e->top = e.size / sizeof(BN_ULONG);
843 rtmp->n->top = n.size / sizeof(BN_ULONG);
930 bn_expand2(r, m->top); /* Check for error !! */
940 r->top = m_r.size / sizeof(BN_ULONG);
998 bn_expand2(r, rsa->n->top); /* Check for error !! */
1006 r->top = m_r.size / sizeof(BN_ULONG);
1040 bn_expand2(r, rsa->n->top); /* Check for error !! */
1054 r->top = m_r.size / sizeof(BN_ULONG);
H A De_aep.c1054 *BigNumSize = bn->top << 3;
1056 /*Size of the bignum in bytes is equal to the bn->top (no of 32 bit
1058 *BigNumSize = bn->top << 2;
1082 for(i=0;i<bn->top;i++)
1113 bn->top = BigNumSize >> 3;
1116 bn->top++;
1118 memset(bn->d, 0, bn->top << 3);
1122 bn->top = BigNumSize >> 2;
1124 for(i=0;i<bn->top;i++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/zencod/
H A Dhw_zencod.c122 (unsigned long) ((bn)->top * BN_BITS2), \
708 if ( !bn_wexpand(r, m->top + 1) ) {
729 r->top = (BN_num_bits(m) + BN_BITS2 - 1) / BN_BITS2;
766 r0->top = (RSA_size(rsa) * 8 + BN_BITS2 - 1) / BN_BITS2;
813 r->top = (BN_num_bits(m) + BN_BITS2 - 1) / BN_BITS2;
874 bn_r->top = bn_s->top = (160 + BN_BITS2 - 1) / BN_BITS2;
1012 bn_prv->top = dh->p->top;
1013 bn_pub->top
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A Dhw_zencod.c122 (unsigned long) ((bn)->top * BN_BITS2), \
708 if ( !bn_wexpand(r, m->top + 1) ) {
729 r->top = (BN_num_bits(m) + BN_BITS2 - 1) / BN_BITS2;
766 r0->top = (RSA_size(rsa) * 8 + BN_BITS2 - 1) / BN_BITS2;
813 r->top = (BN_num_bits(m) + BN_BITS2 - 1) / BN_BITS2;
874 bn_r->top = bn_s->top = (160 + BN_BITS2 - 1) / BN_BITS2;
1012 bn_prv->top = dh->p->top;
1013 bn_pub->top
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvino.c160 unsigned int left, right, top, bottom; member in struct:vino_clipping
410 .top = VINO_CLIPPING_START_ODD_NTSC,
417 .top = VINO_CLIPPING_START_EVEN_NTSC,
432 .top = VINO_CLIPPING_START_ODD_PAL,
439 .top = VINO_CLIPPING_START_EVEN_PAL,
454 .top = VINO_CLIPPING_START_ODD_PAL,
461 .top = VINO_CLIPPING_START_EVEN_PAL,
476 .top = VINO_CLIPPING_START_ODD_D1,
483 .top = VINO_CLIPPING_START_EVEN_D1,
1493 vcs->clipping.top
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-video.c566 dev->crop_bounds.top = (norm->vbi_v_stop_0+1)*2;
567 dev->crop_defrect.top = norm->video_v_start*2;
569 - dev->crop_bounds.top;
695 v_start = dev->crop_current.top/2;
697 v_stop = (dev->crop_current.top + dev->crop_current.height -1)/2;
802 row[rows].position = clip_range(clips[i].c.top / div);
805 row[rows].position = clip_range((clips[i].c.top + clips[i].c.height)
871 fh->win.w.left,fh->win.w.top,
887 base += dev->ovbuf.fmt.bytesperline * fh->win.w.top;
1896 if (crop->c.top <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/build/
H A Dconfig.mk10 # FLAC distribution contains at the top the terms under which it may be
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_aep.c1036 *BigNumSize = bn->top << 3;
1038 /*Size of the bignum in bytes is equal to the bn->top (no of 32 bit
1040 *BigNumSize = bn->top << 2;
1064 for(i=0;i<bn->top;i++)
1095 bn->top = BigNumSize >> 3;
1098 bn->top++;
1100 memset(bn->d, 0, bn->top << 3);
1104 bn->top = BigNumSize >> 2;
1106 for(i=0;i<bn->top;i++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dsparccpuid.S24 ! stack wiping I return pointer to the top of stack of the *caller*.
125 add %fp,BIAS,%i0 ! return pointer to caller�s top of stack
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dfpu_emu.h146 #define st(x) ( * ((FPU_REG *)( register_base + 10 * ((top+x) & 7) )) )
156 #define push() { top--; }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Duaccess.h472 unsigned long top = __kernel_ok ? ~0UL : TASK_SIZE - 1;
474 if ((unsigned long)str > top)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dtraps.c47 static void dump_mem(const char *str, unsigned long bottom, unsigned long top);
89 static void dump_mem(const char *str, unsigned long bottom, unsigned long top) argument
103 printk("%s(0x%08lx to 0x%08lx)\n", str, bottom, top);
105 for (p = bottom & ~31; p < top;) {
111 if (p < bottom || p >= top)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcciss_scsi.c121 int top; member in struct:cciss_scsi_cmd_stack_t
147 /* take the top memory chunk off the stack and return it, if any. */
156 if (stk->top < 0)
158 c = stk->elem[stk->top];
165 (sizeof(struct cciss_scsi_cmd_stack_elem_t)*stk->top)); */
169 (sizeof(struct cciss_scsi_cmd_stack_elem_t)*stk->top) +
171 stk->top--;
187 /* drop the free memory chunk on top of the stack. */
194 if (stk->top >= CMD_STACK_SIZE) {
198 stk->top
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/et61x251/
H A Det61x251_core.c1073 fmw_sy = (u16)(rect->top - s->cropcap.bounds.top +
1074 s->active_pixel.top),
1772 rect->top = (s->_rect.top & 1L) ? rect->top | 1L : rect->top & ~1L;
1784 if (rect->top < bounds->top)
1785 rect->top
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/zc0301/
H A Dzc0301_core.c1225 rect->top &= ~7L;
1236 if (rect->top < bounds->top)
1237 rect->top = bounds->top;
1240 if (rect->top + rect->height > bounds->top + bounds->height)
1241 rect->top = bounds->top+bounds->height - rect->height;
1412 if (rect.height > bounds->top
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_stat.c226 db_indx_t indx, len, off, tlen, top; local
255 top = NUM_ENT(pagep);
257 for (indx = 0; indx < top; indx += P_INDX) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rsa/
H A Drsa_lib.c389 j+= (*t[i])->top;
404 memcpy((char *)ul,b->d,sizeof(BN_ULONG)*b->top);
405 ul+=b->top;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_lib.c439 j+= (*t[i])->top;
454 memcpy((char *)ul,b->d,sizeof(BN_ULONG)*b->top);
455 ul+=b->top;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Ditree.c280 sysv_zone_t *top)
285 *top = 0;
295 * fine, it should all survive and (new) top doesn't belong to us.
312 *top = *p->p;
394 /* Kill the top of shared branch (already detached) */
276 find_shared(struct inode *inode, int depth, int offsets[], Indirect chain[], sysv_zone_t *top) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/minix/
H A Ditree_common.c220 block_t *top)
225 *top = 0;
242 *top = *p->p;
216 find_shared(struct inode *inode, int depth, int offsets[DEPTH], Indirect chain[DEPTH], block_t *top) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_packet.c470 struct ospf *top;
473 top = THREAD_ARG (thread);
474 top->t_write = NULL;
476 node = listhead (top->oi_write_q);
488 ospf_if_ipmulticast (top, oi->address, oi->ifp->ifindex);
535 ret = sendmsg (top->fd, &msg, flags);
568 list_delete_node (top->oi_write_q, node);
572 if (!list_isempty (top->oi_write_q))
574 thread_add_write (master, ospf_write, top, top
468 struct ospf *top; local
2168 struct ospf *top; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-gram-gen.c856 yy_stack_print (yytype_int16 *bottom, yytype_int16 *top) argument
859 yy_stack_print (bottom, top)
861 yytype_int16 *top;
865 for (; bottom <= top; ++bottom)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_yasm.asm95 ; void ff_add_hfyu_median_prediction_mmx2(uint8_t *dst, uint8_t *top, uint8_t *diff, int w, int *left, int *left_top)
96 cglobal add_hfyu_median_prediction_mmx2, 6,6,0, dst, top, diff, w, left, left_top
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dconfigure.c299 POINT pt = { rect->left, rect->top };
302 rect->top = pt.y;
336 SetWindowPos(data->hdlg, HWND_TOP, data->r.left, data->r.top, data->r.right-data->r.left, data->r.bottom-data->r.top, SWP_SHOWWINDOW);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc2/
H A DMakefile35 top:

Completed in 245 milliseconds

1234567891011>>