Home
last modified time | relevance | path

Searched refs:tickStartTV (Results 1 – 1 of 1) sorted by relevance

/dports/games/xshogi/xshogi-1.4.2/
H A Dxshogi.c7253 static struct timeval tickStartTV; variable
7263 ptl = ((tv.tv_sec - tickStartTV.tv_sec) * 1000000 + in PartialTickLength()
7264 (tv.tv_usec - tickStartTV.tv_usec) + 500) / 1000; in PartialTickLength()
7340 gettimeofday(&tickStartTV, NULL); in DisplayClocks()
7394 gettimeofday(&tickStartTV, NULL); in DisplayClocks()
7453 gettimeofday(&tickStartTV, NULL); in DisplayClocks()