Home
last modified time | relevance | path

Searched refs:order (Results 1 – 21 of 21) 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/
Dprio_ctor_test.cpp36 TEST(prio_ctor, order) { in TEST() argument
D__cxa_atexit_test.cpp56 TEST(__cxa_atexit, order) { in TEST() argument
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()
DAndroid.bp929 // 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.md50 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
DREADME.md342 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
754 an order of magnitude larger, so there should be no need to truncate the name
/bionic/docs/
Dfdtrack.md15 called at any point in order to start capturing events, but be sure to properly
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.
Dclang_fortify_anatomy.md21 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/
DREADME.md117 an order of magnitude larger, so there should be no need to truncate the name
/bionic/tests/libs/
DAndroid.bp600 // 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/
DREADME.md8 unmodified kernel headers in order to get rid of many annoying
/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/libc/kernel/uapi/linux/
Dbpf.h89 enum bpf_cgroup_iter_order order; member
938 __u32 order; member
/bionic/benchmarks/
DREADME.md19 By default, `bionic-benchmarks` runs all of the benchmarks in alphabetical order. Pass