Home
last modified time | relevance | path

Searched refs:minusp (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dsnprintf.c143 int width, int prec, int flags, int minusp) in append_number() argument
175 if(minusp) in append_number()
450 int minusp = 0; in xyzprintf() local
455 minusp = 1; in xyzprintf()
461 width, prec, flags, minusp); in xyzprintf()
/freebsd/crypto/openssh/
H A Dsmult_curve25519_ref.c46 static const unsigned int minusp[32] = { variable
57 add(a,a,minusp); in freeze()