Searched refs:tbuff (Results 1 – 2 of 2) 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()
464 unsigned long tbuff:1; member