Searched refs:lpb (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_hw.c950 uint w, h, bpp, bpl, size, lpb, bnum, brest; local
963 lpb = (32 * 1024) / bpl;
964 bnum = size / (lpb * bpl);
965 brest = size - bnum * lpb * bpl;
980 rc = LoadBitmap(av7110, w, lpb, inc, data);
983 rc = BlitBitmap(av7110, x0, y0 + i * lpb);
986 data += lpb * inc;
991 rc = BlitBitmap(av7110, x0, y0 + bnum * lpb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110_hw.c950 uint w, h, bpp, bpl, size, lpb, bnum, brest; local
963 lpb = (32 * 1024) / bpl;
964 bnum = size / (lpb * bpl);
965 brest = size - bnum * lpb * bpl;
980 rc = LoadBitmap(av7110, w, lpb, inc, data);
983 rc = BlitBitmap(av7110, x0, y0 + i * lpb);
986 data += lpb * inc;
991 rc = BlitBitmap(av7110, x0, y0 + bnum * lpb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Dfind.c737 const struct ubifs_lprops *lpb = *b; local
739 return lpa->dirty + lpa->free - lpb->dirty - lpb->free;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Dfind.c737 const struct ubifs_lprops *lpb = *b; local
739 return lpa->dirty + lpa->free - lpb->dirty - lpb->free;

Completed in 218 milliseconds