Home
last modified time | relevance | path

Searched refs:ashift (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Sema/
Dshift.c57 #define ashift 8 macro
58 enum { b = (a << ashift) };
/external/libjpeg-turbo/java/
DTJUnitTest.java219 int ashift = TJ.getAlphaOffset(pf) * 8; in initIntBuf() local
240 if (ashift >= 0) in initIntBuf()
241 buf[index] |= (255 << ashift); in initIntBuf()
428 int ashift = TJ.getAlphaOffset(pf) * 8; in checkIntBuf() local
443 int a = ashift >= 0 ? (buf[index] >> ashift) & 0xFF : 255; in checkIntBuf()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinInstrInfo.td709 "$dst = ashift $src by $amount;",
722 "$dst = ashift $src BY $amount;",