Searched refs:us2t (Results 1 – 1 of 1) sorted by relevance
146 uint32_t us2t; in getTickInUsec() local149 fscanf(fp, "%08x%08x%08x", &t2us, &us2t, &clockRes) != 3; in getTickInUsec()159 return static_cast<double>(t2us) / static_cast<double>(us2t) * clockFactor; in getTickInUsec()