Searched refs:any (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/stdlib/ |
D | strtoul.c | 48 int neg, any, cutlim; in strtoul() local 76 for (acc = 0, any = 0;; c = (unsigned char) *s++) { in strtoul() 85 if (any < 0) in strtoul() 88 any = -1; in strtoul() 92 any = 1; in strtoul() 97 if (neg && any > 0) in strtoul() 100 *endptr = (char *) (any ? s - 1 : nptr); in strtoul()
|
D | strtol.c | 49 int neg, any, cutlim; in strtol() local 104 for (acc = 0, any = 0;; c = (unsigned char) *s++) { in strtol() 113 if (any < 0) in strtol() 117 any = -1; in strtol() 121 any = 1; in strtol() 127 any = -1; in strtol() 131 any = 1; in strtol() 138 *endptr = (char *) (any ? s - 1 : nptr); in strtol()
|
D | strtoumax.c | 48 int neg, any, cutlim; in strtoumax() local 89 for (acc = 0, any = 0;; c = (unsigned char) *s++) { in strtoumax() 98 if (any < 0) in strtoumax() 101 any = -1; in strtoumax() 105 any = 1; in strtoumax() 110 if (neg && any > 0) in strtoumax() 113 *endptr = (char *) (any ? s - 1 : nptr); in strtoumax()
|
D | strtoimax.c | 48 int neg, any, cutlim; in strtoimax() local 135 for (acc = 0, any = 0;; c = (unsigned char) *s++) { in strtoimax() 144 if (any < 0) in strtoimax() 148 any = -1; in strtoimax() 152 any = 1; in strtoimax() 158 any = -1; in strtoimax() 162 any = 1; in strtoimax() 169 *endptr = (char *) (any ? s - 1 : nptr); in strtoimax()
|
/bionic/libc/arch-mips/bionic/ |
D | crtbegin.S | 35 # any executable that is statically-linked with Bionic
|
/bionic/libstdc++/ |
D | NOTICE | 61 and its documentation for any purpose is hereby granted without fee, 65 representations about the suitability of this software for any 73 and its documentation for any purpose is hereby granted without fee, 77 representations about the suitability of this software for any
|
/bionic/libc/arch-mips/string/ |
D | memset.S | 142 bnez a2,.Laligned # any work to do? 184 andi t8,a2,0x3f # any 64-byte chunks? 192 # Find out, if there are any 64-byte chunks after which will be still at least
|
D | memcpy.S | 104 andi t8,a2,0x3f # any whole 64-byte chunks?
|
/bionic/libc/kernel/ |
D | README.TXT | 16 they can be also included before or after any Bionic C library header. 102 copy any updated kernel header into the corresponding location under 105 for any new kernel header you want to add, first run tools/find_headers.py to be 145 note that this also remove any reference to a kernel-specific configuration 152 typedef/struct/union/enum declaration. this allows to get rid of any variable 173 the final pass remove any comments and empty lines from the final headers. 209 think any library/program that need to access ALSA, or Video4Linux, or
|
/bionic/libc/ |
D | NOTICE | 43 Permission to use, copy, modify, and/or distribute this software for any 60 Permission to use, copy, modify, and/or distribute this software for any 427 Permission to use, copy, modify, and distribute this software for any 839 Permission to use, copy, modify, and distribute this software for any 1229 duplicated in all such forms and that any documentation, 2395 of any kind. I shall in no event be liable for anything that happens 2497 software, derivative works or modified versions, and any portions 2511 any improvements or extensions that they make and grant Carnegie the 2518 Permission to use, copy, modify, and distribute this software for any 2536 Permission to use, copy, modify, and distribute this software for any [all …]
|
D | SYSCALLS.TXT | 22 # - the final field can be "stub" meaning: do not generate any stubs ---
|