Searched refs:sx (Results 1 - 25 of 367) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Datafb.h4 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
7 int sy, int sx, int height, int width);
12 void atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
15 int sy, int sx, int height, int width);
20 void atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
23 int sy, int sx, int height, int width);
28 void atafb_iplan2p8_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
31 int sy, int sx, int height, int width);
H A Datafb_mfb.c25 int sy, int sx, int dy, int dx,
31 if (sx == 0 && dx == 0 && width == next_line) {
36 src = (u8 *)info->screen_base + sy * next_line + (sx >> 3);
44 src = (u8 *)info->screen_base + (sy + height - 1) * next_line + (sx >> 3);
55 int sy, int sx, int height, int width)
60 dest = (u8 *)info->screen_base + sy * next_line + (sx >> 3);
62 if (sx == 0 && width == next_line) {
24 atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
54 atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
H A Datafb_iplan2p2.c25 int sy, int sx, int dy, int dx,
44 u_int upwards = (dy < sy) || (dy == sy && dx < sx);
47 if (!((sx ^ dx) & 15)) {
51 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
53 if (sx & 15) {
76 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
79 if ((sx + width) & 15) {
98 if (sx & 15)
110 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
116 if (sx
24 atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
193 atafb_iplan2p2_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
[all...]
H A Datafb_iplan2p4.c25 int sy, int sx, int dy, int dx,
44 u_int upwards = (dy < sy) || (dy == sy && dx < sx);
47 if (!((sx ^ dx) & 15)) {
51 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
53 if (sx & 15) {
76 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
79 if ((sx + width) & 15) {
98 if (sx & 15)
110 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
116 if (sx
24 atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
207 atafb_iplan2p4_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
[all...]
H A Datafb_iplan2p8.c32 int sy, int sx, int dy, int dx,
51 u_int upwards = (dy < sy) || (dy == sy && dx < sx);
54 if (!((sx ^ dx) & 15)) {
58 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
60 if (sx & 15) {
83 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
86 if ((sx + width) & 15) {
105 if (sx & 15)
117 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
123 if (sx
31 atafb_iplan2p8_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
242 atafb_iplan2p8_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
[all...]
H A Ddnfb.c160 (area->sx >> 4));
164 y_delta = (info->fix.line_length * 8) - area->sx - area->width;
170 (((area->dx & 0xf) - (area->sx & 0xf)) % 16) | (0x4 << 5));
171 if ((area->dx & 0xf) < (area->sx & 0xf))
174 y_delta = -((info->fix.line_length * 8) - area->sx - area->width);
180 ((-((area->sx & 0xf) - (area->dx & 0xf))) % 16) |
182 if ((area->dx & 0xf) > (area->sx & 0xf))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_sxnet.c71 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
106 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
113 v = ASN1_INTEGER_get(sx->version);
115 for (i = 0; i < sk_SXNETID_num(sx->ids); i++) {
116 id = sk_SXNETID_value(sx->ids, i);
137 SXNET *sx = NULL;
141 if (!SXNET_add_id_asc(&sx, cnf->name, cnf->value, -1))
144 return sx;
186 SXNET *sx = NULL;
200 if (!(sx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_sxnet.c70 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out, int indent);
104 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
111 v = ASN1_INTEGER_get(sx->version);
113 for(i = 0; i < sk_SXNETID_num(sx->ids); i++) {
114 id = sk_SXNETID_value(sx->ids, i);
135 SXNET *sx = NULL;
139 if(!SXNET_add_id_asc(&sx, cnf->name, cnf->value, -1))
142 return sx;
186 SXNET *sx = NULL;
198 if(!(sx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_sxnet.c71 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
106 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
113 v = ASN1_INTEGER_get(sx->version);
115 for (i = 0; i < sk_SXNETID_num(sx->ids); i++) {
116 id = sk_SXNETID_value(sx->ids, i);
137 SXNET *sx = NULL;
141 if (!SXNET_add_id_asc(&sx, cnf->name, cnf->value, -1))
144 return sx;
186 SXNET *sx = NULL;
200 if (!(sx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dfrag.h49 int xfs_swapext(struct xfs_swapext *sx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbgmc.c432 unsigned int sx, i; local
434 for (sx = 0; sx < 16; sx++)
439 while (cf_table[sx][symbol] > target)
517 int delta, unsigned int sx,
529 lut += sx * LUT_SIZE;
537 while (cf_table[sx][symbol] > target)
542 high = low + ((range * cf_table[sx][(symbol ) << delta] - (1 << FREQ_BITS)) >> FREQ_BITS);
543 low = low + ((range * cf_table[sx][(symbo
516 ff_bgmc_decode(GetBitContext *gb, unsigned int num, int32_t *dst, int delta, unsigned int sx, unsigned int *h, unsigned int *l, unsigned int *v, uint8_t *cf_lut, int *cf_lut_status) argument
[all...]
H A Dbgmc.h51 int delta, unsigned int sx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbgmc.c428 unsigned int sx, i; local
430 for (sx = 0; sx < 16; sx++)
435 while (cf_table[sx][symbol] > target)
506 int delta, unsigned int sx,
518 lut += sx * LUT_SIZE;
526 while (cf_table[sx][symbol] > target)
531 high = low + ((range * cf_table[sx][(symbol) << delta] - (1 << FREQ_BITS)) >> FREQ_BITS);
532 low = low + ((range * cf_table[sx][(symbo
505 ff_bgmc_decode(GetBitContext *gb, unsigned int num, int32_t *dst, int delta, unsigned int sx, unsigned int *h, unsigned int *l, unsigned int *v, uint8_t *cf_lut, int *cf_lut_status) argument
[all...]
H A Dbgmc.h51 int delta, unsigned int sx,
H A Dmpegvideo.c1982 static int clip_line(int *sx, int *sy, int *ex, int *ey, int maxx) argument
1984 if(*sx > *ex)
1985 return clip_line(ex, ey, sx, sy, maxx);
1987 if (*sx < 0) {
1990 *sy = *ey + (*sy - *ey) * (int64_t)*ex / (*ex - *sx);
1991 *sx = 0;
1995 if (*sx > maxx)
1997 *ey = *sy + (*ey - *sy) * (int64_t)(maxx - *sx) / (*ex - *sx);
2005 * Draw a line from (ex, ey) -> (sx, s
2011 draw_line(uint8_t *buf, int sx, int sy, int ex, int ey, int w, int h, int stride, int color) argument
2069 draw_arrow(uint8_t *buf, int sx, int sy, int ex, int ey, int w, int h, int stride, int color, int tail, int direction) argument
2247 int sx = mb_x * 16 + 4 + 8 * (i & 1); local
2259 int sx = mb_x * 16 + 8; local
2274 int sx = mb_x * 16 + 4 + 8 * i; local
2287 int sx= mb_x * 16 + 8; local
2370 int sx = mb_x * 16 + 8 * (i & 1); local
2429 int sx, sy; local
2476 int mx, my, src_x, src_y, uvsrc_x, uvsrc_y, sx, sy, uvsx, uvsy; local
2612 int emu = 0, src_x, src_y, sx, sy; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Dstatpict.cpp95 float sx = 1.0f, sy = 1.0f; local
101 sx = sy = _sx < _sy ? _sx : _sy;
106 sx = ScaleX;
112 sx = (float)sz.x/(float)bmpsz.x;
117 bmpsz = wxSize( (int)(bmpsz.x*sx), (int)(bmpsz.y*sy) );
132 dc.SetUserScale( ux*sx, uy*sy );
133 dc.DrawBitmap( Bitmap, (int)((float)pos.x/sx), (int)((float)pos.y/sy) );
136 if ( LastScaleX != sx || LastScaleY != sy )
138 LastScaleX = sx;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_accel.c200 int sx, int dy, int dx, int height, int width)
209 if ((dy < sy) || ((dy == sy) && (dx <= sx))) {
215 start = sy*vxres+sx+curr_ydstorg(minfo);
223 end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo);
238 int sy, int sx, int dy, int dx, int height,
248 if ((dy < sy) || ((dy == sy) && (dx <= sx))) {
254 start = sy*vxres+sx+curr_ydstorg(minfo);
262 end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo);
280 if ((area->sx | area->dx | area->width) & 1)
283 matrox_accel_bmove_lin(minfo, minfo->fbcon.var.xres_virtual >> 1, area->sy, area->sx >>
199 matrox_accel_bmove(struct matrox_fb_info *minfo, int vxres, int sy, int sx, int dy, int dx, int height, int width) argument
237 matrox_accel_bmove_lin(struct matrox_fb_info *minfo, int vxres, int sy, int sx, int dy, int dx, int height, int width) argument
292 matroxfb_accel_clear(struct matrox_fb_info *minfo, u_int32_t color, int sy, int sx, int height, int width) argument
321 matroxfb_cfb4_clear(struct matrox_fb_info *minfo, u_int32_t bgx, int sy, int sx, int height, int width) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/vis/
H A Dwgets.h26 int sy, sx; /* in */ member in struct:WGetsParams
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/gizmos/
H A Dstatpict.h103 void SetCustomScale( float sx, float sy ) argument
105 ScaleX = sx;
109 void GetCustomScale( float* sx, float* sy ) const argument
111 *sx = ScaleX;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Ddp_sqrt.c83 ieee754_csr.sx &= ~IEEE754_INEXACT;
127 ieee754_csr.sx &= ~IEEE754_INEXACT;
132 if (ieee754_csr.sx & IEEE754_INEXACT || t.bits != y.bits) {
134 if (!(ieee754_csr.sx & IEEE754_INEXACT))
140 oldcsr.sx |= IEEE754_INEXACT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dradeon_accel.c86 u32 sx, sy, dx, dy, w, h; local
90 sx = area->sx; sy = area->sy;
91 xdir = sx - dx;
94 if ( xdir < 0 ) { sx += w-1; dx += w-1; }
113 OUTREG(SRC_Y_X, (sy << 16) | sx);
124 modded.sx = area->sx;
144 modded.sx >= vxres || modded.sy >= vyres ||
148 if(modded.sx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dtileblit.c20 int sx, int dy, int dx, int height, int width)
24 area.sx = sx;
35 int sx, int height, int width)
45 rect.sx = sx;
62 blit.sx = xx;
88 cursor.sx = vc->vc_x;
19 tile_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
34 tile_clear(struct vc_data *vc, struct fb_info *info, int sy, int sx, int height, int width) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/savage/
H A Dsavagefb_accel.c33 int sx = region->sx, dx = region->dx; local
43 if (dx <= sx) {
46 sx += region->width - 1;
59 BCI_SEND(BCI_X_Y(sx, sy));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Diconbndl.cpp107 wxCoord sx = m_icons[i].GetWidth(), sy = m_icons[i].GetHeight(); local
109 if( sx == size.x && sy == size.y )
115 if( sx == sysX && sy == sysY )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dsis_accel.c387 area->sx >= vxres || area->sy >= vyres ||
392 if((area->sx + width) > vxres) width = vxres - area->sx;
401 if(area->sx < area->dx) xdir = 0;
408 SiS300SubsequentScreenToScreenCopy(ivideo, area->sx, area->sy,
416 SiS310SubsequentScreenToScreenCopy(ivideo, area->sx, area->sy,

Completed in 221 milliseconds

1234567891011>>