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

12345

/freebsd-10-stable/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-10-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
/freebsd-10-stable/contrib/gcc/config/
H A Ddivmod.c6 int neg = 0; local
32 int neg = 0; local
/freebsd-10-stable/contrib/groff/src/libs/libgroff/
H A Dstrtol.c52 int neg = 0; local
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dstrto.c49 register bool neg; local
193 register bool neg; local
[all...]
/freebsd-10-stable/lib/libstand/
H A Dstrtol.c56 int neg = 0, any, cutlim; local
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Dt_pkey.c69 const char *neg; local
/freebsd-10-stable/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-10-stable/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-10-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-10-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-10-stable/lib/libc/locale/
H A Dwcstoimax.c62 int neg, any, cutlim; local
H A Dwcstol.c56 int neg, any, cutlim; local
H A Dwcstoll.c62 int neg, any, cutlim; local

Completed in 212 milliseconds

12345