/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 | 65 static void node_walk(const void* p, VISIT order, int) { in node_walk() argument 67 if (order == postorder || order == leaf) { in node_walk()
|
D | Android.bp | 1069 // 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 | 85 __u32 order; member
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 48 to topologically sort your libraries and load them in reverse order. 60 ## Changes to library search order 62 We have made various fixes to library search order when resolving symbols. 64 With API level 22, load order switched from depth-first to breadth-first to 67 Before API level 23, the default search order was to try the main executable, 69 in that order. For API level 23 and later, for any given library, the dynamic 170 In order to reduce the user impact of this transition, we identified 174 and libssl.so). In order to give app developers more time to transition, 486 relocation sections in order to maintain compatibility with API levels
|
D | README.md | 126 # but in order to actually be able to compile this code in our tree 367 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 764 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 | 693 // because B is the first in the D (below) dependency order, and library A 809 // Libraries used by dlfcn tests to verify correct load order: 885 // Libraries used by dlfcn tests to verify correct relocation order: 1029 // Libraries used by dlfcn tests to verify correct relocation order: 1415 // 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/benchmarks/ |
D | README.md | 19 By default, `bionic-benchmarks` runs all of the benchmarks in alphabetical order. Pass
|
/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 92 enum bpf_cgroup_iter_order order; member 1072 __u32 order; member
|