Searched refs:i64End (Results 1 – 1 of 1) sorted by relevance
1427 sqlite_int64 i64End = *((sqlite_int64 *) pEnd); in timeDiff() local1428 return (double) ((i64End - i64Start) / 10000000.0); in timeDiff()