Lines Matching refs:u64
678 static u64 filterHash(const Mem *aMem, const Op *pOp){ in filterHash()
680 u64 h = 0; in filterHash()
731 u64 nVmStep = 0; /* Number of virtual machine steps */ in sqlite3VdbeExec()
733 u64 nProgressLimit; /* Invoke xProgress() when nVmStep reaches this */ in sqlite3VdbeExec()
741 u64 start; /* CPU clock count at start of opcode */ in sqlite3VdbeExec()
1875 u64 uA; in sqlite3VdbeExec()
1912 if( iA<0 ) uA |= ((((u64)0xffffffff)<<32)|0xffffffff) << (64-iB); in sqlite3VdbeExec()
2803 u64 offset64; /* 64-bit offset */ in sqlite3VdbeExec()
3259 u64 nData; /* Number of bytes of data space */ in sqlite3VdbeExec()
3383 u64 uu; in sqlite3VdbeExec()
3521 u64 v; in sqlite3VdbeExec()
4501 pC->maskUsed = *(u64*)pOp->p4.pI64; in sqlite3VdbeExec()
4684 rc = sqlite3BtreeTableMoveto(pC->uc.pCursor, (u64)iKey, 0, &res); in sqlite3VdbeExec()
5269 u64 iKey; in sqlite3VdbeExec()
5401 # define MAX_ROWID (i64)( (((u64)0x7fffffff)<<32) | (u64)0xffffffff ) in sqlite3VdbeExec()
5463 }while( ((rc = sqlite3BtreeTableMoveto(pC->uc.pCursor, (u64)v, in sqlite3VdbeExec()
6067 if( ALWAYS(sz>=0) && sqlite3LogEst((u64)sz)<pOp->p3 ) res = 1; in sqlite3VdbeExec()
8218 if( isLegacy==0 ) db->flags &= ~(u64)SQLITE_LegacyAlter; in sqlite3VdbeExec()
8465 u64 h; in sqlite3VdbeExec()
8501 u64 h; in sqlite3VdbeExec()
8741 u64 endTime = sqlite3NProfileCnt ? sqlite3NProfileCnt : sqlite3Hwtime(); in sqlite3VdbeExec()