Home
last modified time | relevance | path

Searched refs:short_type (Results 1 – 8 of 8) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Datomic_c11.h17 #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 …]
Datomic_gcc_atomic.h39 #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 …]
Datomic_gcc_sync.h84 #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 …]
Datomic_msvc.h54 #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/
DClass2HTML.java180 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/
Dkeyctl.c362 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/
Dkeyctl.c362 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/
Dkeyctl.c362 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()