Home
last modified time | relevance | path

Searched refs:order (Results 1 – 17 of 17) sorted by relevance

/bionic/libc/include/bits/
Dstdatomic.h215 #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/
Dsearch_test.cpp63 static void node_walk(const void* p, VISIT order, int) { in node_walk() argument
65 if (order == postorder || order == leaf) { in node_walk()
D__cxa_atexit_test.cpp45 TEST(__cxa_atexit, order) { in TEST() argument
DAndroid.bp819 // The order of these libraries matters, do not shuffle them.
/bionic/libc/
DSECCOMP_PRIORITY.TXT7 # the order of appearance in this file.
/bionic/libc/kernel/uapi/misc/
Dxilinx_sdfec.h97 __u32 order; member
/bionic/
Dandroid-changes-for-ndk-developers.md45 to topologically sort your libraries and load them in reverse order.
56 ## Changes to library search order
58 We have made various fixes to library search order when resolving symbols.
60 With API 22, load order switched from depth-first to breadth-first to
63 Before API 23, the default search order was to try the main executable,
65 in that order. For API 23 and later, for any given library, the dynamic
170 In order to reduce the user impact of this transition, we've identified
174 and libssl.so). In order to give you more time to transition, we will
DREADME.md241 all tests. In order for this to continue to work, all architectures must
/bionic/libc/malloc_debug/
DREADME_api.md23 In order to free the buffer allocated by the function, call:
DREADME_marshmallow_and_earlier.md51 This option will slow down allocations by an order of magnitude, and
DREADME.md101 This option will slow down allocations by an order of magnitude. If the
678 an order of magnitude larger, so there should be no need to truncate the name
701 In order for the script to properly symbolize the stacks in the file,
/bionic/tests/libs/
DAndroid.bp545 // because B is the first in the D (below) dependency order, and library A
662 // Libraries used by dlfcn tests to verify correct load order:
738 // Libraries used by dlfcn tests to verify correct relocation order:
882 // Libraries used by dlfcn tests to verify correct relocation order:
1283 // Libraries used to check init/fini call order
/bionic/libc/kernel/
DREADME.md8 unmodified kernel headers in order to get rid of many annoying
/bionic/libc/malloc_hooks/
DREADME.md117 an order of magnitude larger, so there should be no need to truncate the name
/bionic/docs/
Dnative_allocator.md284 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.
/bionic/libc/dns/nameser/
Dns_print.c347 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/
DREADME.md19 By default, `bionic-benchmarks` runs all of the benchmarks in alphabetical order. Pass