| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | attr.c | 114 struct xchk_xattr *sx; in xchk_xattr_listent() local 118 sx = container_of(context, struct xchk_xattr, context); in xchk_xattr_listent() 120 if (xchk_should_terminate(sx->sc, &error)) { in xchk_xattr_listent() 127 xchk_ino_set_preen(sx->sc, context->dp->i_ino); in xchk_xattr_listent() 133 xchk_fblock_set_corrupt(sx->sc, XFS_ATTR_FORK, args.blkno); in xchk_xattr_listent() 142 error = xchk_setup_xattr_buf(sx->sc, valuelen, KM_MAYFAIL); in xchk_xattr_listent() 159 args.value = xchk_xattr_valuebuf(sx->sc); in xchk_xattr_listent() 166 if (!xchk_fblock_process_error(sx->sc, XFS_ATTR_FORK, args.blkno, in xchk_xattr_listent() 170 xchk_fblock_set_corrupt(sx->sc, XFS_ATTR_FORK, in xchk_xattr_listent() 173 if (sx->sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT) in xchk_xattr_listent() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | atafb_iplan2p2.c | 24 int sy, int sx, int dy, int dx, in atafb_iplan2p2_copyarea() argument 43 u_int upwards = (dy < sy) || (dy == sy && dx < sx); in atafb_iplan2p2_copyarea() 46 if (!((sx ^ dx) & 15)) { in atafb_iplan2p2_copyarea() 50 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea() 52 if (sx & 15) { in atafb_iplan2p2_copyarea() 75 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea() 78 if ((sx + width) & 15) { in atafb_iplan2p2_copyarea() 97 if (sx & 15) in atafb_iplan2p2_copyarea() 109 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea() 115 if (sx & 15) { in atafb_iplan2p2_copyarea() [all …]
|
| H A D | atafb_iplan2p4.c | 24 int sy, int sx, int dy, int dx, in atafb_iplan2p4_copyarea() argument 43 u_int upwards = (dy < sy) || (dy == sy && dx < sx); in atafb_iplan2p4_copyarea() 46 if (!((sx ^ dx) & 15)) { in atafb_iplan2p4_copyarea() 50 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea() 52 if (sx & 15) { in atafb_iplan2p4_copyarea() 75 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea() 78 if ((sx + width) & 15) { in atafb_iplan2p4_copyarea() 97 if (sx & 15) in atafb_iplan2p4_copyarea() 109 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea() 115 if (sx & 15) { in atafb_iplan2p4_copyarea() [all …]
|
| H A D | atafb.h | 5 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, 8 int sy, int sx, int height, int width); 13 void atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, 16 int sy, int sx, int height, int width); 21 void atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, 24 int sy, int sx, int height, int width); 29 void atafb_iplan2p8_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, 32 int sy, int sx, int height, int width);
|
| H A D | atafb_iplan2p8.c | 31 int sy, int sx, int dy, int dx, in atafb_iplan2p8_copyarea() argument 50 u_int upwards = (dy < sy) || (dy == sy && dx < sx); in atafb_iplan2p8_copyarea() 53 if (!((sx ^ dx) & 15)) { in atafb_iplan2p8_copyarea() 57 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() 59 if (sx & 15) { in atafb_iplan2p8_copyarea() 82 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() 85 if ((sx + width) & 15) { in atafb_iplan2p8_copyarea() 104 if (sx & 15) in atafb_iplan2p8_copyarea() 116 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() 122 if (sx & 15) { in atafb_iplan2p8_copyarea() [all …]
|
| H A D | atafb_mfb.c | 24 int sy, int sx, int dy, int dx, in atafb_mfb_copyarea() argument 30 if (sx == 0 && dx == 0 && width == next_line) { in atafb_mfb_copyarea() 35 src = (u8 *)info->screen_base + sy * next_line + (sx >> 3); in atafb_mfb_copyarea() 43 src = (u8 *)info->screen_base + (sy + height - 1) * next_line + (sx >> 3); in atafb_mfb_copyarea() 54 int sy, int sx, int height, int width) in atafb_mfb_fillrect() argument 59 dest = (u8 *)info->screen_base + sy * next_line + (sx >> 3); in atafb_mfb_fillrect() 61 if (sx == 0 && width == next_line) { in atafb_mfb_fillrect()
|
| H A D | dnfb.c | 160 (area->sx >> 4)); in dnfb_copyarea() 164 y_delta = (info->fix.line_length * 8) - area->sx - area->width; in dnfb_copyarea() 170 (((area->dx & 0xf) - (area->sx & 0xf)) % 16) | (0x4 << 5)); in dnfb_copyarea() 171 if ((area->dx & 0xf) < (area->sx & 0xf)) in dnfb_copyarea() 174 y_delta = -((info->fix.line_length * 8) - area->sx - area->width); in dnfb_copyarea() 180 ((-((area->sx & 0xf) - (area->dx & 0xf))) % 16) | in dnfb_copyarea() 182 if ((area->dx & 0xf) > (area->sx & 0xf)) in dnfb_copyarea()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_accel.c | 209 int sx, int dy, int dx, int height, int width) in matrox_accel_bmove() argument 218 if ((dy < sy) || ((dy == sy) && (dx <= sx))) { in matrox_accel_bmove() 225 start = sy*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove() 234 end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove() 250 int sy, int sx, int dy, int dx, int height, in matrox_accel_bmove_lin() argument 260 if ((dy < sy) || ((dy == sy) && (dx <= sx))) { in matrox_accel_bmove_lin() 267 start = sy*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove_lin() 276 end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo); in matrox_accel_bmove_lin() 295 if ((area->sx | area->dx | area->width) & 1) in matroxfb_cfb4_copyarea() 298 …matrox_accel_bmove_lin(minfo, minfo->fbcon.var.xres_virtual >> 1, area->sy, area->sx >> 1, area->d… in matroxfb_cfb4_copyarea() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/ |
| H A D | iep2_osd.c | 59 static int iep2_osd_check(int8_t *mv, int w, int sx, int ex, int sy, int ey, in iep2_osd_check() argument 65 int total = (ey - sy + 1) * (ex - sx + 1); in iep2_osd_check() 73 for (j = sx; j <= ex; ++j) { in iep2_osd_check() 114 int sx[8]; in iep2_set_osd() local 126 sx[i] = ctx->output.x_sta[i]; in iep2_set_osd() 136 if (ex[i] - sx[i] > ex[j] - sx[j]) { in iep2_set_osd() 149 sx[i], ex[i], sy[i], ey[i], &mvx)) in iep2_set_osd() 152 ctx->params.osd_x_sta[idx] = sx[i]; in iep2_set_osd() 157 osd_tile_cnt += (ex[i] - sx[i] + 1) * (ey[i] - sy[i] + 1); in iep2_set_osd() 163 sx[i], ex[i], sy[i], ey[i], in iep2_set_osd()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/ |
| H A D | eiger.dts | 54 compatible = "ibm,uic-460sx","ibm,uic"; 64 compatible = "ibm,uic-460sx","ibm,uic"; 76 compatible = "ibm,uic-460sx","ibm,uic"; 88 compatible = "ibm,uic-460sx","ibm,uic"; 100 compatible = "ibm,sdr-460sx"; 105 compatible = "ibm,cpr-460sx"; 110 compatible = "ibm,plb-460sx", "ibm,plb4"; 117 compatible = "ibm,sdram-460sx", "ibm,sdram-405gp"; 122 compatible = "ibm,mcmal-460sx", "ibm,mcmal2"; 145 compatible = "ibm,opb-460sx", "ibm,opb"; [all …]
|
| H A D | redwood.dts | 50 compatible = "ibm,uic-460sx","ibm,uic"; 60 compatible = "ibm,uic-460sx","ibm,uic"; 72 compatible = "ibm,uic-460sx","ibm,uic"; 84 compatible = "ibm,uic-460sx","ibm,uic"; 96 compatible = "ibm,sdr-460sx"; 101 compatible = "ibm,cpr-460sx"; 106 compatible = "ibm,plb-460sx", "ibm,plb4"; 113 compatible = "ibm,sdram-460sx", "ibm,sdram-405gp"; 118 compatible = "ibm,mcmal-460sx", "ibm,mcmal2"; 141 compatible = "ibm,opb-460sx", "ibm,opb"; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/ |
| H A D | radeon_accel.c | 102 u32 sx, sy, dx, dy, w, h; in radeonfb_prim_copyarea() local 106 sx = area->sx; sy = area->sy; in radeonfb_prim_copyarea() 107 xdir = sx - dx; in radeonfb_prim_copyarea() 110 if ( xdir < 0 ) { sx += w-1; dx += w-1; } in radeonfb_prim_copyarea() 129 OUTREG(SRC_Y_X, (sy << 16) | sx); in radeonfb_prim_copyarea() 140 modded.sx = area->sx; in radeonfb_copyarea() 160 modded.sx >= vxres || modded.sy >= vyres || in radeonfb_copyarea() 164 if(modded.sx + modded.width > vxres) modded.width = vxres - modded.sx; in radeonfb_copyarea()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | tileblit.c | 21 int sx, int dy, int dx, int height, int width) in tile_bmove() argument 25 area.sx = sx; in tile_bmove() 36 int sx, int height, int width) in tile_clear() argument 46 rect.sx = sx; in tile_clear() 63 blit.sx = xx; in tile_putcs() 89 cursor.sx = vc->state.x; in tile_cursor()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qwebmercator.cpp | 113 double sx = s.x(); in coordinateInterpolation() local 114 if (ex < sx) in coordinateInterpolation() 115 sx -= 1.0; in coordinateInterpolation() 116 else if (sx < ex) in coordinateInterpolation() 119 x = (1.0 - progress) * sx + progress * ex; in coordinateInterpolation()
|
| /OK3568_Linux_fs/kernel/arch/mips/math-emu/ |
| H A D | dp_sqrt.c | 68 ieee754_csr.sx &= ~IEEE754_INEXACT; in ieee754dp_sqrt() 114 ieee754_csr.sx &= ~IEEE754_INEXACT; in ieee754dp_sqrt() 119 if (ieee754_csr.sx & IEEE754_INEXACT || t.bits != y.bits) { in ieee754dp_sqrt() 121 if (!(ieee754_csr.sx & IEEE754_INEXACT)) in ieee754dp_sqrt() 127 oldcsr.sx |= IEEE754_INEXACT; in ieee754dp_sqrt()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/savage/ |
| H A D | savagefb_accel.c | 34 int sx = region->sx, dx = region->dx; in savagefb_copyarea() local 44 if (dx <= sx) { in savagefb_copyarea() 47 sx += region->width - 1; in savagefb_copyarea() 60 BCI_SEND(BCI_X_Y(sx, sy)); in savagefb_copyarea()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/test/ |
| H A D | model.c | 75 static double bestfit(double sx, double sy, in bestfit() argument 87 su = sx - a*sy; /* su is iprod of s[] and u[] */ in bestfit() 129 long double sx,sy,ss; in bigcalc() local 181 sx = sy = ss = 0; in bigcalc() 190 sx += s*u; in bigcalc() 202 s2 = bestfit(sx,sy,h11,h12,h22,&cx,&cy)/(k1+1); in bigcalc()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/ |
| H A D | sis_accel.c | 374 area->sx >= vxres || area->sy >= vyres || in fbcon_sis_copyarea() 379 if((area->sx + width) > vxres) width = vxres - area->sx; in fbcon_sis_copyarea() 388 if(area->sx < area->dx) xdir = 0; in fbcon_sis_copyarea() 395 SiS300SubsequentScreenToScreenCopy(ivideo, area->sx, area->sy, in fbcon_sis_copyarea() 403 SiS310SubsequentScreenToScreenCopy(ivideo, area->sx, area->sy, in fbcon_sis_copyarea()
|
| /OK3568_Linux_fs/kernel/arch/s390/pci/ |
| H A D | pci_dma.c | 102 unsigned int rtx, sx, px; in dma_walk_cpu_trans() local 109 sx = calc_sx(dma_addr); in dma_walk_cpu_trans() 110 pto = dma_get_page_table_origin(&sto[sx]); in dma_walk_cpu_trans() 237 int sx; in dma_free_seg_table() local 239 for (sx = 0; sx < ZPCI_TABLE_ENTRIES; sx++) in dma_free_seg_table() 240 if (reg_entry_isvalid(sto[sx])) in dma_free_seg_table() 241 dma_free_page_table(get_st_pto(sto[sx])); in dma_free_seg_table()
|
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_gop.c | 60 unsigned long operation, unsigned long sx, in gop_blt() argument 70 buffer, operation, sx, sy, dx, dy, width, height, delta); in gop_blt() 91 (sx * sizeof(u32)); in gop_blt() 106 (sx * sizeof(u32)); in gop_blt()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/i810/ |
| H A D | i810_accel.c | 329 u32 sx, sy, dx, dy, pitch, width, height, src, dest, xdir; in i810fb_copyarea() local 338 sx = region->sx * par->depth; in i810fb_copyarea() 344 if (dx <= sx) { in i810fb_copyarea() 349 sx += width - 1; in i810fb_copyarea() 360 src = info->fix.smem_start + (sy * info->fix.line_length) + sx; in i810fb_copyarea()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbblt.c | 30 #define InitializeShifts(sx,dx,ls,rs) { \ argument 31 if (sx != dx) { \ 32 if (sx > dx) { \ 33 ls = sx - dx; \ 36 rs = dx - sx; \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/transform/ |
| H A D | map_transformer.hpp | 120 type sx = (px2 - px1) / boost::numeric_cast<type>(wdx); in set_transformation() local 125 type scale = (std::min)(sx, sy); in set_transformation() 126 sx = scale; in set_transformation() 139 set_transformation_point(wmx, wmy, pmx, pmy, sx, sy); in set_transformation()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/ |
| H A D | lrzsz_0.12.20.bb | 4 These programs use error correcting protocols ({z,x,y}modem) to send (sz, sx, sb) and \ 41 ALTERNATIVE:${PN} = "rz rx rb sz sx sb" 48 ALTERNATIVE_TARGET[sx] = "${bindir}/lsz"
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | quartz.c | 240 int x, y, width, height, sx, sy; in QuartzUpdateScreens() local 270 sx = pScreen->x + darwinMainScreenX; in QuartzUpdateScreens() 276 pScreen->ResizeWindow(pRoot, x - sx, y - sy, width, height, NULL); in QuartzUpdateScreens() 291 width, height, x - sx, y - sy, darwinMainScreenX, darwinMainScreenY, in QuartzUpdateScreens() 299 e.u.configureNotify.x = x - sx; in QuartzUpdateScreens()
|