Home
last modified time | relevance | path

Searched refs:neg (Results 1 – 25 of 230) sorted by relevance

12345678910

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dstrtoimax.c47 int neg, any, cutlim; in strtoimax() local
70 neg = 1; in strtoimax()
73 neg = 0; in strtoimax()
104 cutoff = neg ? INTMAX_MIN : INTMAX_MAX; in strtoimax()
107 if (neg) { in strtoimax()
125 if (neg) { in strtoimax()
Dstrtol.c48 int neg, any, cutlim; in strtol() local
71 neg = 1; in strtol()
74 neg = 0; in strtol()
104 cutoff = neg ? LONG_MIN : LONG_MAX; in strtol()
107 if (neg) { in strtol()
125 if (neg) { in strtol()
Dstrtoll.c50 int neg, any, cutlim; in strtoll() local
73 neg = 1; in strtoll()
76 neg = 0; in strtoll()
107 cutoff = neg ? LLONG_MIN : LLONG_MAX; in strtoll()
110 if (neg) { in strtoll()
128 if (neg) { in strtoll()
Dstrtoull.c50 int neg, any, cutlim; in strtoull() local
67 neg = 1; in strtoull()
70 neg = 0; in strtoull()
106 if (neg && any > 0) in strtoull()
Dstrtoul.c48 int neg, any, cutlim; in strtoul() local
65 neg = 1; in strtoul()
68 neg = 0; in strtoul()
104 if (neg && any > 0) in strtoul()
Dstrtoumax.c47 int neg, any, cutlim; in strtoumax() local
64 neg = 1; in strtoumax()
67 neg = 0; in strtoumax()
103 if (neg && any > 0) in strtoumax()
/bionic/libc/upstream-openbsd/lib/libc/locale/
D_wcstol.h55 int neg, any, cutlim; in FUNCNAME() local
73 neg = 1; in FUNCNAME()
76 neg = 0; in FUNCNAME()
92 cutoff = neg ? MIN_VALUE : MAX_VALUE; in FUNCNAME()
95 if (neg) { in FUNCNAME()
110 if (neg) { in FUNCNAME()
D_wcstoul.h54 int neg, any, cutlim; in FUNCNAME() local
71 neg = 1; in FUNCNAME()
74 neg = 0; in FUNCNAME()
110 if (neg && any > 0) in FUNCNAME()
/bionic/libc/arch-arm/syscalls/
Dsethostname.S12 neg r0, r0
Dsetitimer.S12 neg r0, r0
Dsetpriority.S12 neg r0, r0
Dsetregid.S12 neg r0, r0
Dshutdown.S12 neg r0, r0
Dtimes.S12 neg r0, r0
Dvfork.S12 neg r0, r0
D__rt_sigtimedwait.S12 neg r0, r0
D__set_tls.S12 neg r0, r0
D__sigaction.S12 neg r0, r0
D__statfs64.S12 neg r0, r0
D__timer_create.S12 neg r0, r0
D__timer_getoverrun.S12 neg r0, r0
D__timer_gettime.S12 neg r0, r0
D__timer_settime.S12 neg r0, r0
Dexecve.S12 neg r0, r0
Dfdatasync.S12 neg r0, r0

12345678910