Home
last modified time | relevance | path

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

/dports/graphics/openrm/rm160/rm/
H A Drmpipe.c800 int thisUn, nextUn; in rmPipeClose() local
816 nextUn = (thisUn + 1) % MAX_RSYNC_SAMPLES; in rmPipeClose()
824 &(timeSyncData[nextUn].t)); in rmPipeClose()
829 nextUn++; in rmPipeClose()
830 nextUn = nextUn % MAX_RSYNC_SAMPLES; in rmPipeClose()