/bionic/libc/include/bits/ |
D | stdatomic.h | 215 #define atomic_exchange_explicit(object, desired, order) \ argument 216 __c11_atomic_exchange(object, desired, order) 217 #define atomic_fetch_add_explicit(object, operand, order) \ argument 218 __c11_atomic_fetch_add(object, operand, order) 219 #define atomic_fetch_and_explicit(object, operand, order) \ argument 220 __c11_atomic_fetch_and(object, operand, order) 221 #define atomic_fetch_or_explicit(object, operand, order) \ argument 222 __c11_atomic_fetch_or(object, operand, order) 223 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 224 __c11_atomic_fetch_sub(object, operand, order) [all …]
|
/bionic/tests/ |
D | prio_ctor_test.cpp | 36 TEST(prio_ctor, order) { in TEST() argument
|
D | __cxa_atexit_test.cpp | 56 TEST(__cxa_atexit, order) { in TEST() argument
|
D | search_test.cpp | 63 static void node_walk(const void* p, VISIT order, int) { in node_walk() argument 65 if (order == postorder || order == leaf) { in node_walk()
|
D | Android.bp | 929 // The order of these libraries matters, do not shuffle them.
|
/bionic/libc/ |
D | SECCOMP_PRIORITY.TXT | 7 # the order of appearance in this file.
|
/bionic/libc/kernel/uapi/misc/ |
D | xilinx_sdfec.h | 97 __u32 order; member
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 50 to topologically sort your libraries and load them in reverse order. 61 ## Changes to library search order 63 We have made various fixes to library search order when resolving symbols. 65 With API 22, load order switched from depth-first to breadth-first to 68 Before API 23, the default search order was to try the main executable, 70 in that order. For API 23 and later, for any given library, the dynamic 175 In order to reduce the user impact of this transition, we've identified 179 and libssl.so). In order to give you more time to transition, we will
|
D | README.md | 342 all tests. In order for this to continue to work, all architectures must
|
/bionic/libc/malloc_debug/ |
D | README_api.md | 23 In order to free the buffer allocated by the function, call:
|
D | README_marshmallow_and_earlier.md | 51 This option will slow down allocations by an order of magnitude, and
|
D | README.md | 101 This option will slow down allocations by an order of magnitude. If the 754 an order of magnitude larger, so there should be no need to truncate the name
|
/bionic/docs/ |
D | fdtrack.md | 15 called at any point in order to start capturing events, but be sure to properly
|
D | native_allocator.md | 284 allocator, only that the performance be in the same order of magnitude. 369 current allocator. A small increase (on the order of a few MBs) would be okay. 392 In addition, in order for the frameworks code to keep track of the memory 412 order to get as accurate a number as possible.
|
D | clang_fortify_anatomy.md | 21 all implementations of FORTIFY rely heavily on C language extensions in order 47 since FORTIFY's design for both Clang and GCC relies on optimizations in order 276 any given pointer points to in order to fold `__builtin_object_size` to a 699 information in order to operate in many cases. Consider the following examples:
|
/bionic/libc/malloc_hooks/ |
D | README.md | 117 an order of magnitude larger, so there should be no need to truncate the name
|
/bionic/tests/libs/ |
D | Android.bp | 600 // because B is the first in the D (below) dependency order, and library A 717 // Libraries used by dlfcn tests to verify correct load order: 793 // Libraries used by dlfcn tests to verify correct relocation order: 937 // Libraries used by dlfcn tests to verify correct relocation order: 1323 // Libraries used to check init/fini call order
|
/bionic/libc/kernel/ |
D | README.md | 8 unmodified kernel headers in order to get rid of many annoying
|
/bionic/libc/dns/nameser/ |
D | ns_print.c | 347 u_int order, preference; in ns_sprintrrf() local 354 order = ns_get16(rdata); rdata += NS_INT16SZ; in ns_sprintrrf() 356 len = snprintf(t, sizeof(t), "%u %u ", order, preference); in ns_sprintrrf()
|
/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 89 enum bpf_cgroup_iter_order order; member 938 __u32 order; member
|
/bionic/benchmarks/ |
D | README.md | 19 By default, `bionic-benchmarks` runs all of the benchmarks in alphabetical order. Pass
|