Searched refs:i64Start (Results 1 – 2 of 2) sorted by relevance
287 sqlite_int64 i64Start = *((sqlite_int64 *) pStart); in timeDiff() local289 return (double) ((i64End - i64Start) / 10000000.0); in timeDiff()
293 sqlite_int64 i64Start = *((sqlite_int64 *) pStart); in timeDiff() local295 return (double) ((i64End - i64Start) / 10000000.0); in timeDiff()