Home
last modified time | relevance | path

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

123456789

/bionic/libc/stdlib/
Dstrtoimax.c48 int neg, any, cutlim; in strtoimax() local
60 neg = 1; in strtoimax()
63 neg = 0; in strtoimax()
98 if (neg) { \ in strtoimax()
109 if (neg) { in strtoimax()
122 cutoff = neg ? INTMAX_MIN : INTMAX_MAX; in strtoimax()
128 if (neg) { in strtoimax()
146 if (neg) { in strtoimax()
Dstrtol.c49 int neg, any, cutlim; in strtol() local
61 neg = 1; in strtol()
64 neg = 0; in strtol()
94 cutoff = neg ? LONG_MIN : LONG_MAX; in strtol()
97 if (neg) { in strtol()
115 if (neg) { in strtol()
Dstrtoul.c48 int neg, any, cutlim; in strtoul() local
58 neg = 1; in strtoul()
61 neg = 0; in strtoul()
97 if (neg && any > 0) in strtoul()
Dstrtoumax.c48 int neg, any, cutlim; in strtoumax() local
58 neg = 1; in strtoumax()
61 neg = 0; in strtoumax()
110 if (neg && any > 0) in strtoumax()
/bionic/libc/arch-mips/bionic/
Dfutex_mips.S54 neg $v0 /* Negate error number if it's valid */
82 neg $v0 /* Negate error number if it's valid */
109 neg $v0 /* Negate error number if it's valid */
136 neg $v0 /* Negate error number if it's valid */
/bionic/libc/arch-arm/syscalls/
Dfdatasync.S13 neg r0, r0
Dsetgroups.S13 neg r0, r0
Dlink.S13 neg r0, r0
Dllistxattr.S13 neg r0, r0
Dgetgid.S13 neg r0, r0
Dsigprocmask.S13 neg r0, r0
Dread.S13 neg r0, r0
Dreadlink.S13 neg r0, r0
Dpipe2.S13 neg r0, r0
Dsched_get_priority_max.S13 neg r0, r0
Dbind.S13 neg r0, r0
D__fcntl.S13 neg r0, r0
D__timer_gettime.S13 neg r0, r0
Dcacheflush.S13 neg r0, r0
D__getpriority.S13 neg r0, r0
D__rt_sigprocmask.S13 neg r0, r0
Depoll_create.S13 neg r0, r0
Dgetpid.S13 neg r0, r0
Dmunlockall.S13 neg r0, r0
D__ioctl.S13 neg r0, r0

123456789