Lines Matching refs:upx
574 #define upx(x, v) (((v) + (x) - 1) & -(x)) macro
1407 fsize = upx(fconst, xres_n + in ami_decode_var()
1412 fsize = upx(fconst, xres_n); in ami_decode_var()
1445 par->next_plane = div8(upx(16 << maxfmode, par->vxres)); in ami_decode_var()
1452 par->next_line = div8(upx(16 << maxfmode, par->vxres)); in ami_decode_var()
1496 if (par->xoffset > upx(16 << maxfmode, par->vxres - par->xres) || in ami_decode_var()
1607 par->xoffset = upx(16 << maxfmode, par->xoffset); in ami_update_par()
1617 fsize = upx(fconst, fsize); in ami_update_par()
1621 fstop = fstrt + upx(fconst, fsize) - 64; in ami_update_par()
2424 info->fix.line_length = div8(upx(16 << maxfmode, par->vxres)); in amifb_set_par()
2549 upx(16 << maxfmode, info->var.xres_virtual)) in amifb_pan_display()