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

  /frameworks/rs/cpu_ref/linkloader/
main.cpp 171 void dump_and_run_file_from_archive(bool is32bit, Archiver &AR,
173 if (is32bit) {
198 bool is32bit = (image[EI_CLASS] == ELFCLASS32); local
202 dump_and_run_file_from_archive(is32bit, AR, argc, argv);
205 dump_and_run_file_from_archive(is32bit, AR, argc, argv);
  /system/core/libcutils/
debugger.c 30 static bool is32bit(pid_t tid) { function
75 if (is32bit(tid)) {
  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 246 /// @param is32bit - Instructon is only 32-bit
253 bool is32bit,
X86DisassemblerTables.cpp 838 bool is32bit,
843 if (is32bit && inheritsFrom((InstructionContext)index, IC_64BIT))
  /frameworks/rs/cpu_ref/linkloader/include/
ELFHeader.h 81 bool is32bit() const { function in class:ELFHeader
206 return ((Bitwidth == 32 && is32bit()) ||
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 5858 Bool is32bit = typeOfIRExpr(irsb->tyenv, argL0 ) == Ity_I32; local
    [all...]

Completed in 118 milliseconds