Searched refs:lx (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dhexdump.c45 int j, lx = 0; local
64 lx += scnprintf(linebuf + lx, linebuflen - lx,
75 lx += scnprintf(linebuf + lx, linebuflen - lx,
86 lx += scnprintf(linebuf + lx, linebuflen - lx,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/instr/
H A Dainstr_iw.c236 struct iwffff_xlayer lx; local
267 if (copy_from_user(&lx, instr_data, sizeof(lx)))
269 instr_data += sizeof(lx);
270 len -= sizeof(lx);
271 if (lx.stype != IWFFFF_STRU_LAYER) {
286 lp->flags = lx.flags;
287 lp->velocity_mode = lx.velocity_mode;
288 lp->layer_event = lx.layer_event;
289 lp->low_range = lx
456 struct iwffff_xlayer lx; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis.c171 int lx, ly, i; local
172 lx = 0;
179 if (lx < samples)
180 render_line(lx, ly, FFMIN(x1,samples), y1, out);
181 lx = x1;
184 if (lx >= samples) break;
186 if (lx < samples) render_line(lx, ly, samples, ly, out);
H A Drv34.c636 int dxy, mx, my, umx, umy, lx, ly, uvmx, uvmy, src_x, src_y, uvsrc_x, uvsrc_y; local
644 lx = (s->current_picture_ptr->motion_val[dir][mv_pos][0] + (3 << 24)) % 3;
656 lx = s->current_picture_ptr->motion_val[dir][mv_pos][0] & 3;
668 dxy = ly*4 + lx;
679 if( (unsigned)(src_x - !!lx*2) > s->h_edge_pos - !!lx*2 - (width <<3) - 4
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Drtlx.c92 printk("id 0x%lx state %d\n", rtlx->id, rtlx->state);
295 struct rtlx_channel *lx; local
301 lx = &rtlx->channel[index];
305 lx_write = lx->lx_write;
309 (size_t)(lx_write + lx->buffer_size - lx->lx_read)
310 % lx->buffer_size);
313 fl = min(count, (size_t)lx->buffer_size - lx->lx_read);
315 failed = copy_to_user(buff, lx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dfloor1.c244 int lx=0; local
249 if(x>lx && x<currentx){
251 lx=x;
660 int lx=info->postlist[ln]; local
669 if(inspect_error(lx,hx,ly,hy,logmask,logmdct,info)){
946 int lx=0; local
956 render_line0(lx,hx,ly,hy,ilogmask);
958 lx=hx;
1071 int lx=0; local
1081 render_line(n,lx,h
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/
H A Dpostprocess_template.c1296 #define REAL_DERING_CORE(dst,src,ppsx,psx,sx,pplx,plx,lx,t0,t1) \
1298 "movq " #sx ", " #lx " \n\t" /* src[0] */\
1300 "psllq $8, " #lx " \n\t"\
1304 "por " #t1 ", " #lx " \n\t" /* src[-1] */\
1308 "movq " #lx ", " #t1 " \n\t" /* src[-1] */\
1309 PAVGB(t0, lx) /* (src[-1] + src[+1])/2 */\
1310 PAVGB(sx, lx) /* (src[-1] + 2src[0] + src[+1])/4 */\
1311 PAVGB(lx, pplx) \
1312 "movq " #lx ", 8(%%"REG_c") \n\t"\
1313 "movq (%%"REG_c"), " #lx " \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dtrees.c1079 unsigned lx = 0; /* running index in l_buf */ local
1084 dist = s->d_buf[lx];
1085 lc = s->l_buf[lx++];
1111 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
1114 } while (lx < s->last_lit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c1079 unsigned lx = 0; /* running index in l_buf */ local
1084 dist = s->d_buf[lx];
1085 lc = s->l_buf[lx++];
1111 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
1114 } while (lx < s->last_lit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeftree.c1026 unsigned lx = 0; /* running index in l_buf */ local
1031 dist = s->d_buf[lx];
1032 lc = s->l_buf[lx++];
1058 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow");
1060 } while (lx < s->last_lit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D07-floor1.tex359 2) [lx] = 0
367 8) \link{vorbis:spec:render:line}{render_line}( [lx], [ly], [hx], [hy], [floor] )
368 9) [lx] = [hx]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c1543 unsigned lx = 0; /* running index in l_buf */ local
1551 if ((lx & 7) == 0)
1553 lc = G1.l_buf[lx++];
1579 } while (lx < G2.last_lit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c2458 unsigned lx = 0; /* running index in l_buf */ local
2463 dist = s->d_buf[lx];
2464 lc = s->l_buf[lx++];
2490 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow");
2492 } while (lx < s->last_lit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c2850 unsigned lx = 0; /* running index in l_buf */ local
2855 dist = s->d_buf[lx];
2856 lc = s->l_buf[lx++];
2882 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow");
2884 } while (lx < s->last_lit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c20969 OSTRACE7( "OPEN Invalid handle rc=%d: zName=%s, ulAction=%#lx, ulAttr=%#lx, ulFlags=%#lx, ulMode=%#lx\n",
[all...]

Completed in 806 milliseconds