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.cpp65 static void node_walk(const void* p, VISIT order, int) { in node_walk() argument
67 if (order == postorder || order == leaf) { in node_walk()
DAndroid.bp1069 // 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.h85 __u32 order; member
/bionic/
Dandroid-changes-for-ndk-developers.md48 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
DREADME.md126 # 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/
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
764 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.bp693 // 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/
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/benchmarks/
DREADME.md19 By default, `bionic-benchmarks` runs all of the benchmarks in alphabetical order. Pass
/bionic/libc/kernel/uapi/linux/
Dbpf.h92 enum bpf_cgroup_iter_order order; member
1072 __u32 order; member