/external/jemalloc_new/include/jemalloc/internal/ |
D | atomic_c11.h | 17 #define JEMALLOC_GENERATE_ATOMICS(type, short_type, \ argument 19 typedef _Atomic(type) atomic_##short_type##_t; \ 22 atomic_load_##short_type(const atomic_##short_type##_t *a, \ 29 atomic_##short_type##_t* a_nonconst = \ 30 (atomic_##short_type##_t*)a; \ 35 atomic_store_##short_type(atomic_##short_type##_t *a, \ 41 atomic_exchange_##short_type(atomic_##short_type##_t *a, type val, \ 47 atomic_compare_exchange_weak_##short_type(atomic_##short_type##_t *a, \ 55 atomic_compare_exchange_strong_##short_type(atomic_##short_type##_t *a, \ 66 #define JEMALLOC_GENERATE_INT_ATOMICS(type, short_type, \ argument [all …]
|
D | atomic_gcc_atomic.h | 39 #define JEMALLOC_GENERATE_ATOMICS(type, short_type, \ argument 43 } atomic_##short_type##_t; \ 46 atomic_load_##short_type(const atomic_##short_type##_t *a, \ 54 atomic_store_##short_type(atomic_##short_type##_t *a, type val, \ 60 atomic_exchange_##short_type(atomic_##short_type##_t *a, type val, \ 69 atomic_compare_exchange_weak_##short_type(atomic_##short_type##_t *a, \ 78 atomic_compare_exchange_strong_##short_type(atomic_##short_type##_t *a, \ 88 #define JEMALLOC_GENERATE_INT_ATOMICS(type, short_type, \ argument 90 JEMALLOC_GENERATE_ATOMICS(type, short_type, /* unused */ lg_size) \ 93 atomic_fetch_add_##short_type(atomic_##short_type##_t *a, type val, \ [all …]
|
D | atomic_gcc_sync.h | 84 #define JEMALLOC_GENERATE_ATOMICS(type, short_type, \ argument 88 } atomic_##short_type##_t; \ 91 atomic_load_##short_type(const atomic_##short_type##_t *a, \ 104 atomic_store_##short_type(atomic_##short_type##_t *a, \ 116 atomic_exchange_##short_type(atomic_##short_type##_t *a, type val, \ 131 atomic_compare_exchange_weak_##short_type(atomic_##short_type##_t *a, \ 144 atomic_compare_exchange_strong_##short_type(atomic_##short_type##_t *a, \ 157 #define JEMALLOC_GENERATE_INT_ATOMICS(type, short_type, \ argument 159 JEMALLOC_GENERATE_ATOMICS(type, short_type, /* unused */ lg_size) \ 162 atomic_fetch_add_##short_type(atomic_##short_type##_t *a, type val, \ [all …]
|
D | atomic_msvc.h | 54 #define JEMALLOC_GENERATE_ATOMICS(type, short_type, lg_size) \ argument 57 } atomic_##short_type##_t; \ 60 atomic_load_##short_type(const atomic_##short_type##_t *a, \ 70 atomic_store_##short_type(atomic_##short_type##_t *a, \ 82 atomic_exchange_##short_type(atomic_##short_type##_t *a, type val, \ 89 atomic_compare_exchange_weak_##short_type(atomic_##short_type##_t *a, \ 108 atomic_compare_exchange_strong_##short_type(atomic_##short_type##_t *a, \ 112 return atomic_compare_exchange_weak_##short_type(a, expected, \ 117 #define JEMALLOC_GENERATE_INT_ATOMICS(type, short_type, lg_size) \ argument 118 JEMALLOC_GENERATE_ATOMICS(type, short_type, lg_size) \ [all …]
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/ |
D | Class2HTML.java | 180 String short_type = Utility.compactClassName(type); in referenceType() local 181 short_type = Utility.compactClassName(short_type, class_package + ".", true); in referenceType() 191 return "<A HREF=\"" + base_type + ".html\" TARGET=_top>" + short_type + "</A>"; in referenceType()
|
/external/strace/tests-mx32/ |
D | keyctl.c | 362 char *short_type = tail_memdup(short_type_str, sizeof(short_type_str)); in main() local 385 key_iov[0].iov_base = short_type; in main() 702 sizeof(short_type_str), short_type, NULL, NULL, in main() 730 sizeof(short_type_str), short_type, NULL, NULL, in main()
|
/external/strace/tests/ |
D | keyctl.c | 362 char *short_type = tail_memdup(short_type_str, sizeof(short_type_str)); in main() local 385 key_iov[0].iov_base = short_type; in main() 702 sizeof(short_type_str), short_type, NULL, NULL, in main() 730 sizeof(short_type_str), short_type, NULL, NULL, in main()
|
/external/strace/tests-m32/ |
D | keyctl.c | 362 char *short_type = tail_memdup(short_type_str, sizeof(short_type_str)); in main() local 385 key_iov[0].iov_base = short_type; in main() 702 sizeof(short_type_str), short_type, NULL, NULL, in main() 730 sizeof(short_type_str), short_type, NULL, NULL, in main()
|