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

123456

/freebsd-11-stable/contrib/gcc/config/
H A Ddivmod.c6 int neg = 0; local
32 int neg = 0; local
/freebsd-11-stable/lib/libc/quad/
H A Dfloatdisf.c51 int neg; local
57 u.q = -x, neg = 1; local
59 u.q = x, neg = 0; local
H A Dfloatdidf.c51 int neg; local
57 u.q = -x, neg = 1; local
59 u.q = x, neg = 0; local
H A Ddivdi3.c51 int neg; local
H A Dmoddi3.c53 int neg; local
/freebsd-11-stable/sys/libkern/
H A Ddivdi3.c48 int neg; local
H A Dmoddi3.c50 int neg; local
H A Dstrtol.c59 int neg = 0, any, cutlim; local
H A Dstrtoul.c59 int neg = 0, any, cutlim; local
H A Dstrtoq.c54 int neg, any, cutlim; local
H A Dstrtouq.c54 int neg, any, cutlim; local
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dt_pkey.c69 const char *neg; local
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_mpi.c94 int neg = 0; local
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dstrto.c49 register bool neg; local
193 register bool neg; local
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dstrtoul.c79 int neg = 0, any, cutlim; local
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrtoul.c67 register int neg = 0, any, cutlim; local
H A Dstrtol.c94 register int neg = 0, any, cutlim; local
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dstrtol.c52 int neg = 0; local
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dstrtoul.c67 register int neg = 0, any, cutlim; local
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dstrtoll.c55 int neg, any, cutlim; local
H A Dstrtoul.c53 int neg, any, cutlim; local
H A Dstrtoull.c55 int neg, any, cutlim; local
/freebsd-11-stable/lib/libc/iconv/
H A D_strtol.h52 int any, cutlim, i, neg; local
H A D_strtoul.h51 int any, cutlim, i, neg; local
/freebsd-11-stable/contrib/ntp/libparse/
H A Dmfp_mul.c73 int neg = 0; local

Completed in 210 milliseconds

123456