HomeSort by: relevance | last modified time | path
    Searched defs:limit_hi (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_gpsdjson.c 1097 json_uint accu, limit_lo, limit_hi; local
1115 limit_hi = (json_uint)-(JSON_INT_MIN + 1) + 1;
1119 limit_hi = (json_uint)JSON_INT_MAX;
1121 limit_lo = limit_hi / 10;
1129 flags |= (accu > limit_hi);
1139 accu = limit_hi;

Completed in 47 milliseconds