i64 156 base/win/scoped_variant.cc void ScopedVariant::Set(int64 i64) { i64 159 base/win/scoped_variant.cc var_.llVal = i64; i64 99 base/win/scoped_variant.h void Set(int64 i64); i64 245 third_party/libusb/src/msvc/stdint.h #define INT64_C(val) val##i64 i64 253 third_party/libusb/src/msvc/stdint.h #define INTMAX_C(val) val##i64 i64 34 third_party/libwebp/dsp/enc_sse2.c uint64_t i64[2]; i64 45 third_party/libwebp/dsp/enc_sse2.c for (n = 0; n < 2; ++n) printf("%.16lx ", tmp.i64[n]); i64 85 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_INIT(hi, lo) ((hi ## i64 << 32) + lo ## i64) i64 233 third_party/re2/mswin/stdint.h #define INT64_C(val) val##i64 i64 526 third_party/sqlite/amalgamation/sqlite3.c #define IS_BIG_INT(X) (((X)&~(i64)0xffffffff)!=0) i64 7453 third_party/sqlite/amalgamation/sqlite3.c #define LARGEST_INT64 (0xffffffff|(((i64)0x7fffffff)<<32)) i64 7454 third_party/sqlite/amalgamation/sqlite3.c #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) i64 7778 third_party/sqlite/amalgamation/sqlite3.c i64 intKey, i64 7784 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey, i64 7792 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeKeySize(BtCursor*, i64 *pSize); i64 7815 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCount(BtCursor *, i64 *); i64 7924 third_party/sqlite/amalgamation/sqlite3.c i64 *pI64; /* Used when p4type is P4_INT64 */ i64 8402 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE i64 sqlite3PagerJournalSizeLimit(Pager *, i64); i64 8876 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsRead(sqlite3_file*, void*, int amt, i64 offset); i64 8877 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsWrite(sqlite3_file*, const void*, int amt, i64 offset); i64 8878 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsTruncate(sqlite3_file*, i64 size); i64 8880 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsFileSize(sqlite3_file*, i64 *pSize); i64 9162 third_party/sqlite/amalgamation/sqlite3.c i64 lastRowid; /* ROWID of most recent insert (see above) */ i64 9231 third_party/sqlite/amalgamation/sqlite3.c i64 nDeferredCons; /* Net deferred constraints this transaction. */ i64 9410 third_party/sqlite/amalgamation/sqlite3.c i64 nDeferredCons; /* Number of deferred fk violations */ i64 9775 third_party/sqlite/amalgamation/sqlite3.c i64 rowid; /* Used by UNPACKED_PREFIX_SEARCH */ i64 11038 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3RowSetInsert(RowSet*, i64); i64 11039 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3RowSetTest(RowSet*, u8 iBatch, i64); i64 11040 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3RowSetNext(RowSet*, i64*); i64 11274 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Atoi64(const char*, i64*, int, u8); i64 11288 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3AddInt64(i64*,i64); i64 11289 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3SubInt64(i64*,i64); i64 11290 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3MulInt64(i64*,i64); i64 12275 third_party/sqlite/amalgamation/sqlite3.c i64 seqCount; /* Sequence counter */ i64 12276 third_party/sqlite/amalgamation/sqlite3.c i64 movetoTarget; /* Argument to the deferred sqlite3BtreeMoveto() */ i64 12277 third_party/sqlite/amalgamation/sqlite3.c i64 lastRowid; /* Last rowid from a Next or NextIdx operation */ i64 12334 third_party/sqlite/amalgamation/sqlite3.c i64 lastRowid; /* Last insert rowid (sqlite3.lastRowid) */ i64 12356 third_party/sqlite/amalgamation/sqlite3.c i64 i; /* Integer value used when MEM_Int is set in flags */ i64 12524 third_party/sqlite/amalgamation/sqlite3.c i64 startTime; /* Time when query started - used for profiling */ i64 12526 third_party/sqlite/amalgamation/sqlite3.c i64 nFkConstraint; /* Number of imm. FK constraints this VM */ i64 12527 third_party/sqlite/amalgamation/sqlite3.c i64 nStmtDefCons; /* Number of def. constraints when stmt started */ i64 12565 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VdbeIdxRowid(sqlite3*, BtCursor *, i64 *); i64 12577 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbeMemSetInt64(Mem*, i64); i64 12588 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE i64 sqlite3VdbeIntValue(Mem*); i64 13288 third_party/sqlite/amalgamation/sqlite3.c t = (time_t)(x.iJD/1000 - 21086676*(i64)10000); i64 13390 third_party/sqlite/amalgamation/sqlite3.c p->iJD = (p->iJD + 43200)/86400 + 21086676*(i64)10000000; i64 13799 third_party/sqlite/amalgamation/sqlite3.c (i64)(x.iJD/1000 - 21086676*(i64)10000)); i64 14007 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsRead(sqlite3_file *id, void *pBuf, int amt, i64 offset){ i64 14011 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsWrite(sqlite3_file *id, const void *pBuf, int amt, i64 offset){ i64 14015 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsTruncate(sqlite3_file *id, i64 size){ i64 14022 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsFileSize(sqlite3_file *id, i64 *pSize){ i64 14634 third_party/sqlite/amalgamation/sqlite3.c i64 iSize; /* Size of this allocation */ i64 18871 third_party/sqlite/amalgamation/sqlite3.c flag_longlong = sizeof(char*)==sizeof(i64); i64 18877 third_party/sqlite/amalgamation/sqlite3.c i64 v; i64 18879 third_party/sqlite/amalgamation/sqlite3.c v = va_arg(ap,i64); i64 19254 third_party/sqlite/amalgamation/sqlite3.c i64 szNew = p->nChar; i64 20488 third_party/sqlite/amalgamation/sqlite3.c i64 s = 0; /* significand */ i64 20680 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc){ i64 20706 third_party/sqlite/amalgamation/sqlite3.c *pNum = -(i64)u; i64 20708 third_party/sqlite/amalgamation/sqlite3.c *pNum = (i64)u; i64 21310 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3AddInt64(i64 *pA, i64 iB){ i64 21311 third_party/sqlite/amalgamation/sqlite3.c i64 iA = *pA; i64 21327 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3SubInt64(i64 *pA, i64 iB){ i64 21338 third_party/sqlite/amalgamation/sqlite3.c #define TWOPOWER32 (((i64)1)<<32) i64 21339 third_party/sqlite/amalgamation/sqlite3.c #define TWOPOWER31 (((i64)1)<<31) i64 21340 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3MulInt64(i64 *pA, i64 iB){ i64 21341 third_party/sqlite/amalgamation/sqlite3.c i64 iA = *pA; i64 21342 third_party/sqlite/amalgamation/sqlite3.c i64 iA1, iA0, iB1, iB0, r; i64 22197 third_party/sqlite/amalgamation/sqlite3.c static int os2Truncate( sqlite3_file *id, i64 nByte ){ i64 27076 third_party/sqlite/amalgamation/sqlite3.c i64 newOffset; i64 27151 third_party/sqlite/amalgamation/sqlite3.c static int seekAndWrite(unixFile *id, i64 offset, const void *pBuf, int cnt){ i64 27154 third_party/sqlite/amalgamation/sqlite3.c i64 newOffset; i64 27482 third_party/sqlite/amalgamation/sqlite3.c static int unixTruncate(sqlite3_file *id, i64 nByte){ i64 27522 third_party/sqlite/amalgamation/sqlite3.c static int unixFileSize(sqlite3_file *id, i64 *pSize){ i64 27562 third_party/sqlite/amalgamation/sqlite3.c static int fcntlSizeHint(unixFile *pFile, i64 nByte){ i64 27564 third_party/sqlite/amalgamation/sqlite3.c i64 nSize; /* Required file size */ i64 27570 third_party/sqlite/amalgamation/sqlite3.c if( nSize>(i64)buf.st_size ){ i64 27589 third_party/sqlite/amalgamation/sqlite3.c i64 iWrite; /* Next offset to write to */ i64 27626 third_party/sqlite/amalgamation/sqlite3.c return fcntlSizeHint((unixFile *)id, *(i64 *)pArg); i64 35966 third_party/sqlite/amalgamation/sqlite3.c i64 v; /* ROWID value for this entry */ i64 36052 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3RowSetInsert(RowSet *p, i64 rowid){ i64 36267 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3RowSetNext(RowSet *p, i64 *pRowid){ i64 36876 third_party/sqlite/amalgamation/sqlite3.c i64 iOffset; /* Starting offset in main journal */ i64 36877 third_party/sqlite/amalgamation/sqlite3.c i64 iHdrOffset; /* See above */ i64 37082 third_party/sqlite/amalgamation/sqlite3.c i64 journalOff; /* Current write offset in the journal file */ i64 37083 third_party/sqlite/amalgamation/sqlite3.c i64 journalHdr; /* Byte offset to previous journal header */ i64 37098 third_party/sqlite/amalgamation/sqlite3.c i64 journalSizeLimit; /* Size limit for persistent journal files */ i64 37449 third_party/sqlite/amalgamation/sqlite3.c static int read32bits(sqlite3_file *fd, i64 offset, u32 *pRes){ i64 37468 third_party/sqlite/amalgamation/sqlite3.c static int write32bits(sqlite3_file *fd, i64 offset, u32 val){ i64 37636 third_party/sqlite/amalgamation/sqlite3.c i64 szJ; /* Total size in bytes of journal file pJrnl */ i64 37686 third_party/sqlite/amalgamation/sqlite3.c static i64 journalHdrOffset(Pager *pPager){ i64 37687 third_party/sqlite/amalgamation/sqlite3.c i64 offset = 0; i64 37688 third_party/sqlite/amalgamation/sqlite3.c i64 c = pPager->journalOff; i64 37723 third_party/sqlite/amalgamation/sqlite3.c const i64 iLimit = pPager->journalSizeLimit; /* Local cache of jsl */ i64 37743 third_party/sqlite/amalgamation/sqlite3.c i64 sz; i64 37889 third_party/sqlite/amalgamation/sqlite3.c i64 journalSize, /* Size of the open journal file in bytes */ i64 37895 third_party/sqlite/amalgamation/sqlite3.c i64 iHdrOff; /* Offset of journal header being read */ i64 38014 third_party/sqlite/amalgamation/sqlite3.c i64 iHdrOff; /* Offset of header in journal file */ i64 38015 third_party/sqlite/amalgamation/sqlite3.c i64 jrnlSize; /* Size of journal file on disk */ i64 38528 third_party/sqlite/amalgamation/sqlite3.c i64 *pOffset, /* Offset of record to playback */ i64 38660 third_party/sqlite/amalgamation/sqlite3.c i64 ofst = (pgno-1)*(i64)pPager->pageSize; i64 38797 third_party/sqlite/amalgamation/sqlite3.c i64 nMasterJournal; /* Size of master journal file */ i64 38909 third_party/sqlite/amalgamation/sqlite3.c i64 currentSize, newSize; i64 38914 third_party/sqlite/amalgamation/sqlite3.c newSize = szPage*(i64)nPage; i64 39026 third_party/sqlite/amalgamation/sqlite3.c i64 szJ; /* Size of the journal file in bytes */ i64 39246 third_party/sqlite/amalgamation/sqlite3.c i64 iOffset = (pgno-1)*(i64)pPager->pageSize; i64 39499 third_party/sqlite/amalgamation/sqlite3.c i64 n = 0; /* Size of db file in bytes */ i64 39613 third_party/sqlite/amalgamation/sqlite3.c i64 szJ; /* Effective size of the main journal */ i64 39614 third_party/sqlite/amalgamation/sqlite3.c i64 iHdrOff; /* End of first segment of main-journal records */ i64 39700 third_party/sqlite/amalgamation/sqlite3.c i64 offset = pSavepoint->iSubRec*(4+pPager->pageSize); i64 39918 third_party/sqlite/amalgamation/sqlite3.c i64 nByte = 0; i64 40312 third_party/sqlite/amalgamation/sqlite3.c i64 iNextHdrOffset; i64 40453 third_party/sqlite/amalgamation/sqlite3.c i64 offset = (pgno-1)*(i64)pPager->pageSize; /* Offset to write */ i64 40546 third_party/sqlite/amalgamation/sqlite3.c i64 offset = pPager->nSubRec*(4+pPager->pageSize); i64 41794 third_party/sqlite/amalgamation/sqlite3.c i64 iOff = pPager->journalOff; i64 43069 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE i64 sqlite3PagerJournalSizeLimit(Pager *pPager, i64 iLimit){ i64 43683 third_party/sqlite/amalgamation/sqlite3.c WAL_HDRSIZE + ((iFrame)-1)*(i64)((szPage)+WAL_FRAME_HDRSIZE) \ i64 44324 third_party/sqlite/amalgamation/sqlite3.c i64 nSize; /* Size of log file */ i64 44360 third_party/sqlite/amalgamation/sqlite3.c i64 iOffset; /* Next offset to read from log file */ i64 44961 third_party/sqlite/amalgamation/sqlite3.c i64 nSize; /* Current size of database file */ i64 44973 third_party/sqlite/amalgamation/sqlite3.c i64 nReq = ((i64)mxPage * szPage); i64 44982 third_party/sqlite/amalgamation/sqlite3.c i64 iOffset; i64 44989 third_party/sqlite/amalgamation/sqlite3.c iOffset = (iDbpage-1)*(i64)szPage; i64 44998 third_party/sqlite/amalgamation/sqlite3.c i64 szDb = pWal->hdr.nPage*(i64)szPage; i64 45592 third_party/sqlite/amalgamation/sqlite3.c i64 iOffset; i64 45904 third_party/sqlite/amalgamation/sqlite3.c i64 iOffset; /* Write offset in log file */ i64 45933 third_party/sqlite/amalgamation/sqlite3.c i64 iSegment = sqlite3OsSectorSize(pWal->pWalFd); i64 45934 third_party/sqlite/amalgamation/sqlite3.c i64 iOffset = walFrameOffset(iFrame+1, szPage); i64 46651 third_party/sqlite/amalgamation/sqlite3.c i64 nKey; /* The key for INTKEY tables, or number of bytes in key */ i64 46694 third_party/sqlite/amalgamation/sqlite3.c i64 nKey; /* Size of pKey, or last integer key */ i64 47589 third_party/sqlite/amalgamation/sqlite3.c i64 iRow, /* The rowid that might be changing */ i64 47771 third_party/sqlite/amalgamation/sqlite3.c i64 nKey, /* Integer key for tables. Size of pKey for indices */ i64 47780 third_party/sqlite/amalgamation/sqlite3.c assert( nKey==(i64)(int)nKey ); i64 48929 third_party/sqlite/amalgamation/sqlite3.c assert( sizeof(i64)==8 || sizeof(i64)==4 ); i64 50772 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeKeySize(BtCursor *pCur, i64 *pSize){ i64 51527 third_party/sqlite/amalgamation/sqlite3.c i64 intKey, /* The table key */ i64 51594 third_party/sqlite/amalgamation/sqlite3.c i64 nCellKey; i64 52350 third_party/sqlite/amalgamation/sqlite3.c const void *pKey, i64 nKey, /* The key */ i64 53761 third_party/sqlite/amalgamation/sqlite3.c const void *pKey, i64 nKey, /* The key of the new record */ i64 54450 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCount(BtCursor *pCur, i64 *pnEntry){ i64 54451 third_party/sqlite/amalgamation/sqlite3.c i64 nEntry = 0; /* Value to return in *pnEntry */ i64 54696 third_party/sqlite/amalgamation/sqlite3.c i64 *pnParentMinKey, i64 54697 third_party/sqlite/amalgamation/sqlite3.c i64 *pnParentMaxKey i64 54708 third_party/sqlite/amalgamation/sqlite3.c i64 nMinKey = 0; i64 54709 third_party/sqlite/amalgamation/sqlite3.c i64 nMaxKey = 0; i64 55484 third_party/sqlite/amalgamation/sqlite3.c const i64 iEnd = (i64)iSrcPg*(i64)nSrcPgsz; i64 55491 third_party/sqlite/amalgamation/sqlite3.c i64 iOff; i64 55529 third_party/sqlite/amalgamation/sqlite3.c for(iOff=iEnd-(i64)nSrcPgsz; rc==SQLITE_OK && iOff<iEnd; iOff+=nDestPgsz){ i64 55564 third_party/sqlite/amalgamation/sqlite3.c static int backupTruncateFile(sqlite3_file *pFile, i64 iSize){ i64 55565 third_party/sqlite/amalgamation/sqlite3.c i64 iCurrent; i64 55720 third_party/sqlite/amalgamation/sqlite3.c const i64 iSize = (i64)pgszSrc * (i64)nSrcPage; i64 55722 third_party/sqlite/amalgamation/sqlite3.c i64 iOff; i64 55723 third_party/sqlite/amalgamation/sqlite3.c i64 iEnd; i64 55726 third_party/sqlite/amalgamation/sqlite3.c assert( (i64)nDestTruncate*(i64)pgszDest >= iSize || ( i64 56285 third_party/sqlite/amalgamation/sqlite3.c static i64 doubleToInt64(double r){ i64 56297 third_party/sqlite/amalgamation/sqlite3.c static const i64 maxInt = LARGEST_INT64; i64 56298 third_party/sqlite/amalgamation/sqlite3.c static const i64 minInt = SMALLEST_INT64; i64 56309 third_party/sqlite/amalgamation/sqlite3.c return (i64)r; i64 56325 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE i64 sqlite3VdbeIntValue(Mem *pMem){ i64 56335 third_party/sqlite/amalgamation/sqlite3.c i64 value = 0; i64 56492 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbeMemSetInt64(Mem *pMem, i64 val){ i64 57025 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeMemSetInt64(pVal, (i64)pExpr->u.iValue*negInt); i64 58915 third_party/sqlite/amalgamation/sqlite3.c i64 offset = 0; i64 59657 third_party/sqlite/amalgamation/sqlite3.c # define MAX_6BYTE ((((i64)0x00008000)<<32)-1) i64 59658 third_party/sqlite/amalgamation/sqlite3.c i64 i = pMem->u.i; i64 59858 third_party/sqlite/amalgamation/sqlite3.c pMem->u.i = *(i64*)&x; i64 59883 third_party/sqlite/amalgamation/sqlite3.c pMem->u.i = *(i64*)&x; i64 60144 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VdbeIdxRowid(sqlite3 *db, BtCursor *pCur, i64 *rowid){ i64 60145 third_party/sqlite/amalgamation/sqlite3.c i64 nCellKey = 0; i64 60229 third_party/sqlite/amalgamation/sqlite3.c i64 nCellKey = 0; i64 60565 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeMemSetInt64(&pCtx->s, (i64)iVal); i64 60567 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API void sqlite3_result_int64(sqlite3_context *pCtx, i64 iVal){ i64 61412 third_party/sqlite/amalgamation/sqlite3.c return sqlite3_bind_int64(p, i, (i64)iValue); i64 62069 third_party/sqlite/amalgamation/sqlite3.c i64 iValue; i64 62502 third_party/sqlite/amalgamation/sqlite3.c i64 nByte; i64 62506 third_party/sqlite/amalgamation/sqlite3.c i64 iA; /* Integer value of left operand */ i64 62507 third_party/sqlite/amalgamation/sqlite3.c i64 iB; /* Integer value of right operand */ i64 62519 third_party/sqlite/amalgamation/sqlite3.c i64 iA; i64 62521 third_party/sqlite/amalgamation/sqlite3.c i64 iB; i64 62549 third_party/sqlite/amalgamation/sqlite3.c i64 payloadSize64; /* Number of bytes in the record */ i64 62580 third_party/sqlite/amalgamation/sqlite3.c i64 nByte; /* Data space required for this record */ i64 62593 third_party/sqlite/amalgamation/sqlite3.c i64 nEntry; i64 62649 third_party/sqlite/amalgamation/sqlite3.c i64 iKey; /* The rowid we are to seek to */ i64 62669 third_party/sqlite/amalgamation/sqlite3.c i64 R; /* Rowid stored in register P3 */ i64 62678 third_party/sqlite/amalgamation/sqlite3.c i64 v; /* The new rowid */ i64 62688 third_party/sqlite/amalgamation/sqlite3.c i64 iKey; /* The integer ROWID or key for the record to be inserted */ i64 62697 third_party/sqlite/amalgamation/sqlite3.c i64 iKey; i64 62704 third_party/sqlite/amalgamation/sqlite3.c i64 n64; i64 62708 third_party/sqlite/amalgamation/sqlite3.c i64 v; i64 62745 third_party/sqlite/amalgamation/sqlite3.c i64 rowid; i64 62781 third_party/sqlite/amalgamation/sqlite3.c i64 val; i64 63481 third_party/sqlite/amalgamation/sqlite3.c i64 nByte; i64 63556 third_party/sqlite/amalgamation/sqlite3.c i64 iA; /* Integer value of left operand */ i64 63557 third_party/sqlite/amalgamation/sqlite3.c i64 iB; /* Integer value of right operand */ i64 63606 third_party/sqlite/amalgamation/sqlite3.c u.af.iA = (i64)u.af.rA; i64 63607 third_party/sqlite/amalgamation/sqlite3.c u.af.iB = (i64)u.af.rB; i64 63799 third_party/sqlite/amalgamation/sqlite3.c i64 iA; i64 63801 third_party/sqlite/amalgamation/sqlite3.c i64 iB; i64 64420 third_party/sqlite/amalgamation/sqlite3.c i64 payloadSize64; /* Number of bytes in the record */ i64 64753 third_party/sqlite/amalgamation/sqlite3.c i64 nByte; /* Data space required for this record */ i64 64874 third_party/sqlite/amalgamation/sqlite3.c i64 nEntry; i64 65632 third_party/sqlite/amalgamation/sqlite3.c i64 iKey; /* The rowid we are to seek to */ i64 65925 third_party/sqlite/amalgamation/sqlite3.c i64 R; /* Rowid stored in register P3 */ i64 66066 third_party/sqlite/amalgamation/sqlite3.c i64 v; /* The new rowid */ i64 66104 third_party/sqlite/amalgamation/sqlite3.c # define MAX_ROWID (i64)( (((u64)0x7fffffff)<<32) | (u64)0xffffffff ) i64 66250 third_party/sqlite/amalgamation/sqlite3.c i64 iKey; /* The integer ROWID or key for the record to be inserted */ i64 66337 third_party/sqlite/amalgamation/sqlite3.c i64 iKey; i64 66420 third_party/sqlite/amalgamation/sqlite3.c i64 n64; i64 66489 third_party/sqlite/amalgamation/sqlite3.c i64 v; i64 66792 third_party/sqlite/amalgamation/sqlite3.c i64 rowid; i64 67227 third_party/sqlite/amalgamation/sqlite3.c i64 val; i64 67689 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeMemSetInt64(u.cd.pMem, (i64)u.cd.aRes[u.cd.i]); i64 71298 third_party/sqlite/amalgamation/sqlite3.c i64 i; i64 72695 third_party/sqlite/amalgamation/sqlite3.c i64 value; i64 81829 third_party/sqlite/amalgamation/sqlite3.c i64 iVal = sqlite3_value_int64(argv[0]); i64 81883 third_party/sqlite/amalgamation/sqlite3.c i64 p1, p2; i64 82001 third_party/sqlite/amalgamation/sqlite3.c static void *contextMalloc(sqlite3_context *context, i64 nByte){ i64 82032 third_party/sqlite/amalgamation/sqlite3.c z1 = contextMalloc(context, ((i64)n)+1); i64 82052 third_party/sqlite/amalgamation/sqlite3.c z1 = contextMalloc(context, ((i64)n)+1); i64 82554 third_party/sqlite/amalgamation/sqlite3.c zText = (char *)contextMalloc(context, (2*(i64)nBlob)+4); i64 82578 third_party/sqlite/amalgamation/sqlite3.c z = contextMalloc(context, ((i64)i)+((i64)n)+3); i64 82618 third_party/sqlite/amalgamation/sqlite3.c z = zHex = contextMalloc(context, ((i64)n)*2 + 1); i64 82638 third_party/sqlite/amalgamation/sqlite3.c i64 n; i64 82670 third_party/sqlite/amalgamation/sqlite3.c i64 nOut; /* Maximum size of zOut */ i64 82699 third_party/sqlite/amalgamation/sqlite3.c zOut = contextMalloc(context, (i64)nOut); i64 82778 third_party/sqlite/amalgamation/sqlite3.c azChar = contextMalloc(context, ((i64)nChar)*(sizeof(char*)+1)); i64 82913 third_party/sqlite/amalgamation/sqlite3.c i64 iSum; /* Integer sum */ i64 82914 third_party/sqlite/amalgamation/sqlite3.c i64 cnt; /* Number of elements summed */ i64 82939 third_party/sqlite/amalgamation/sqlite3.c i64 v = sqlite3_value_int64(argv[0]); i64 82983 third_party/sqlite/amalgamation/sqlite3.c i64 n; i64 87681 third_party/sqlite/amalgamation/sqlite3.c static void returnSingleInt(Parse *pParse, const char *zLabel, i64 value){ i64 87684 third_party/sqlite/amalgamation/sqlite3.c i64 *pI64 = sqlite3DbMallocRaw(pParse->db, sizeof(value)); i64 88117 third_party/sqlite/amalgamation/sqlite3.c i64 iLimit = -2; i64 110511 third_party/sqlite/amalgamation/sqlite3.c static i64 decodeSigned(const unsigned char *pData, unsigned nBytes){ i64 110512 third_party/sqlite/amalgamation/sqlite3.c i64 r = (char)(*pData); i64 110528 third_party/sqlite/amalgamation/sqlite3.c i64 x = decodeSigned(pData, 8); i64 111337 third_party/sqlite/amalgamation/sqlite3.c i64 iRowid; /* rowid parsed. */ i64 111575 third_party/sqlite/amalgamation/sqlite3.c pCursor->iRowid = (i64)iRowid; i64 111644 third_party/sqlite/amalgamation/sqlite3.c static i64 leafCursorCellRowid(RecoverLeafCursor *pCursor){ i64 124516 third_party/sqlite/amalgamation/sqlite3.c i64 iNode; i64 124528 third_party/sqlite/amalgamation/sqlite3.c i64 iRowid; i64 124589 third_party/sqlite/amalgamation/sqlite3.c static i64 readInt64(u8 *p){ i64 124591 third_party/sqlite/amalgamation/sqlite3.c (((i64)p[0]) << 56) + i64 124592 third_party/sqlite/amalgamation/sqlite3.c (((i64)p[1]) << 48) + i64 124593 third_party/sqlite/amalgamation/sqlite3.c (((i64)p[2]) << 40) + i64 124594 third_party/sqlite/amalgamation/sqlite3.c (((i64)p[3]) << 32) + i64 124595 third_party/sqlite/amalgamation/sqlite3.c (((i64)p[4]) << 24) + i64 124596 third_party/sqlite/amalgamation/sqlite3.c (((i64)p[5]) << 16) + i64 124597 third_party/sqlite/amalgamation/sqlite3.c (((i64)p[6]) << 8) + i64 124598 third_party/sqlite/amalgamation/sqlite3.c (((i64)p[7]) << 0) i64 124623 third_party/sqlite/amalgamation/sqlite3.c static int writeInt64(u8 *p, i64 i){ i64 124656 third_party/sqlite/amalgamation/sqlite3.c static int nodeHash(i64 iNode){ i64 124667 third_party/sqlite/amalgamation/sqlite3.c static RtreeNode *nodeHashLookup(Rtree *pRtree, i64 iNode){ i64 124723 third_party/sqlite/amalgamation/sqlite3.c i64 iNode, /* Node number to load */ i64 124921 third_party/sqlite/amalgamation/sqlite3.c static i64 nodeGetRowid( i64 125311 third_party/sqlite/amalgamation/sqlite3.c i64 iRowid, i64 125404 third_party/sqlite/amalgamation/sqlite3.c i64 iRowid = nodeGetRowid(pRtree, pCsr->pNode, pCsr->iCell); i64 125427 third_party/sqlite/amalgamation/sqlite3.c static int findLeafNode(Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf){ i64 125432 third_party/sqlite/amalgamation/sqlite3.c i64 iNode = sqlite3_column_int64(pRtree->pReadRowid, 0); i64 125510 third_party/sqlite/amalgamation/sqlite3.c i64 iRowid = sqlite3_value_int64(argv[0]); i64 126402 third_party/sqlite/amalgamation/sqlite3.c i64 iRowid, i64 126517 third_party/sqlite/amalgamation/sqlite3.c i64 iRowid = nodeGetRowid(pRtree, pRight, i); i64 126528 third_party/sqlite/amalgamation/sqlite3.c i64 iRowid = nodeGetRowid(pRtree, pLeft, i); i64 126574 third_party/sqlite/amalgamation/sqlite3.c i64 iNode; /* Node number of parent node */ i64 126875 third_party/sqlite/amalgamation/sqlite3.c static int newRowid(Rtree *pRtree, i64 *piRowid){ i64 126906 third_party/sqlite/amalgamation/sqlite3.c i64 iDelete; /* The rowid to delete */ i64 126953 third_party/sqlite/amalgamation/sqlite3.c i64 iChild = nodeGetRowid(pRtree, pRoot, 0); i64 259 third_party/sqlite/src/ext/rtree/rtree.c i64 iNode; i64 271 third_party/sqlite/src/ext/rtree/rtree.c i64 iRowid; i64 332 third_party/sqlite/src/ext/rtree/rtree.c static i64 readInt64(u8 *p){ i64 334 third_party/sqlite/src/ext/rtree/rtree.c (((i64)p[0]) << 56) + i64 335 third_party/sqlite/src/ext/rtree/rtree.c (((i64)p[1]) << 48) + i64 336 third_party/sqlite/src/ext/rtree/rtree.c (((i64)p[2]) << 40) + i64 337 third_party/sqlite/src/ext/rtree/rtree.c (((i64)p[3]) << 32) + i64 338 third_party/sqlite/src/ext/rtree/rtree.c (((i64)p[4]) << 24) + i64 339 third_party/sqlite/src/ext/rtree/rtree.c (((i64)p[5]) << 16) + i64 340 third_party/sqlite/src/ext/rtree/rtree.c (((i64)p[6]) << 8) + i64 341 third_party/sqlite/src/ext/rtree/rtree.c (((i64)p[7]) << 0) i64 366 third_party/sqlite/src/ext/rtree/rtree.c static int writeInt64(u8 *p, i64 i){ i64 399 third_party/sqlite/src/ext/rtree/rtree.c static int nodeHash(i64 iNode){ i64 410 third_party/sqlite/src/ext/rtree/rtree.c static RtreeNode *nodeHashLookup(Rtree *pRtree, i64 iNode){ i64 466 third_party/sqlite/src/ext/rtree/rtree.c i64 iNode, /* Node number to load */ i64 664 third_party/sqlite/src/ext/rtree/rtree.c static i64 nodeGetRowid( i64 1054 third_party/sqlite/src/ext/rtree/rtree.c i64 iRowid, i64 1147 third_party/sqlite/src/ext/rtree/rtree.c i64 iRowid = nodeGetRowid(pRtree, pCsr->pNode, pCsr->iCell); i64 1170 third_party/sqlite/src/ext/rtree/rtree.c static int findLeafNode(Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf){ i64 1175 third_party/sqlite/src/ext/rtree/rtree.c i64 iNode = sqlite3_column_int64(pRtree->pReadRowid, 0); i64 1253 third_party/sqlite/src/ext/rtree/rtree.c i64 iRowid = sqlite3_value_int64(argv[0]); i64 2145 third_party/sqlite/src/ext/rtree/rtree.c i64 iRowid, i64 2260 third_party/sqlite/src/ext/rtree/rtree.c i64 iRowid = nodeGetRowid(pRtree, pRight, i); i64 2271 third_party/sqlite/src/ext/rtree/rtree.c i64 iRowid = nodeGetRowid(pRtree, pLeft, i); i64 2317 third_party/sqlite/src/ext/rtree/rtree.c i64 iNode; /* Node number of parent node */ i64 2618 third_party/sqlite/src/ext/rtree/rtree.c static int newRowid(Rtree *pRtree, i64 *piRowid){ i64 2649 third_party/sqlite/src/ext/rtree/rtree.c i64 iDelete; /* The rowid to delete */ i64 2696 third_party/sqlite/src/ext/rtree/rtree.c i64 iChild = nodeGetRowid(pRtree, pRoot, 0); i64 221 third_party/sqlite/src/src/backup.c const i64 iEnd = (i64)iSrcPg*(i64)nSrcPgsz; i64 228 third_party/sqlite/src/src/backup.c i64 iOff; i64 266 third_party/sqlite/src/src/backup.c for(iOff=iEnd-(i64)nSrcPgsz; rc==SQLITE_OK && iOff<iEnd; iOff+=nDestPgsz){ i64 301 third_party/sqlite/src/src/backup.c static int backupTruncateFile(sqlite3_file *pFile, i64 iSize){ i64 302 third_party/sqlite/src/src/backup.c i64 iCurrent; i64 457 third_party/sqlite/src/src/backup.c const i64 iSize = (i64)pgszSrc * (i64)nSrcPage; i64 459 third_party/sqlite/src/src/backup.c i64 iOff; i64 460 third_party/sqlite/src/src/backup.c i64 iEnd; i64 463 third_party/sqlite/src/src/backup.c assert( (i64)nDestTruncate*(i64)pgszDest >= iSize || ( i64 470 third_party/sqlite/src/src/btree.c i64 iRow, /* The rowid that might be changing */ i64 652 third_party/sqlite/src/src/btree.c i64 nKey, /* Integer key for tables. Size of pKey for indices */ i64 661 third_party/sqlite/src/src/btree.c assert( nKey==(i64)(int)nKey ); i64 1810 third_party/sqlite/src/src/btree.c assert( sizeof(i64)==8 || sizeof(i64)==4 ); i64 3653 third_party/sqlite/src/src/btree.c int sqlite3BtreeKeySize(BtCursor *pCur, i64 *pSize){ i64 4408 third_party/sqlite/src/src/btree.c i64 intKey, /* The table key */ i64 4475 third_party/sqlite/src/src/btree.c i64 nCellKey; i64 5231 third_party/sqlite/src/src/btree.c const void *pKey, i64 nKey, /* The key */ i64 6642 third_party/sqlite/src/src/btree.c const void *pKey, i64 nKey, /* The key of the new record */ i64 7331 third_party/sqlite/src/src/btree.c int sqlite3BtreeCount(BtCursor *pCur, i64 *pnEntry){ i64 7332 third_party/sqlite/src/src/btree.c i64 nEntry = 0; /* Value to return in *pnEntry */ i64 7577 third_party/sqlite/src/src/btree.c i64 *pnParentMinKey, i64 7578 third_party/sqlite/src/src/btree.c i64 *pnParentMaxKey i64 7589 third_party/sqlite/src/src/btree.c i64 nMinKey = 0; i64 7590 third_party/sqlite/src/src/btree.c i64 nMaxKey = 0; i64 152 third_party/sqlite/src/src/btree.h i64 intKey, i64 158 third_party/sqlite/src/src/btree.h int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey, i64 166 third_party/sqlite/src/src/btree.h int sqlite3BtreeKeySize(BtCursor*, i64 *pSize); i64 189 third_party/sqlite/src/src/btree.h int sqlite3BtreeCount(BtCursor *, i64 *); i64 449 third_party/sqlite/src/src/btreeInt.h i64 nKey; /* The key for INTKEY tables, or number of bytes in key */ i64 492 third_party/sqlite/src/src/btreeInt.h i64 nKey; /* Size of pKey, or last integer key */ i64 439 third_party/sqlite/src/src/date.c t = (time_t)(x.iJD/1000 - 21086676*(i64)10000); i64 541 third_party/sqlite/src/src/date.c p->iJD = (p->iJD + 43200)/86400 + 21086676*(i64)10000000; i64 950 third_party/sqlite/src/src/date.c (i64)(x.iJD/1000 - 21086676*(i64)10000)); i64 561 third_party/sqlite/src/src/expr.c i64 i; i64 1958 third_party/sqlite/src/src/expr.c i64 value; i64 130 third_party/sqlite/src/src/func.c i64 iVal = sqlite3_value_int64(argv[0]); i64 184 third_party/sqlite/src/src/func.c i64 p1, p2; i64 302 third_party/sqlite/src/src/func.c static void *contextMalloc(sqlite3_context *context, i64 nByte){ i64 333 third_party/sqlite/src/src/func.c z1 = contextMalloc(context, ((i64)n)+1); i64 353 third_party/sqlite/src/src/func.c z1 = contextMalloc(context, ((i64)n)+1); i64 855 third_party/sqlite/src/src/func.c zText = (char *)contextMalloc(context, (2*(i64)nBlob)+4); i64 879 third_party/sqlite/src/src/func.c z = contextMalloc(context, ((i64)i)+((i64)n)+3); i64 919 third_party/sqlite/src/src/func.c z = zHex = contextMalloc(context, ((i64)n)*2 + 1); i64 939 third_party/sqlite/src/src/func.c i64 n; i64 971 third_party/sqlite/src/src/func.c i64 nOut; /* Maximum size of zOut */ i64 1000 third_party/sqlite/src/src/func.c zOut = contextMalloc(context, (i64)nOut); i64 1079 third_party/sqlite/src/src/func.c azChar = contextMalloc(context, ((i64)nChar)*(sizeof(char*)+1)); i64 1214 third_party/sqlite/src/src/func.c i64 iSum; /* Integer sum */ i64 1215 third_party/sqlite/src/src/func.c i64 cnt; /* Number of elements summed */ i64 1240 third_party/sqlite/src/src/func.c i64 v = sqlite3_value_int64(argv[0]); i64 1284 third_party/sqlite/src/src/func.c i64 n; i64 56 third_party/sqlite/src/src/mem2.c i64 iSize; /* Size of this allocation */ i64 63 third_party/sqlite/src/src/os.c int sqlite3OsRead(sqlite3_file *id, void *pBuf, int amt, i64 offset){ i64 67 third_party/sqlite/src/src/os.c int sqlite3OsWrite(sqlite3_file *id, const void *pBuf, int amt, i64 offset){ i64 71 third_party/sqlite/src/src/os.c int sqlite3OsTruncate(sqlite3_file *id, i64 size){ i64 78 third_party/sqlite/src/src/os.c int sqlite3OsFileSize(sqlite3_file *id, i64 *pSize){ i64 238 third_party/sqlite/src/src/os.h int sqlite3OsRead(sqlite3_file*, void*, int amt, i64 offset); i64 239 third_party/sqlite/src/src/os.h int sqlite3OsWrite(sqlite3_file*, const void*, int amt, i64 offset); i64 240 third_party/sqlite/src/src/os.h int sqlite3OsTruncate(sqlite3_file*, i64 size); i64 242 third_party/sqlite/src/src/os.h int sqlite3OsFileSize(sqlite3_file*, i64 *pSize); i64 185 third_party/sqlite/src/src/os_os2.c static int os2Truncate( sqlite3_file *id, i64 nByte ){ i64 2935 third_party/sqlite/src/src/os_unix.c i64 newOffset; i64 3010 third_party/sqlite/src/src/os_unix.c static int seekAndWrite(unixFile *id, i64 offset, const void *pBuf, int cnt){ i64 3013 third_party/sqlite/src/src/os_unix.c i64 newOffset; i64 3341 third_party/sqlite/src/src/os_unix.c static int unixTruncate(sqlite3_file *id, i64 nByte){ i64 3381 third_party/sqlite/src/src/os_unix.c static int unixFileSize(sqlite3_file *id, i64 *pSize){ i64 3421 third_party/sqlite/src/src/os_unix.c static int fcntlSizeHint(unixFile *pFile, i64 nByte){ i64 3423 third_party/sqlite/src/src/os_unix.c i64 nSize; /* Required file size */ i64 3429 third_party/sqlite/src/src/os_unix.c if( nSize>(i64)buf.st_size ){ i64 3448 third_party/sqlite/src/src/os_unix.c i64 iWrite; /* Next offset to write to */ i64 3485 third_party/sqlite/src/src/os_unix.c return fcntlSizeHint((unixFile *)id, *(i64 *)pArg); i64 446 third_party/sqlite/src/src/pager.c i64 iOffset; /* Starting offset in main journal */ i64 447 third_party/sqlite/src/src/pager.c i64 iHdrOffset; /* See above */ i64 652 third_party/sqlite/src/src/pager.c i64 journalOff; /* Current write offset in the journal file */ i64 653 third_party/sqlite/src/src/pager.c i64 journalHdr; /* Byte offset to previous journal header */ i64 668 third_party/sqlite/src/src/pager.c i64 journalSizeLimit; /* Size limit for persistent journal files */ i64 1019 third_party/sqlite/src/src/pager.c static int read32bits(sqlite3_file *fd, i64 offset, u32 *pRes){ i64 1038 third_party/sqlite/src/src/pager.c static int write32bits(sqlite3_file *fd, i64 offset, u32 val){ i64 1206 third_party/sqlite/src/src/pager.c i64 szJ; /* Total size in bytes of journal file pJrnl */ i64 1256 third_party/sqlite/src/src/pager.c static i64 journalHdrOffset(Pager *pPager){ i64 1257 third_party/sqlite/src/src/pager.c i64 offset = 0; i64 1258 third_party/sqlite/src/src/pager.c i64 c = pPager->journalOff; i64 1293 third_party/sqlite/src/src/pager.c const i64 iLimit = pPager->journalSizeLimit; /* Local cache of jsl */ i64 1313 third_party/sqlite/src/src/pager.c i64 sz; i64 1459 third_party/sqlite/src/src/pager.c i64 journalSize, /* Size of the open journal file in bytes */ i64 1465 third_party/sqlite/src/src/pager.c i64 iHdrOff; /* Offset of journal header being read */ i64 1584 third_party/sqlite/src/src/pager.c i64 iHdrOff; /* Offset of header in journal file */ i64 1585 third_party/sqlite/src/src/pager.c i64 jrnlSize; /* Size of journal file on disk */ i64 2098 third_party/sqlite/src/src/pager.c i64 *pOffset, /* Offset of record to playback */ i64 2230 third_party/sqlite/src/src/pager.c i64 ofst = (pgno-1)*(i64)pPager->pageSize; i64 2367 third_party/sqlite/src/src/pager.c i64 nMasterJournal; /* Size of master journal file */ i64 2479 third_party/sqlite/src/src/pager.c i64 currentSize, newSize; i64 2484 third_party/sqlite/src/src/pager.c newSize = szPage*(i64)nPage; i64 2596 third_party/sqlite/src/src/pager.c i64 szJ; /* Size of the journal file in bytes */ i64 2816 third_party/sqlite/src/src/pager.c i64 iOffset = (pgno-1)*(i64)pPager->pageSize; i64 3069 third_party/sqlite/src/src/pager.c i64 n = 0; /* Size of db file in bytes */ i64 3183 third_party/sqlite/src/src/pager.c i64 szJ; /* Effective size of the main journal */ i64 3184 third_party/sqlite/src/src/pager.c i64 iHdrOff; /* End of first segment of main-journal records */ i64 3270 third_party/sqlite/src/src/pager.c i64 offset = pSavepoint->iSubRec*(4+pPager->pageSize); i64 3488 third_party/sqlite/src/src/pager.c i64 nByte = 0; i64 3882 third_party/sqlite/src/src/pager.c i64 iNextHdrOffset; i64 4023 third_party/sqlite/src/src/pager.c i64 offset = (pgno-1)*(i64)pPager->pageSize; /* Offset to write */ i64 4116 third_party/sqlite/src/src/pager.c i64 offset = pPager->nSubRec*(4+pPager->pageSize); i64 5364 third_party/sqlite/src/src/pager.c i64 iOff = pPager->journalOff; i64 6639 third_party/sqlite/src/src/pager.c i64 sqlite3PagerJournalSizeLimit(Pager *pPager, i64 iLimit){ i64 111 third_party/sqlite/src/src/pager.h i64 sqlite3PagerJournalSizeLimit(Pager *, i64); i64 145 third_party/sqlite/src/src/pragma.c static void returnSingleInt(Parse *pParse, const char *zLabel, i64 value){ i64 148 third_party/sqlite/src/src/pragma.c i64 *pI64 = sqlite3DbMallocRaw(pParse->db, sizeof(value)); i64 581 third_party/sqlite/src/src/pragma.c i64 iLimit = -2; i64 388 third_party/sqlite/src/src/printf.c flag_longlong = sizeof(char*)==sizeof(i64); i64 394 third_party/sqlite/src/src/printf.c i64 v; i64 396 third_party/sqlite/src/src/printf.c v = va_arg(ap,i64); i64 771 third_party/sqlite/src/src/printf.c i64 szNew = p->nChar; i64 265 third_party/sqlite/src/src/recover.c static i64 decodeSigned(const unsigned char *pData, unsigned nBytes){ i64 266 third_party/sqlite/src/src/recover.c i64 r = (char)(*pData); i64 282 third_party/sqlite/src/src/recover.c i64 x = decodeSigned(pData, 8); i64 1091 third_party/sqlite/src/src/recover.c i64 iRowid; /* rowid parsed. */ i64 1329 third_party/sqlite/src/src/recover.c pCursor->iRowid = (i64)iRowid; i64 1398 third_party/sqlite/src/src/recover.c static i64 leafCursorCellRowid(RecoverLeafCursor *pCursor){ i64 81 third_party/sqlite/src/src/rowset.c i64 v; /* ROWID value for this entry */ i64 167 third_party/sqlite/src/src/rowset.c void sqlite3RowSetInsert(RowSet *p, i64 rowid){ i64 382 third_party/sqlite/src/src/rowset.c int sqlite3RowSetNext(RowSet *p, i64 *pRowid){ i64 286 third_party/sqlite/src/src/sqliteInt.h #define IS_BIG_INT(X) (((X)&~(i64)0xffffffff)!=0) i64 473 third_party/sqlite/src/src/sqliteInt.h #define LARGEST_INT64 (0xffffffff|(((i64)0x7fffffff)<<32)) i64 474 third_party/sqlite/src/src/sqliteInt.h #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) i64 817 third_party/sqlite/src/src/sqliteInt.h i64 lastRowid; /* ROWID of most recent insert (see above) */ i64 886 third_party/sqlite/src/src/sqliteInt.h i64 nDeferredCons; /* Net deferred constraints this transaction. */ i64 1065 third_party/sqlite/src/src/sqliteInt.h i64 nDeferredCons; /* Number of deferred fk violations */ i64 1430 third_party/sqlite/src/src/sqliteInt.h i64 rowid; /* Used by UNPACKED_PREFIX_SEARCH */ i64 2693 third_party/sqlite/src/src/sqliteInt.h void sqlite3RowSetInsert(RowSet*, i64); i64 2694 third_party/sqlite/src/src/sqliteInt.h int sqlite3RowSetTest(RowSet*, u8 iBatch, i64); i64 2695 third_party/sqlite/src/src/sqliteInt.h int sqlite3RowSetNext(RowSet*, i64*); i64 2929 third_party/sqlite/src/src/sqliteInt.h int sqlite3Atoi64(const char*, i64*, int, u8); i64 2943 third_party/sqlite/src/src/sqliteInt.h int sqlite3AddInt64(i64*,i64); i64 2944 third_party/sqlite/src/src/sqliteInt.h int sqlite3SubInt64(i64*,i64); i64 2945 third_party/sqlite/src/src/sqliteInt.h int sqlite3MulInt64(i64*,i64); i64 3014 third_party/sqlite/src/src/test1.c i64 value; i64 4010 third_party/sqlite/src/src/test1.c i64 iVal; i64 4601 third_party/sqlite/src/src/test1.c pTestObj = Tcl_NewWideIntObj(1000000*(i64)1234567890); i64 539 third_party/sqlite/src/src/test2.c i64 offset; i64 417 third_party/sqlite/src/src/test3.c sqlite3BtreeKeySize(pCur, (i64*)&n1); i64 118 third_party/sqlite/src/src/test6.c i64 iOffset; /* Byte offset of the start of this write() */ i64 173 third_party/sqlite/src/src/test6.c static int writeDbFile(CrashFile *p, u8 *z, i64 iAmt, i64 iOff){ i64 262 third_party/sqlite/src/src/test6.c i64 iSize; i64 491 third_party/sqlite/src/src/test6.c *pSize = (i64)pCrash->iSize; i64 597 third_party/sqlite/src/src/test6.c i64 iSize; i64 615 third_party/sqlite/src/src/test6.c i64 iChunk = pWrapper->iSize; i64 622 third_party/sqlite/src/src/test6.c i64 iOff = PENDING_BYTE+512; i64 410 third_party/sqlite/src/src/test_journal.c i64 iOff = (i64)(pMain->nPagesize) * (i64)ii; i64 268 third_party/sqlite/src/src/util.c i64 s = 0; /* significand */ i64 460 third_party/sqlite/src/src/util.c int sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc){ i64 486 third_party/sqlite/src/src/util.c *pNum = -(i64)u; i64 488 third_party/sqlite/src/src/util.c *pNum = (i64)u; i64 1090 third_party/sqlite/src/src/util.c int sqlite3AddInt64(i64 *pA, i64 iB){ i64 1091 third_party/sqlite/src/src/util.c i64 iA = *pA; i64 1107 third_party/sqlite/src/src/util.c int sqlite3SubInt64(i64 *pA, i64 iB){ i64 1118 third_party/sqlite/src/src/util.c #define TWOPOWER32 (((i64)1)<<32) i64 1119 third_party/sqlite/src/src/util.c #define TWOPOWER31 (((i64)1)<<31) i64 1120 third_party/sqlite/src/src/util.c int sqlite3MulInt64(i64 *pA, i64 iB){ i64 1121 third_party/sqlite/src/src/util.c i64 iA = *pA; i64 1122 third_party/sqlite/src/src/util.c i64 iA1, iA0, iB1, iB0, r; i64 253 third_party/sqlite/src/src/vdbe.c i64 iValue; i64 1160 third_party/sqlite/src/src/vdbe.c i64 nByte; i64 1233 third_party/sqlite/src/src/vdbe.c i64 iA; /* Integer value of left operand */ i64 1234 third_party/sqlite/src/src/vdbe.c i64 iB; /* Integer value of right operand */ i64 1282 third_party/sqlite/src/src/vdbe.c iA = (i64)rA; i64 1283 third_party/sqlite/src/src/vdbe.c iB = (i64)rB; i64 1472 third_party/sqlite/src/src/vdbe.c i64 iA; i64 1474 third_party/sqlite/src/src/vdbe.c i64 iB; i64 2083 third_party/sqlite/src/src/vdbe.c i64 payloadSize64; /* Number of bytes in the record */ i64 2412 third_party/sqlite/src/src/vdbe.c i64 nByte; /* Data space required for this record */ i64 2531 third_party/sqlite/src/src/vdbe.c i64 nEntry; i64 3269 third_party/sqlite/src/src/vdbe.c i64 iKey; /* The rowid we are to seek to */ i64 3556 third_party/sqlite/src/src/vdbe.c i64 R; /* Rowid stored in register P3 */ i64 3693 third_party/sqlite/src/src/vdbe.c i64 v; /* The new rowid */ i64 3730 third_party/sqlite/src/src/vdbe.c # define MAX_ROWID (i64)( (((u64)0x7fffffff)<<32) | (u64)0xffffffff ) i64 3875 third_party/sqlite/src/src/vdbe.c i64 iKey; /* The integer ROWID or key for the record to be inserted */ i64 3960 third_party/sqlite/src/src/vdbe.c i64 iKey; i64 4041 third_party/sqlite/src/src/vdbe.c i64 n64; i64 4108 third_party/sqlite/src/src/vdbe.c i64 v; i64 4397 third_party/sqlite/src/src/vdbe.c i64 rowid; i64 4818 third_party/sqlite/src/src/vdbe.c i64 val; i64 5265 third_party/sqlite/src/src/vdbe.c sqlite3VdbeMemSetInt64(pMem, (i64)aRes[i]); i64 54 third_party/sqlite/src/src/vdbe.h i64 *pI64; /* Used when p4type is P4_INT64 */ i64 61 third_party/sqlite/src/src/vdbeInt.h i64 seqCount; /* Sequence counter */ i64 62 third_party/sqlite/src/src/vdbeInt.h i64 movetoTarget; /* Argument to the deferred sqlite3BtreeMoveto() */ i64 63 third_party/sqlite/src/src/vdbeInt.h i64 lastRowid; /* Last rowid from a Next or NextIdx operation */ i64 120 third_party/sqlite/src/src/vdbeInt.h i64 lastRowid; /* Last insert rowid (sqlite3.lastRowid) */ i64 142 third_party/sqlite/src/src/vdbeInt.h i64 i; /* Integer value used when MEM_Int is set in flags */ i64 310 third_party/sqlite/src/src/vdbeInt.h i64 startTime; /* Time when query started - used for profiling */ i64 312 third_party/sqlite/src/src/vdbeInt.h i64 nFkConstraint; /* Number of imm. FK constraints this VM */ i64 313 third_party/sqlite/src/src/vdbeInt.h i64 nStmtDefCons; /* Number of def. constraints when stmt started */ i64 351 third_party/sqlite/src/src/vdbeInt.h int sqlite3VdbeIdxRowid(sqlite3*, BtCursor *, i64 *); i64 363 third_party/sqlite/src/src/vdbeInt.h void sqlite3VdbeMemSetInt64(Mem*, i64); i64 374 third_party/sqlite/src/src/vdbeInt.h i64 sqlite3VdbeIntValue(Mem*); i64 231 third_party/sqlite/src/src/vdbeapi.c sqlite3VdbeMemSetInt64(&pCtx->s, (i64)iVal); i64 233 third_party/sqlite/src/src/vdbeapi.c void sqlite3_result_int64(sqlite3_context *pCtx, i64 iVal){ i64 1078 third_party/sqlite/src/src/vdbeapi.c return sqlite3_bind_int64(p, i, (i64)iValue); i64 1790 third_party/sqlite/src/src/vdbeaux.c i64 offset = 0; i64 2532 third_party/sqlite/src/src/vdbeaux.c # define MAX_6BYTE ((((i64)0x00008000)<<32)-1) i64 2533 third_party/sqlite/src/src/vdbeaux.c i64 i = pMem->u.i; i64 2733 third_party/sqlite/src/src/vdbeaux.c pMem->u.i = *(i64*)&x; i64 2758 third_party/sqlite/src/src/vdbeaux.c pMem->u.i = *(i64*)&x; i64 3019 third_party/sqlite/src/src/vdbeaux.c int sqlite3VdbeIdxRowid(sqlite3 *db, BtCursor *pCur, i64 *rowid){ i64 3020 third_party/sqlite/src/src/vdbeaux.c i64 nCellKey = 0; i64 3104 third_party/sqlite/src/src/vdbeaux.c i64 nCellKey = 0; i64 320 third_party/sqlite/src/src/vdbemem.c static i64 doubleToInt64(double r){ i64 332 third_party/sqlite/src/src/vdbemem.c static const i64 maxInt = LARGEST_INT64; i64 333 third_party/sqlite/src/src/vdbemem.c static const i64 minInt = SMALLEST_INT64; i64 344 third_party/sqlite/src/src/vdbemem.c return (i64)r; i64 360 third_party/sqlite/src/src/vdbemem.c i64 sqlite3VdbeIntValue(Mem *pMem){ i64 370 third_party/sqlite/src/src/vdbemem.c i64 value = 0; i64 527 third_party/sqlite/src/src/vdbemem.c void sqlite3VdbeMemSetInt64(Mem *pMem, i64 val){ i64 1060 third_party/sqlite/src/src/vdbemem.c sqlite3VdbeMemSetInt64(pVal, (i64)pExpr->u.iValue*negInt); i64 403 third_party/sqlite/src/src/wal.c WAL_HDRSIZE + ((iFrame)-1)*(i64)((szPage)+WAL_FRAME_HDRSIZE) \ i64 1044 third_party/sqlite/src/src/wal.c i64 nSize; /* Size of log file */ i64 1080 third_party/sqlite/src/src/wal.c i64 iOffset; /* Next offset to read from log file */ i64 1681 third_party/sqlite/src/src/wal.c i64 nSize; /* Current size of database file */ i64 1693 third_party/sqlite/src/src/wal.c i64 nReq = ((i64)mxPage * szPage); i64 1702 third_party/sqlite/src/src/wal.c i64 iOffset; i64 1709 third_party/sqlite/src/src/wal.c iOffset = (iDbpage-1)*(i64)szPage; i64 1718 third_party/sqlite/src/src/wal.c i64 szDb = pWal->hdr.nPage*(i64)szPage; i64 2312 third_party/sqlite/src/src/wal.c i64 iOffset; i64 2624 third_party/sqlite/src/src/wal.c i64 iOffset; /* Write offset in log file */ i64 2653 third_party/sqlite/src/src/wal.c i64 iSegment = sqlite3OsSectorSize(pWal->pWalFd); i64 2654 third_party/sqlite/src/src/wal.c i64 iOffset = walFrameOffset(iFrame+1, szPage); i64 604 third_party/sqlite/src/test/threadtest3.c sqlite3_bind_int64(pStmt, i, *(i64 *)pArg); i64 618 third_party/sqlite/src/test/threadtest3.c static i64 execsql_i64_x( i64 623 third_party/sqlite/src/test/threadtest3.c i64 iRet = 0; i64 776 third_party/sqlite/src/test/threadtest3.c static i64 filesize_x( i64 780 third_party/sqlite/src/test/threadtest3.c i64 iRet = 0; i64 798 third_party/sqlite/src/test/threadtest3.c i64 nByte = filesize_x(pErr, zFrom); i64 802 third_party/sqlite/src/test/threadtest3.c i64 iOff; i64 1039 third_party/sqlite/src/test/threadtest3.c i64 iNextWrite; /* Next value this thread will write */ i64 1046 third_party/sqlite/src/test/threadtest3.c i64 sum1; i64 1047 third_party/sqlite/src/test/threadtest3.c i64 sum2; i64 1051 third_party/sqlite/src/test/threadtest3.c i64 iMax = execsql_i64(&err, &db, "SELECT max(cnt) FROM t1"); i64 1114 third_party/sqlite/src/test/threadtest3.c i64 iRow = 1; i64 1154 third_party/sqlite/src/test/threadtest3.c i64 nRow; i64 1229 third_party/sqlite/src/test/threadtest3.c i64 iRow; i64 1232 third_party/sqlite/src/test/threadtest3.c i64 iBlob = 600 + (iRow%300); i64 1239 third_party/sqlite/src/test/threadtest3.c i64 iRow; i64 1242 third_party/sqlite/src/test/threadtest3.c i64 iBlob = 600 + ((iRow+100)%300); i64 1248 third_party/sqlite/src/test/threadtest3.c i64 iRow; i64 1337 third_party/sqlite/src/test/threadtest3.c i64 iVal = 0; i64 75 third_party/sqlite/src/test/tt3_checkpoint.c i64 iCount1, iCount2; i64 26 third_party/sqlite/src/tool/showdb.c static int decodeVarint(const unsigned char *z, i64 *pVal){ i64 27 third_party/sqlite/src/tool/showdb.c i64 v = 0; i64 194 third_party/sqlite/src/tool/showdb.c i64 x, v; i64 253 third_party/sqlite/src/tool/showdb.c static int localPayload(i64 nPayload, char cType){ i64 295 third_party/sqlite/src/tool/showdb.c i64 nPayload; i64 296 third_party/sqlite/src/tool/showdb.c i64 rowid; i64 26 third_party/sqlite/src/tool/showwal.c static int decodeVarint(const unsigned char *z, i64 *pVal){ i64 27 third_party/sqlite/src/tool/showwal.c i64 v = 0; i64 208 third_party/sqlite/src/tool/showwal.c i64 nPayload; i64 209 third_party/sqlite/src/tool/showwal.c i64 rowid;