Searched refs:order (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/include/ |
D | stdatomic.h | 375 #define atomic_exchange_explicit(object, desired, order) \ argument 376 __c11_atomic_exchange(object, desired, order) 377 #define atomic_fetch_add_explicit(object, operand, order) \ argument 378 __c11_atomic_fetch_add(object, operand, order) 379 #define atomic_fetch_and_explicit(object, operand, order) \ argument 380 __c11_atomic_fetch_and(object, operand, order) 381 #define atomic_fetch_or_explicit(object, operand, order) \ argument 382 __c11_atomic_fetch_or(object, operand, order) 383 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 384 __c11_atomic_fetch_sub(object, operand, order) [all …]
|
/bionic/tests/ |
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 | 356 // The order of these libraries matters, do not shuffle them.
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 34 ## Changes to library search order 36 We have made various fixes to library search order when resolving symbols. 38 With API 22, load order switched from depth-first to breadth-first to 41 Before API 23, the default search order was to try the main executable, 43 in that order. For API 23 and later, for any given library, the dynamic 140 In order to reduce the user impact of this transition, we've identified 144 and libssl.so). In order to give you more time to transition, we will
|
D | README.md | 229 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 | 13 In order to enable malloc debug, you must be able to set special system 97 This option will slow down allocations by an order of magnitude. If the
|
/bionic/libc/kernel/ |
D | README.TXT | 9 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/tests/libs/ |
D | Android.bp | 451 // Libraries used to check init/fini call order
|