Searched refs:i64Start (Results 1 – 2 of 2) sorted by relevance
338 sqlite_int64 i64Start = *((sqlite_int64 *) pStart); in timeDiff() local340 return (double) ((i64End - i64Start) / 10000000.0); in timeDiff()
344 sqlite_int64 i64Start = *((sqlite_int64 *) pStart); in timeDiff() local346 return (double) ((i64End - i64Start) / 10000000.0); in timeDiff()