Searched refs:ashift (Results 1 – 3 of 3) sorted by relevance
57 #define ashift 8 macro58 enum { b = (a << ashift) };
219 int ashift = TJ.getAlphaOffset(pf) * 8; in initIntBuf() local240 if (ashift >= 0) in initIntBuf()241 buf[index] |= (255 << ashift); in initIntBuf()428 int ashift = TJ.getAlphaOffset(pf) * 8; in checkIntBuf() local443 int a = ashift >= 0 ? (buf[index] >> ashift) & 0xFF : 255; in checkIntBuf()
709 "$dst = ashift $src by $amount;",722 "$dst = ashift $src BY $amount;",