Searched refs:tbuff (Results 1 – 1 of 1) sorted by relevance
194 struct timeb tbuff; in getTime() local196 ftime(&tbuff); in getTime()197 return ((double) tbuff.time + ((double)tbuff.millitm / 1000.0) + in getTime()198 ((double) tbuff.timezone * 60)); in getTime()