/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | _wcstol.h | 55 int neg, any, cutlim; in FUNCNAME() local 102 for (acc = 0, any = 0;; wc = (wchar_t) *s++) { in FUNCNAME() 108 if (any < 0) in FUNCNAME() 112 any = -1; in FUNCNAME() 116 any = 1; in FUNCNAME() 122 any = -1; in FUNCNAME() 126 any = 1; in FUNCNAME() 133 *endptr = (wchar_t *)(any ? s - 1 : nptr); in FUNCNAME()
|
D | _wcstoul.h | 54 int neg, any, cutlim; in FUNCNAME() local 92 for (acc = 0, any = 0;; wc = (wchar_t) *s++) { in FUNCNAME() 98 if (any < 0) in FUNCNAME() 101 any = -1; in FUNCNAME() 105 any = 1; in FUNCNAME() 110 if (neg && any > 0) in FUNCNAME() 113 *endptr = (wchar_t *)(any ? s - 1 : nptr); in FUNCNAME()
|
/bionic/libc/bionic/ |
D | strtol.cpp | 74 int any = 0; in StrToI() local 85 if (any < 0) continue; in StrToI() 87 any = -1; in StrToI() 91 any = 1; in StrToI() 96 if (endptr != nullptr) *endptr = const_cast<char*>(any ? s - 1 : nptr); in StrToI() 139 int any = 0; in StrToU() local 149 if (any < 0) continue; in StrToU() 151 any = -1; in StrToU() 155 any = 1; in StrToU() 160 if (neg && any > 0) acc = -acc; in StrToU() [all …]
|
/bionic/tests/ |
D | netinet_in_test.cpp | 39 in6_addr any = IN6ADDR_ANY_INIT; in TEST() local 40 ASSERT_EQ(0, memcmp(&any, &in6addr_any, sizeof(in6addr_any))); in TEST()
|
/bionic/libc/kernel/ |
D | README.TXT | 17 They can be also included before or after any Bionic C library header. 87 changes do not introduce any errors.
|
/bionic/docs/ |
D | libc_assembler.md | 8 have any bugs. See the [Testing](#Testing) section for details about how to 149 * Verify that all labels are of the format .LXXX, where XXX is any valid string 150 for a label. If any other label is used, entries in the symbol table 154 sp in any way have corresponding cfi information. Along with this item,
|
D | 32-bit-abi.md | 19 Android has always silently inserted `O_LARGEFILE` into any open call, so if
|
D | elf-tls.md | 216 * web search: [`"dlopen: cannot load any more object with static TLS"`][glibc-static-tls-error] 218 Neither musl nor the Bionic TLS prototype currently allocate any surplus TLS memory. 228 [glibc-static-tls-error]: https://www.google.com/search?q=%22dlopen:+cannot+load+any+more+object+wi… 577 The dynamic loader currently can't use ELF TLS, so any part of libc linked into the loader (i.e. 784 LE, then the Bionic loader can place the executable's TLS segment at any offset from the TP, leaving 824 Most Android executables do not use any `thread_local` variables. In the current prototype, with the
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 9 any architecture, as we will be doing basic inspection only. On Linux 24 * Warnings about any behavior change that will affect a library if you 58 in that order. For API 23 and later, for any given library, the dynamic 61 executable, LD_PRELOAD libraries, and any library with the DF_1_GLOBAL 66 intercept any symbol. 130 any zip file, not just your APK. Just give dlopen(3) a path of the form 167 to turn this on (any other value leaves the greylist enabled). 252 entry/flag but without any actual text relocations. This doesn't happen 389 calls of dlerror(3) but to any time the dynamic linker writes to its 390 internal error buffer, so you'll see any errors the dynamic linker would
|
D | README.md | 118 # can't use any of the BSD implementations. The C files are usually 239 Some tests cannot do any useful work unless run as root. In this case, 255 # This will sync any *test* changes, but not *code* changes:
|
/bionic/libdl/ |
D | Android.bp | 39 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from 120 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
|
/bionic/tools/bionicbb/ |
D | presubmit.py | 45 return any('tools/bionicbb' in f for f in files)
|
/bionic/linker/ |
D | Android.bp | 280 // to overwrite any other malloc implementations by other static libraries. 311 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols ld-android.so pulls from
|
/bionic/benchmarks/ |
D | README.md | 76 AT_<any power of two between 2 and 16384>_ALIGNED_<ONE|TWO>BUF
|
/bionic/libc/malloc_debug/ |
D | README.md | 52 modified. If any part of the front guard is modified, an error will be reported 55 If the backtrace option is also enabled, then any error message will include 78 modified. If any part of the rear guard is modified, an error will be reported 105 Note that any backtrace frames that occur within the malloc backtrace library 164 As of Q, any time that a backtrace is gathered, a different algorithm is used 278 reaches the TOTAL\_ENTRIES value, then any further allocations/frees are 638 contain any data. 673 And verify that any spaces are properly escaped.
|
/bionic/libc/malloc_hooks/ |
D | README.md | 61 These hooks can be set at any time, but there is no thread safety, so
|
/bionic/libc/ |
D | NOTICE | 346 Permission to use, copy, modify, and/or distribute this software for any 363 Permission to use, copy, modify, and/or distribute this software for any 1133 Permission to use, copy, modify, and distribute this software for any 1425 Permission to use, copy, modify, and distribute this software for any 2911 of any kind. I shall in no event be liable for anything that happens 2945 Permission to use, copy, modify, and distribute this software for any 2964 Permission to use, copy, modify, and distribute this software for any 2983 Permission to use, copy, modify, and distribute this software for any 3000 Permission to use, copy, modify, and distribute this software for any 3102 Permission to use, copy, modify, and distribute this software for any [all …]
|
D | Android.bp | 369 // contain any troublesome global data or constructors).
|
/bionic/libc/tools/ |
D | pylintrc | 52 # command line instead of printing them on stdout. Reports (if any) will be
|