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

  /external/llvm/lib/Target/PowerPC/
PPCAsmBackend.cpp 99 bool is64 = getPointerSize() == 8; local
101 /*Is64Bit=*/is64,
102 (is64 ? object::mach::CTM_PowerPC64 :
  /external/skia/include/core/
Sk64.h 37 SkBool is64() const { return fHi != ((int32_t)fLo >> 31); } function in struct:Sk64
  /external/valgrind/main/coregrind/
launcher-aix5.c 86 Bool is64; member in struct:__anon12101
126 if (child->is64) {
148 if (child->is64) {
770 || ((!child->is64) && __nr___loadx == -1)
771 || ((child->is64) && __nr_kload == -1)
875 if (child->is64) { \
891 if (child->is64) {
    [all...]
m_translate.c 829 Bool is64 = True; local
842 Bool is64 = False; local
920 Bool is64 = True; local
    [all...]
  /external/valgrind/main/exp-ptrcheck/
h_main.c 4760 Bool is64 = elTy == Ity_I64; local
4864 Bool is64 = elTy == Ity_I64; 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 472 milliseconds