Searched refs:lbits (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dbits2pixels.c115 uint8 *lpix, *lbits; local in function:RasterBitsToPixels8
121 lbits = bits;
123 expbits = (*lbits >> 4) & 0x0f;
227 expbits = *lbits & 0x0f;
332 lbits++;
379 uint8 *lbits; local in function:RasterBitsToPixels16
385 lbits = bits;
387 expbits = (*lbits >> 4) & 0x0f;
491 expbits = *lbits & 0x0f;
596 lbits
643 uint8 *lpix, *lbits; local in function:RasterBitsToPixels24
1181 uint8 *lbits; local in function:RasterBitsToPixels32
[all...]
/xsrc/external/mit/freetype/dist/src/gzip/
H A Dinfcodes.c50 Byte lbits; /* ltree bits decoded per branch */ member in struct:inflate_codes_state
70 c->lbits = (Byte)bl;
108 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
117 c->sub.code.need = c->lbits;

Completed in 3 milliseconds