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

/solaris-userland-s11u3/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);
/solaris-userland-s11u3/components/apache2/mod_sed/
H A Dregexp.c141 int neg; local
208 neg = 0;
210 neg = 1;
253 if (neg) {
397 char neg; local
402 neg = 0;
433 neg = 1;
437 if (((c & 0200) == 0 && ISTHERE(c)) ^ neg) {
503 neg = 1;
509 if (((c & 0200) || !ISTHERE(c)) ^ neg)
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/timezone/
H A DTimeZonePanel.java111 boolean neg = offset_ < 0;
116 neg ? "-" : "+", hours, minutes));
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c2167 if (BN_is_zero(sig->r) || sig->r->neg || BN_ucmp(sig->r, dsa->q) >= 0)
2174 if (BN_is_zero(sig->s) || sig->s->neg || BN_ucmp(sig->s, dsa->q) >= 0)

Completed in 283 milliseconds