Searched defs:neg (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openssl/openssl-default/wanboot-openssl/
H A Dwanboot-stubs.c101 int c = *p++, neg = 0; local
109 neg++;
117 n += '0' - c; /* accum neg to avoid surprises at MAX */
119 return (neg ? n : -n);

Completed in 17 milliseconds