HomeSort by relevance Sort by last modified time
    Searched defs:is64 (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 135 bool is64 = getPointerSize() == 8; local
137 /*Is64Bit=*/is64,
138 (is64 ? object::mach::CTM_PowerPC64 :
170 bool is64 = getPointerSize() == 8; local
171 return createPPCELFObjectWriter(OS, is64, OSABI);
  /external/skia/include/core/
Sk64.h 29 SkBool is64() const { return fHi != ((int32_t)fLo >> 31); } function in struct:Sk64
  /external/valgrind/main/coregrind/
m_translate.c 908 Bool is64 = True; local
921 Bool is64 = False; local
999 Bool is64 = True; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 278 static ULong read_initial_length_field ( UChar* p_img, /*OUT*/Bool* is64 )
282 *is64 = True;
285 *is64 = False;
452 Bool is64; local
502 info.li_length = read_initial_length_field( external, &is64 );
503 external += is64 ? 12 : 4;
614 + (is64 ? 12 : 4);
    [all...]

Completed in 1721 milliseconds