/bionic/tests/libs/ |
D | dlext_test_library.cpp | 17 class A { class 24 virtual ~A() {} in ~A() 27 A a; 35 extern "C" A* const lots_of_relro[] = {
|
D | cfi_test_lib.cpp | 66 struct A { struct 78 A() { in A() argument 81 ~A() { in ~A() argument
|
D | Android.bp | 526 // A leaf library in a non-standard directory. 534 // Depends on library A with a DT_RUNPATH 544 // Depends on library A with an incorrect DT_RUNPATH. This does not matter 545 // because B is the first in the D (below) dependency order, and library A 603 // A leaf library in a directory library D has DT_RUNPATH for. 611 // A leaf library in lib or lib64 directory
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | catrig.c | 158 double R, S, A; /* A, B, R, and S are as in Hull et al. */ in do_hard_work() local 165 A = (R + S) / 2; in do_hard_work() 171 if (A < 1) in do_hard_work() 172 A = 1; in do_hard_work() 174 if (A < A_crossover) { in do_hard_work() 191 *rx = log1p(Am1 + sqrt(Am1 * (A + 1))); in do_hard_work() 205 *rx = log(A + sqrt(A * A - 1)); in do_hard_work() 217 *sqrt_A2my2 = A * (2 / DBL_EPSILON); in do_hard_work() 223 *B = y / A; in do_hard_work() 237 *sqrt_A2my2 = sqrt(x) * sqrt((A + y) / 2); in do_hard_work() [all …]
|
D | catrigf.c | 93 float R, S, A; in do_hard_work() local 99 A = (R + S) / 2; in do_hard_work() 100 if (A < 1) in do_hard_work() 101 A = 1; in do_hard_work() 103 if (A < A_crossover) { in do_hard_work() 108 *rx = log1pf(Am1 + sqrtf(Am1 * (A + 1))); in do_hard_work() 115 *rx = logf(A + sqrtf(A * A - 1)); in do_hard_work() 122 *sqrt_A2my2 = A * (2 / FLT_EPSILON); in do_hard_work() 127 *B = y / A; in do_hard_work() 133 *sqrt_A2my2 = sqrtf(x) * sqrtf((A + y) / 2); in do_hard_work() [all …]
|
D | catrigl.c | 112 long double R, S, A; in do_hard_work() local 118 A = (R + S) / 2; in do_hard_work() 119 if (A < 1) in do_hard_work() 120 A = 1; in do_hard_work() 122 if (A < A_crossover) { in do_hard_work() 127 *rx = log1pl(Am1 + sqrtl(Am1 * (A + 1))); in do_hard_work() 134 *rx = logl(A + sqrtl(A * A - 1)); in do_hard_work() 141 *sqrt_A2my2 = A * (2 / LDBL_EPSILON); in do_hard_work() 146 *B = y / A; in do_hard_work() 152 *sqrt_A2my2 = sqrtl(x) * sqrtl((A + y) / 2); in do_hard_work() [all …]
|
/bionic/libc/ |
D | NOTICE | 17 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 44 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 193 and David A. Schultz. 245 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 274 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 352 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 396 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 425 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 453 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 497 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE [all …]
|
/bionic/tests/ |
D | fortify_test.cpp | 978 #define BUF_AND_SIZE(A) A, sizeof(A) argument 979 #define BUF_AND_CONTENTS(A) A, CONTENTS argument 980 #define BUF_AND_SIZE_AND_CONTENTS(A) A, sizeof(A), CONTENTS argument
|
/bionic/benchmarks/ |
D | README.md | 144 A core can be selected for `bionic-benchmarks` using the `--bionic_cpu` option or using the 145 `taskset` utility. e.g. A Pixel 3 device has 4 Kryo 385 Silver cores followed by 4 Gold cores: 161 A similar result can be achieved using `taskset`. The first parameter is a bitmask of core numbers
|
/bionic/linker/ |
D | NOTICE | 17 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
D | Android.bp | 220 // A template for the linker binary. May be inherited by native bridge implementations.
|
/bionic/benchmarks/linker_relocation/ |
D | Android.bp | 17 // FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
/bionic/benchmarks/spawn/ |
D | Android.bp | 18 // FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
/bionic/docs/ |
D | elf-tls.md | 66 A TLS variable may be in a different module than the reference. 70 A GD access can refer to a TLS variable anywhere. To access a variable `tls_var` using the 105 module's TLS block. Before it can do this, it ensures that the module's TLS block is allocated. A 204 * A variable can be annotated with `__attribute__((tls_model(...)))`. Clang may still use a more 221 `dlopen` can initialize the new static TLS memory in all existing threads. A thread list could be 482 XXX: A dynamic executable using ELF TLS would have a PT_TLS segment and no other distinguishing 567 > up the process. It would be a waste of memory and time to allocate the storage for all threads. A 645 * A `pthread_t` is practically just a `pthread_internal_t*`, and some apps directly access the 790 A likely problem: LD is normally relaxed to LE, not to IE. We'd either have to disable LD usage in
|
D | native_allocator.md | 4 A small minor upgrade might not need to run all of the benchmarks, however, 369 current allocator. A small increase (on the order of a few MBs) would be okay.
|
D | fdsan.md | 251 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
/bionic/libc/kernel/ |
D | README.md | 54 OF A GIVEN TYPE. THIS TASK CANNOT BE EASILY AUTOMATED AT THE MOMENT.
|
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 78 A 32 byte buffer is placed before the returned allocation (known as
|
D | README.md | 69 …04-10 12:00:45.621 7412 7412 E malloc_debug: +++ ALLOCATION 0x12345678 SIZE 100 HAS A CORRUPTED … 89 …04-10 12:00:45.621 7412 7412 E malloc_debug: +++ ALLOCATION 0x12345678 SIZE 100 HAS A CORRUPTED … 527 value is always accurate in v1.1. A previous version of malloc debug set
|
/bionic/ |
D | README.md | 133 # A modified superset of the IANA tzcode. Most of the modifications relate 201 libc header change), you should run `make checkbuild`. A regular `make` will
|
D | android-changes-for-ndk-developers.md | 208 A complete list of public libraries is available within the NDK, under 289 no control over where your library will be installed by the system. A 329 or a misconfiguration in your build system. A missing SONAME may lead
|
/bionic/libdl/ |
D | NOTICE | 149 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
/bionic/libc/dns/resolv/ |
D | res_cache.c | 695 QQ(A), QQ(PTR), QQ(MX), QQ(AAAA), QQ(ALL), in _dnsPacket_bprintQR()
|