Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/ntpd/
HDrefclock_gpsdjson.c1095 json_uint accu, limit_lo, limit_hi; in strtojint() local
1113 limit_hi = (json_uint)-(JSON_INT_MIN + 1) + 1; in strtojint()
1117 limit_hi = (json_uint)JSON_INT_MAX; in strtojint()
1119 limit_lo = limit_hi / 10; in strtojint()
1127 flags |= (accu > limit_hi); in strtojint()
1137 accu = limit_hi; in strtojint()