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

12345

/freebsd-13-stable/lib/libc/quad/
H A Dfloatdidf.c52 int neg; local
58 u.q = -x, neg = 1; local
60 u.q = x, neg = 0; local
H A Dfloatdisf.c52 int neg; local
58 u.q = -x, neg = 1; local
60 u.q = x, neg = 0; local
H A Ddivdi3.c52 int neg; local
H A Dmoddi3.c54 int neg; local
/freebsd-13-stable/sys/libkern/
H A Ddivdi3.c49 int neg; local
H A Dmoddi3.c51 int neg; local
H A Dstrtol.c58 int neg = 0, any, cutlim; local
H A Dstrtoq.c56 int neg, any, cutlim; local
H A Dstrtoul.c58 int neg = 0, any, cutlim; local
H A Dstrtouq.c56 int neg, any, cutlim; local
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dstrto.c49 register bool neg; local
193 register bool neg; local
[all...]
/freebsd-13-stable/lib/libc/iconv/
H A D_strtol.h54 int any, cutlim, i, neg; local
H A D_strtoul.h53 int any, cutlim, i, neg; local
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dstrtoul.c79 int neg = 0, any, cutlim; local
/freebsd-13-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-13-stable/crypto/openssl/crypto/bn/
H A Dbn_mpi.c45 int neg = 0; local
/freebsd-13-stable/lib/libc/locale/
H A Dwcstoimax.c64 int neg, any, cutlim; local
H A Dwcstol.c58 int neg, any, cutlim; local
H A Dwcstoll.c64 int neg, any, cutlim; local
H A Dwcstoul.c58 int neg, any, cutlim; local
H A Dwcstoull.c64 int neg, any, cutlim; local
H A Dwcstoumax.c64 int neg, any, cutlim; local
/freebsd-13-stable/lib/libc/stdlib/
H A Dstrtoimax.c63 int neg, any, cutlim; local

Completed in 187 milliseconds

12345