Searched refs:bshift (Results 1 – 4 of 4) sorted by relevance
46 int bshift; in isqrt32() local52 bshift=(EC_ILOG(_val)-1)>>1; in isqrt32()53 b=1U<<bshift; in isqrt32()56 t=(((opus_uint32)g<<1)+b)<<bshift; in isqrt32()62 bshift--; in isqrt32()64 while(bshift>=0); in isqrt32()
93 GLint rshift, gshift, bshift;/* Pixel color component shifts */ member
449 v->bshift = 0; in setup_truecolor()452 v->bshift++; in setup_truecolor()488 v->BtoPixel[i] = (b >> (8-bBits)) << v->bshift; in setup_truecolor()
6384 const Unit *b, Int blength, Int bshift, argument6403 if (bshift!=0) { /* B is shifted; low As copy across */6404 minC+=bshift;6406 if (a==c && bshift<=alength) {6407 c+=bshift;6408 a+=bshift;6410 else for (; c<clsu+bshift; a++, c++) { /* copy needed */