Searched refs:ppw (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | sysimgblt.c | 190 u32 ppw = 32/bpp, spitch = (image->width + 7)/8; in fast_imageblit() local 210 for (i = ppw-1; i--; ) { in fast_imageblit() 217 bit_mask = (1 << ppw) - 1; in fast_imageblit() 219 k = image->width/ppw; in fast_imageblit() 227 shift -= ppw; in fast_imageblit()
|
| H A D | cfbimgblt.c | 220 u32 ppw = 32/bpp, spitch = (image->width + 7)/8; in fast_imageblit() local 240 for (i = ppw-1; i--; ) { in fast_imageblit() 247 bit_mask = (1 << ppw) - 1; in fast_imageblit() 249 k = image->width/ppw; in fast_imageblit() 255 shift -= ppw; in fast_imageblit()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
| H A D | 0004-lxdm.c-add-function-to-change-password-with-pam.patch | 32 @@ -759,6 +763,69 @@ int lxdm_auth_user(int type,char *user, char *pass, struct passwd **ppw) 117 int lxdm_auth_user(int type,char *user,char *pass,struct passwd **ppw);
|