Searched refs:isneg (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/lua/src/
H A Dlobject.c98 static int isneg (const char **s) { function
124 neg = isneg(&s); /* check signal */
141 neg1 = isneg(&s); /* signal */
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_utl.c163 int isneg, ishex; local
172 isneg = 1;
173 } else isneg = 0;
189 if (isneg && BN_is_zero(bn)) isneg = 0;
197 if (isneg) aint->type |= V_ASN1_NEG;

Completed in 79 milliseconds