HomeSort by relevance Sort by last modified time
    Searched refs:is32bit (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/platform/win/
BitmapInfo.h 52 bool is32bit() const { return bmiHeader.biBitCount == 32; } function in struct:WebCore::BitmapInfo
  /frameworks/compile/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);
  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 263 /// @param is32bit - Instructon is only 32-bit
270 bool is32bit,
X86DisassemblerTables.cpp 691 bool is32bit,
698 if (is32bit && inheritsFrom((InstructionContext)index, IC_64BIT))
  /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...]
  /frameworks/compile/linkloader/include/
ELFHeader.h 82 bool is32bit() const { function in class:ELFHeader
207 return ((Bitwidth == 32 && is32bit()) ||
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 5456 Bool is32bit = typeOfIRExpr(irsb->tyenv, argL0 ) == Ity_I32; local
    [all...]

Completed in 591 milliseconds