/frameworks/rs/driver/linkloader/ |
main.cpp | 173 void dump_and_run_file_from_archive(bool is32bit, Archiver &AR, 175 if (is32bit) { 200 bool is32bit = (image[EI_CLASS] == ELFCLASS32); local 204 dump_and_run_file_from_archive(is32bit, AR, argc, argv); 207 dump_and_run_file_from_archive(is32bit, AR, argc, argv);
|
/frameworks/rs/driver/linkloader/include/ |
ELFHeader.h | 82 bool is32bit() const { function in class:ELFHeader 207 return ((Bitwidth == 32 && is32bit()) ||
|
/external/webkit/Source/WebCore/platform/win/ |
BitmapInfo.h | 52 bool is32bit() const { return bmiHeader.biBitCount == 32; } function in struct:WebCore::BitmapInfo
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
SharedBitmap.h | 64 bool is32bit() const { return m_bmpInfo.is32bit(); } function in class:WebCore::SharedBitmap
|
SharedBitmap.cpp | 308 bmpInfo = BitmapInfo::createBottomUp(IntSize(copyWidth, copyHeight), (useAlpha && is32bit()) ? BitmapInfo::BitCount32 : BitmapInfo::BitCount16); 333 RefPtr<SharedBitmap> newBmp = create(IntSize(copyWidth, copyHeight), useAlpha && is32bit() ? BitmapInfo::BitCount32 : BitmapInfo::BitCount16, false); 419 bool useAlpha = op == CompositeSourceOver && hasAlpha() && is32bit();
|
GraphicsContextWinCE.cpp | 293 if (bmp->is32bit() && (!m_bitmap || m_bitmap->is16bit())) { 325 ASSERT(bmp && bmp->bytes() && bmp->is32bit()); 555 if (!m_bitmap || !m_bitmap->is32bit()) [all...] |
/external/llvm/utils/TableGen/ |
X86DisassemblerTables.h | 261 /// @param is32bit - Instructon is only 32-bit 268 bool is32bit,
|
X86RecognizableInstr.cpp | 250 Is32Bit = false; 256 Is32Bit = true; [all...] |
X86RecognizableInstr.h | 76 bool Is32Bit;
|
X86DisassemblerTables.cpp | 702 bool is32bit, 707 if (is32bit && inheritsFrom((InstructionContext)index, IC_64BIT))
|
/external/valgrind/main/VEX/priv/ |
guest_ppc_toIR.c | 5575 Bool is32bit = typeOfIRExpr(irsb->tyenv, argL0 ) == Ity_I32; local [all...] |
/external/llvm/lib/Target/X86/ |
X86FastISel.cpp | [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib32/ |
libbfd.a | [all...] |