Searched refs:xpos (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dengine.c206 int xpos = 0; local
252 if(xpos == 0)
254 xpos = BIO_printf(bio_out, indent);
257 xpos += BIO_printf(bio_out, ", ");
261 if((xpos > (int)strlen(indent)) &&
262 (xpos + (int)strlen(name) > line_wrap))
265 xpos = BIO_printf(bio_out, indent);
267 xpos += BIO_printf(bio_out, "%s", name);
278 xpos = 0;
287 if(xpos >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Droqvideodec.c42 int vqid, bpos, xpos, ypos, xp, yp, x, y, mx, my; local
74 bpos = xpos = ypos = 0;
77 for (xp = xpos; xp < xpos + 16; xp += 8) {
145 xpos += 16;
146 if (xpos >= ri->width) {
147 xpos -= ri->width;
H A Dindeo3.c151 long xpos; member in struct:ustr
233 strip->ypos = strip->xpos = 0;
290 cur_frm_pos = cur + width * strip->ypos + strip->xpos;
299 ref_vectors[1] + strip->xpos;
946 strip->xpos += strip->width;
948 if(region_160_width <= strip->xpos && width < strip->width + strip->xpos)
949 strip->width = width - strip->xpos;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dengine.c207 int xpos = 0; local
253 if(xpos == 0)
255 xpos = BIO_printf(bio_out, indent);
258 xpos += BIO_printf(bio_out, ", ");
262 if((xpos > (int)strlen(indent)) &&
263 (xpos + (int)strlen(name) > line_wrap))
266 xpos = BIO_printf(bio_out, indent);
268 xpos += BIO_printf(bio_out, "%s", name);
279 xpos = 0;
288 if(xpos >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dnewport_con.c366 int xpos)
372 xpos <<= 3;
375 newport_render_background(xpos, ypos, xpos, ypos,
386 npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff);
387 npregs->set.xyendi = ((xpos + 7) << 16);
395 int count, int ypos, int xpos)
403 xpos <<= 3;
408 newport_render_background(xpos, ypos,
409 xpos
365 newport_putc(struct vc_data *vc, int charattr, int ypos, int xpos) argument
394 newport_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) argument
[all...]
H A Dsticon.c87 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) argument
97 sti_putc(sticon_sti, c, ypos, xpos);
104 int count, int ypos, int xpos)
116 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++);
103 sticon_putcs(struct vc_data *conp, const unsigned short *s, int count, int ypos, int xpos) argument
H A Dvgacon.c630 static void vgacon_set_cursor_size(int xpos, int from, int to) argument
636 if (xpos < 16)
H A Dfbcon.c167 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos);
169 int count, int ypos, int xpos);
1312 int count, int ypos, int xpos)
1319 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos,
1324 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos) argument
1329 fbcon_putcs(vc, &chr, 1, ypos, xpos);
1311 fbcon_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dau1200fb.c117 unsigned int xpos; member in struct:au1200_lcd_window_regs_t
191 int xpos; member in struct:window_settings::__anon7170
223 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
229 /* xres, yres, xpos, ypos */ 100, 100, 100, 100,
236 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
242 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
257 /* xres, yres, xpos, ypos */ 320, 240, 5, 5,
263 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
269 /* xres, yres, xpos, ypos */ 100, 100, 0, 0,
276 /* xres, yres, xpos, ypo
721 au1200_setlocation(struct au1200fb_device *fbdev, int plane, int xpos, int ypos) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/dvb/
H A Dvideo.h180 uint32_t xpos; /* 23-22 button color number */ member in struct:video_highlight
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/pnx4008/
H A Dsdum.c332 u32 * frame_buffer, u32 xpos, u32 ypos, u32 w, u32 h)
339 if ((xpos + w) > DISP_MAX_X_SIZE)
340 w = DISP_MAX_X_SIZE - xpos;
347 k.xmin = xpos;
349 k.xmax = xpos + (w - 1);
331 display_open(int ch_no, int auto_update, u32 * dirty_buffer, u32 * frame_buffer, u32 xpos, u32 ypos, u32 w, u32 h) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djccoefct.c150 JDIMENSION ypos, xpos; local
174 xpos = MCU_col_num * compptr->MCU_sample_width;
183 ypos, xpos, (JDIMENSION) blockcnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale_template.c2339 unsigned int xpos=0;
2342 register unsigned int xx=xpos>>16;
2343 register unsigned int xalpha=(xpos&0xFFFF)>>9;
2345 xpos+=xInc;
2628 unsigned int xpos=0;
2631 register unsigned int xx=xpos>>16;
2632 register unsigned int xalpha=(xpos&0xFFFF)>>9;
2639 xpos+=xInc;
H A Dswscale.c1468 int xpos, i;
1552 xpos= 0; //lumXInc/2 - 0x8000; // difference between pixel centers
1557 int xx=xpos>>16;
1562 int b=((xpos+xInc)>>16) - xx;
1563 int c=((xpos+xInc*2)>>16) - xx;
1564 int d=((xpos+xInc*3)>>16) - xx;
1566 filter[i ] = (( xpos & 0xFFFF) ^ 0xFFFF)>>9;
1567 filter[i+1] = (((xpos+xInc ) & 0xFFFF) ^ 0xFFFF)>>9;
1568 filter[i+2] = (((xpos+xInc*2) & 0xFFFF) ^ 0xFFFF)>>9;
1569 filter[i+3] = (((xpos
[all...]

Completed in 134 milliseconds