Searched refs:curpps (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_time.c75 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) argument
87 *curpps = 1;
90 (*curpps)++; /* NB: ignore potential overflow */
91 return (maxpps < 0 || *curpps <= maxpps);

Completed in 165 milliseconds