int64_t 915 MMgc/GC.cpp MMGC_STATIC_ASSERT(sizeof(int64_t) == 8);
int64_t 345 MMgc/GCGlobalNew.h DECLARE_PRIM_ARRAY(int64_t)
int64_t 105 VMPI/VMPI.h typedef int64_t int64;
int64_t 106 VMPI/VMPI.h typedef int64_t sint64;
int64_t 340 core/AvmCore-inlines.h REALLY_INLINE /*static*/ int64_t AvmCore::integer64(Atom atom)
int64_t 342 core/AvmCore-inlines.h return (int64_t)integer(atom);
int64_t 345 core/AvmCore-inlines.h REALLY_INLINE /*static*/ int64_t AvmCore::integer64_i(Atom atom)
int64_t 347 core/AvmCore-inlines.h return (int64_t)integer_i(atom);
int64_t 350 core/AvmCore-inlines.h REALLY_INLINE /*static*/ int64_t AvmCore::integer64_d(double d)
int64_t 353 core/AvmCore-inlines.h return (int64_t)integer_d_sse2(d);
int64_t 355 core/AvmCore-inlines.h return (int64_t)integer_d(d);
int64_t 360 core/AvmCore-inlines.h REALLY_INLINE /*static*/ int64_t AvmCore::integer64_d_sse2(double d)
int64_t 362 core/AvmCore-inlines.h return (int64_t)integer_d_sse2(d);
int64_t 811 core/AvmCore.h static int64_t integer64(Atom atom);
int64_t 812 core/AvmCore.h static int64_t integer64_i(Atom atom);
int64_t 813 core/AvmCore.h static int64_t integer64_d(double d);
int64_t 815 core/AvmCore.h static int64_t integer64_d_sse2(double d);
int64_t 4967 core/CodegenLIR.cpp return int64_t(a) + int64_t(b) == int64_t(a + b);
int64_t 126 core/PrintWriter.h PrintWriter& operator<< (int64_t value);
int64_t 1331 core/StringObject.cpp int64_t n = 0;
int64_t 1690 eval/eval-lex.cpp if ((int64_t)bits > 0) { bits <<= 1; scale--; }
int64_t 1691 eval/eval-lex.cpp if ((int64_t)bits > 0) { bits <<= 1; scale--; }
int64_t 1692 eval/eval-lex.cpp if ((int64_t)bits > 0) { bits <<= 1; scale--; }
int64_t 86 nanojit/Allocator.cpp size_t chunkbytes = sizeof(Chunk) + nbytes - sizeof(int64_t);
int64_t 77 nanojit/Allocator.h int64_t data[1]; // int64_t forces 8-byte alignment.
int64_t 49 nanojit/Containers.cpp , bits((int64_t*)allocator.alloc(cap * sizeof(int64_t)))
int64_t 65 nanojit/Containers.cpp int64_t *bits = this->bits;
int64_t 66 nanojit/Containers.cpp int64_t *otherbits = other.bits;
int64_t 67 nanojit/Containers.cpp int64_t newbits = 0;
int64_t 69 nanojit/Containers.cpp int64_t b = bits[i];
int64_t 70 nanojit/Containers.cpp int64_t b2 = otherbits[i];
int64_t 84 nanojit/Containers.cpp int64_t *bits2 = (int64_t*) allocator.alloc(cap2 * sizeof(int64_t));
int64_t 52 nanojit/Containers.h int64_t *bits;
int64_t 53 nanojit/Containers.h static const int64_t ONE = 1;
int64_t 59 nanojit/Containers.h inline int64_t bitnum2mask(int i) {
int64_t 1714 nanojit/LIR.cpp int64_t c = ref->imm64();
int64_t 299 nanojit/LIR.h inline void initLInsN64(LOpcode opcode, int64_t imm64);
int64_t 823 nanojit/LIR.h void LIns::initLInsN64(LOpcode opcode, int64_t imm64) {
int64_t 1069 nanojit/NativePPC.cpp int64_t q = ins->imm64();
int64_t 181 nanojit/NativeX64.cpp return op<<24 | int64_t(d)<<56 | (len-3); // shrink disp, add disp8
int64_t 184 nanojit/NativeX64.cpp return op | int64_t(d)<<32 | uint64_t((r&7)<<3 | (b&7))<<24;
int64_t 197 nanojit/NativeX64.cpp ((int64_t*)_nIns)[-1] = op;
int64_t 202 nanojit/NativeX64.cpp void Assembler::emit8(uint64_t op, int64_t v) {
int64_t 210 nanojit/NativeX64.cpp int64_t offset = target - _nIns;
int64_t 223 nanojit/NativeX64.cpp int64_t offset = target ? target - _nIns : 0;
int64_t 932 nanojit/NativeX64.cpp asm_quad(r, int64_t(p->imm32()));
int64_t 1550 nanojit/NativeX64.cpp int32_t d = int32_t(int64_t(v)-int64_t(_nIns));
int64_t 1625 nanojit/NativeX64.cpp static const AVMPLUS_ALIGN16(int64_t) negateMask[] = {0x8000000000000000LL,0};
int64_t 360 nanojit/NativeX64.h void emit8(uint64_t op, int64_t val);\
int64_t 653 shell/ByteArrayGlue.cpp int64_t len = fp->size();
int64_t 720 shell/DebugCLI.cpp for(int64_t i=0; i<currentSourceLen-1;i++) {
int64_t 110 shell/File.h virtual int64_t getPosition() const = 0;
int64_t 117 shell/File.h virtual bool setPosition(int64_t pos) = 0;
int64_t 123 shell/File.h virtual int64_t size() const = 0;
int64_t 90 shell/FileClass.cpp int64_t fileSize = fp->size();
int64_t 91 shell/FileClass.cpp if(fileSize >= (int64_t)INT32_T_MAX) //File APIs cannot handle files > 2GB
int64_t 69 shell/FileInputStream.cpp void FileInputStream::seek(int64_t offset)
int64_t 74 shell/FileInputStream.cpp int64_t FileInputStream::available()
int64_t 76 shell/FileInputStream.cpp int64_t pos = file->getPosition();
int64_t 55 shell/FileInputStream.h virtual int64_t available() = 0;
int64_t 70 shell/FileInputStream.h int64_t available();
int64_t 71 shell/FileInputStream.h int64_t length() const { return len; }
int64_t 72 shell/FileInputStream.h void seek(int64_t offset);
int64_t 77 shell/FileInputStream.h int64_t len;
int64_t 75 shell/PosixFile.cpp int64_t PosixFile::getPosition() const
int64_t 80 shell/PosixFile.cpp bool PosixFile::setPosition(int64_t pos)
int64_t 85 shell/PosixFile.cpp int64_t PosixFile::size() const
int64_t 88 shell/PosixFile.cpp int64_t pos = ftell(file);
int64_t 55 shell/PosixFile.h virtual int64_t getPosition() const;
int64_t 56 shell/PosixFile.h virtual bool setPosition(int64_t pos);
int64_t 57 shell/PosixFile.h virtual int64_t size() const;
int64_t 75 shell/WinFile.cpp int64_t WinFile::getPosition() const
int64_t 84 shell/WinFile.cpp bool WinFile::setPosition(int64_t pos)
int64_t 93 shell/WinFile.cpp int64_t WinFile::size() const
int64_t 97 shell/WinFile.cpp int64_t pos = ftell(file);
int64_t 101 shell/WinFile.cpp int64_t pos = _ftelli64(file);
int64_t 55 shell/WinFile.h virtual int64_t getPosition() const;
int64_t 56 shell/WinFile.h virtual bool setPosition(int64_t pos);
int64_t 57 shell/WinFile.h virtual int64_t size() const;
int64_t 65 vprof/testVprofMT.c static int64_t evens = 0;
int64_t 66 vprof/testVprofMT.c static int64_t odds = 0;
int64_t 62 vprof/vprof.cpp #define MAXINT64 int64_t(uint64_t(-1)>>1)
int64_t 183 vprof/vprof.cpp int _profileEntryValue (void* id, int64_t value)
int64_t 209 vprof/vprof.cpp int profileValue(void** id, char* file, int line, int64_t value, ...)
int64_t 271 vprof/vprof.cpp int _histEntryValue (void* id, int64_t value)
int64_t 277 vprof/vprof.cpp int64_t* lb = h->lb;
int64_t 296 vprof/vprof.cpp int histValue(void** id, char* file, int line, int64_t value, int nbins, ...)
int64_t 316 vprof/vprof.cpp int64_t* lb;
int64_t 331 vprof/vprof.cpp s = n*sizeof(int64_t);
int64_t 332 vprof/vprof.cpp lb = (int64_t*) malloc (s);
int64_t 335 vprof/vprof.cpp h->count = (int64_t*) malloc (s);
int64_t 364 vprof/vprof.cpp int64_t* lb = h->lb;
int64_t 403 vprof/vprof.cpp int64_t _tprof_time()
int64_t 108 vprof/vprof.h int profileValue (void** id, char* file, int line, int64_t value, ...);
int64_t 109 vprof/vprof.h int _profileEntryValue (void* id, int64_t value);
int64_t 110 vprof/vprof.h int histValue(void** id, char* file, int line, int64_t value, int nbins, ...);
int64_t 111 vprof/vprof.h int _histEntryValue (void* id, int64_t value);
int64_t 112 vprof/vprof.h int64_t _tprof_time();
int64_t 136 vprof/vprof.h _profileEntryValue (id, (int64_t) (v)) \
int64_t 138 vprof/vprof.h profileValue (&id, __FILE__, __LINE__, (int64_t) (v), ##__VA_ARGS__, NULL) \
int64_t 146 vprof/vprof.h _profileEntryValue (id, (int64_t) (v)) \
int64_t 148 vprof/vprof.h profileValue (&id, (char*) (e), -1, (int64_t) (v), ##__VA_ARGS__, NULL) \
int64_t 156 vprof/vprof.h _histEntryValue (id, (int64_t) (v)) \
int64_t 158 vprof/vprof.h histValue (&id, __FILE__, __LINE__, (int64_t) (v), (int) (n), ##__VA_ARGS__) \
int64_t 166 vprof/vprof.h _histEntryValue (id, (int64_t) (v)) \
int64_t 168 vprof/vprof.h histValue (&id, (char*) (e), -1, (int64_t) (v), (int) (n), ##__VA_ARGS__) \
int64_t 180 vprof/vprof.h _profileEntryValue (id, (int64_t) 0) \
int64_t 182 vprof/vprof.h profileValue (&id, (char*)(e), -1, (int64_t) 0, NULL) \
int64_t 218 vprof/vprof.h int64_t* lb;
int64_t 219 vprof/vprof.h int64_t* count;
int64_t 228 vprof/vprof.h int64_t value;
int64_t 229 vprof/vprof.h int64_t count;
int64_t 230 vprof/vprof.h int64_t sum;
int64_t 231 vprof/vprof.h int64_t min;
int64_t 232 vprof/vprof.h int64_t max;
int64_t 241 vprof/vprof.h vprof_align8(int64_t) i64var[NUM_EVARS];