Searched refs:top (Results 201 - 225 of 464) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dnamei.c542 struct ext4_dir_entry_2 *de, *top; local
550 top = (struct ext4_dir_entry_2 *) ((char *) de +
553 for (; de < top; de = ext4_next_entry(de)) {
698 struct dx_map_entry *p, *q, *top = map + count - 1; local
705 for (p = top, q = p - count; q >= map; p--, q--)
712 q = top;
934 struct ext4_dir_entry_2 *de, *top; local
959 top = (struct ext4_dir_entry_2 *) ((char *) de + sb->s_blocksize -
961 for (; de < top; de = ext4_next_entry(de))
1225 char *top; local
1304 char *data1, *top; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/sn9c102/
H A Dsn9c102_mi0360.c266 u8 h_start = 0, v_start = (u8)(rect->top - s->cropcap.bounds.top) + 1;
398 .top = 0,
404 .top = 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dunwind.h12 * it would of course be possible to implement the kernel API on top
41 unsigned long top; member in struct:unw_stack
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dgram.c979 yy_stack_print (yytype_int16 *bottom, yytype_int16 *top) argument
982 yy_stack_print (bottom, top)
984 yytype_int16 *top;
988 for (; bottom <= top; ++bottom)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Dansi2knr.c578 top: p = endfn;
600 goto top;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/aes/
H A DMakefile36 top:
77 fips_test: top top_fips_aesavs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttvp.h142 struct btcx_riscmem top; member in struct:bttv_buffer
150 struct bttv_buffer *top; /* top field buffer */ member in struct:bttv_buffer_set
413 - only the irq handler is supported to touch top + bottom + vcurr */
450 /* Latest possible end of VBI capturing (= crop[x].rect.top when
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Ddebug_fs.c163 top:
187 goto top;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/zc0301/
H A Dzc0301_pb0330.c144 .top = 0,
150 .top = 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dsmt.c1181 int top ; local
1188 top = 0 ;
1190 top |= SMT_ST_WRAPPED ; /* state wrapped */
1194 top |= SMT_ST_UNATTACHED ; /* unattached concentrator */
1198 top |= SMT_ST_TWISTED_A ; /* twisted cable */
1201 top |= SMT_ST_TWISTED_B ; /* twisted cable */
1204 top |= SMT_ST_SRF ;
1207 top |= SMT_ST_ROOTED_S ;
1209 top |= SMT_ST_SYNC_SERVICE ;
1210 state->st_topology = top ;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsnow.c1714 const BlockNode *left, const BlockNode *top, const BlockNode *tr){
1716 *mx = mid_pred(left->mx, top->mx, tr->mx);
1717 *my = mid_pred(left->my, top->my, tr->my);
1721 (top ->mx * scale[top ->ref] + 128) >>8,
1724 (top ->my * scale[top ->ref] + 128) >>8,
1754 const BlockNode *top = y ? &s->block[index-w] : &null_block; local
1775 int ref_context= av_log2(2*left->ref) + av_log2(2*top->ref);
1776 int mx_context= av_log2(2*FFABS(left->mx - top
1713 pred_mv(SnowContext *s, int *mx, int *my, int ref, const BlockNode *left, const BlockNode *top, const BlockNode *tr) argument
1976 const BlockNode *top = y ? &s->block[index-w] : &null_block; local
2029 const BlockNode *top = y ? &s->block[index-w] : &null_block; local
2751 const BlockNode *top = y ? &s->block[index-b_stride] : &null_block; local
[all...]
H A Dpngdec.c135 void ff_add_png_paeth_prediction(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp) argument
142 b = top[i];
143 c = top[i - bpp];
299 /* loco lags by 1 row so that it doesn't interfere with top prediction */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind.c340 || (unsigned long) addr >= info->regstk.top)
346 info->regstk.top);
349 if ((unsigned long) nat_addr >= info->regstk.top)
374 || (unsigned long) addr >= info->regstk.top)
380 if ((unsigned long) nat_addr >= info->regstk.top)
1865 return (loc >= info->regstk.limit && loc < info->regstk.top) ||
1866 (loc >= info->memstk.top && loc < info->memstk.limit);
1920 if (info->bsp < info->regstk.limit || info->bsp > info->regstk.top) {
1922 __FUNCTION__, info->bsp, info->regstk.limit, info->regstk.top);
1929 if (info->sp < info->memstk.top || inf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_cursor.c342 * stack and we need the top of the stack.
603 db_indx_t indx, top; local
612 * Called with the top-level cursor that may reference an off-page
633 top = NUM_ENT(cp->page) - P_INDX;; indx += P_INDX) {
636 if (indx == top ||
660 top = NUM_ENT(cp->page) - O_INDX;; indx += O_INDX) {
663 if (indx == top)
1685 db_indx_t base, lim, top; local
1726 * Find the top and bottom of the duplicate set. Binary search
1729 for (base = top
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_hlp.c307 int low = 0, high = 0, top = 0, temp = 0; local
316 for( top = *count; top > 0; top--) {
317 for( low = 0, high = 1; high < top; low++, high++) {
366 y[i] = fh->ov.clips[i].c.top;
394 /* insert top/bottom coordinates */
569 /* calculate memory offsets for picture, look if we shall top-down-flip */
644 saa7146_set_position(dev, fh->ov.win.w.left, fh->ov.win.w.top, fh->ov.win.w.height, fh->ov.win.field, vv->ov_fmt->pixelformat);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmacb.c60 u16 top; local
64 top = cpu_to_le16(*((u16 *)(bp->dev->dev_addr + 4)));
65 macb_writel(bp, SA1T, top);
71 u16 top; local
75 top = macb_readl(bp, SA1T);
81 addr[4] = top & 0xff;
82 addr[5] = (top >> 8) & 0xff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Ddcigettext.c956 size_t top, bottom; local
959 top = nstrings;
960 while (bottom < top)
964 act = (bottom + top) / 2;
969 top = act;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c984 struct timeval levelt, tout, *top; local
1088 top = 0;
1095 top = &tout;
1102 top = &tout;
1107 if (select(nfds, &ready, &writey, NULL, top) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dw32-gettext.c1675 uint32_t top, bottom, nstr;
1772 top = domain->nstrings;
1773 while (bottom < top)
1777 nstr = (bottom + top) / 2;
1782 top = nstr;
1669 uint32_t top, bottom, nstr; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_exp.c199 * the top bit being set. It was caused by an error in BN_div
202 /* if ((m->d[m->top-1]&BN_TBIT) && BN_is_odd(m)) */
207 if (a->top == 1 && !a->neg)
290 wstart=bits-1; /* The top bit of the window */
431 wstart=bits-1; /* The top bit of the window */
523 if (m->top == 0 || !(m->d[0] & 1))
528 if (m->top == 1)
686 wstart=bits-1; /* The top bit of the window */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dc-qcam.c50 int top, left; member in struct:qcam_device
266 /* Set top and left. */
267 qcam_set(q, 0xd, q->top);
728 q->top = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Di915_irq.c165 unsigned short top, bottom; local
174 top = upper[pipe];
178 int y1 = max(rect->y1, top);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/build/
H A Dexe.mk10 # FLAC distribution contains at the top the terms under which it may be
H A Dlib.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/fips/
H A DMakefile45 top:
116 fips_test: top top_fips_test_suite

Completed in 195 milliseconds

1234567891011>>