int64 195 core/AvmCore.cpp MMGC_STATIC_ASSERT(sizeof(int64) == 8); int64 4043 core/AvmCore.cpp int64 MASK; int64 230 core/MathUtils.cpp return ( ( int64(lvalue) & ~0x8000000000000000ULL ) > 0x7ff0000000000000ULL ); int64 452 core/PrintWriter.cpp *this << va_arg(ap, int64);