Searched defs:Aw (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_pixels.c146 int Am=0,Aw=0; local
178 Aw=8-format->Aloss;
179 for(i=format->Aloss;i>0;i-=Aw)
183 fprintf(stderr,"Aw=%d Am=0x%02X\n",Aw,Am);
202 a=(a<<format->Aloss)|((a*Am)>>Aw);

Completed in 103 milliseconds