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

12345

/freebsd-9.3-release/lib/libc/quad/
H A Dfloatdidf.c51 int neg; local
57 u.q = -x, neg = 1; local
59 u.q = x, neg = 0; local
H A Dfloatdisf.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-9.3-release/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
/freebsd-9.3-release/contrib/gcc/config/
H A Ddivmod.c6 int neg = 0; local
32 int neg = 0; local
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_mpi.c94 int neg = 0; local
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dstrtol.c52 int neg = 0; local
/freebsd-9.3-release/contrib/nvi/clib/
H A Dstrtol.c65 register int neg = 0, any, cutlim; local
H A Dstrtoul.c65 register int neg = 0, any, cutlim; local
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dstrto.c49 register bool neg; local
193 register bool neg; local
[all...]
/freebsd-9.3-release/lib/libstand/
H A Dstrtol.c56 int neg = 0, any, cutlim; local
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dstrtoul.c79 int neg = 0, any, cutlim; local
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dstrtoul.c75 int neg = 0, any, cutlim; local
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dstrtoul.c81 int neg = 0, any, cutlim; local
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dstrtol.c94 register int neg = 0, any, cutlim; local
H A Dstrtoul.c67 register int neg = 0, any, cutlim; local
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dstrtol.c94 register int neg = 0, any, cutlim; local
H A Dstrtoul.c67 register int neg = 0, any, cutlim; local
/freebsd-9.3-release/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

Completed in 163 milliseconds

12345