Searched refs:neg (Results 1 - 25 of 234) sorted by relevance

12345678910

/bionic/libc/upstream-openbsd/lib/libc/locale/
H A D_wcstol.h55 int neg, any, cutlim; local
73 neg = 1;
76 neg = 0;
92 cutoff = neg ? MIN_VALUE : MAX_VALUE;
95 if (neg) {
110 if (neg) {
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dstrtoimax.c47 int neg, any, cutlim; local
70 neg = 1;
73 neg = 0;
96 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
104 cutoff = neg ? INTMAX_MIN : INTMAX_MAX;
107 if (neg) {
125 if (neg) {
H A Dstrtol.c48 int neg, any, cutlim; local
71 neg = 1;
74 neg = 0;
97 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
104 cutoff = neg ? LONG_MIN : LONG_MAX;
107 if (neg) {
125 if (neg) {
H A Dstrtoll.c50 int neg, any, cutlim; local
73 neg = 1;
76 neg = 0;
99 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
107 cutoff = neg ? LLONG_MIN : LLONG_MAX;
110 if (neg) {
128 if (neg) {
/bionic/libc/arch-arm/syscalls/
H A D__accept4.S14 neg r0, r0
H A D__brk.S14 neg r0, r0
H A D__connect.S14 neg r0, r0
H A D__exit.S14 neg r0, r0
H A D__fcntl64.S14 neg r0, r0
H A D__fstatfs64.S14 neg r0, r0
H A D__getcpu.S14 neg r0, r0
H A D__getcwd.S14 neg r0, r0
H A D__getdents64.S14 neg r0, r0
H A D__getpid.S14 neg r0, r0
H A D__getpriority.S14 neg r0, r0
H A D__ioctl.S14 neg r0, r0
H A D__openat.S14 neg r0, r0
H A D__ptrace.S14 neg r0, r0
H A D__reboot.S14 neg r0, r0
H A D__rt_sigaction.S14 neg r0, r0
H A D__rt_sigpending.S14 neg r0, r0
H A D__rt_sigprocmask.S14 neg r0, r0
H A D__rt_sigsuspend.S14 neg r0, r0
H A D__rt_sigtimedwait.S14 neg r0, r0
H A D__sched_getaffinity.S14 neg r0, r0

Completed in 1989 milliseconds

12345678910