Searched refs:limit_hi (Results 1 – 1 of 1) sorted by relevance
1095 json_uint accu, limit_lo, limit_hi; in strtojint() local1113 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()