Searched refs:start_ (Results 1 – 2 of 2) sorted by relevance
80 static int getFileStartAndLength(int fd, off_t *start_, size_t *length_) in getFileStartAndLength() argument85 assert(start_ != NULL); in getFileStartAndLength()103 *start_ = start; in getFileStartAndLength()
36 start_ = now(); in reset()40 return (now() - start_) * 0.000001f; in elapsedSeconds()44 u8 start_; member in Stopwatch