| /external/pigweed/pw_chre/include/chre/target_platform/ |
| D | atomic_base_impl.h | 29 inline void AtomicBool::store(bool desired) { atomic_.store(desired); } in store() 31 inline bool AtomicBool::exchange(bool desired) { in exchange() 45 inline void AtomicUint32::store(uint32_t desired) { atomic_.store(desired); } in store() 47 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange()
|
| /external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/ |
| D | atomic_ref_impl.hpp | 187 …BOOST_FORCEINLINE bool compare_exchange_strong(value_type& expected, value_arg_type desired, memor… in compare_exchange_strong() 196 …BOOST_FORCEINLINE bool compare_exchange_strong(value_type& expected, value_arg_type desired, memor… in compare_exchange_strong() 201 …BOOST_FORCEINLINE bool compare_exchange_weak(value_type& expected, value_arg_type desired, memory_… in compare_exchange_weak() 210 …BOOST_FORCEINLINE bool compare_exchange_weak(value_type& expected, value_arg_type desired, memory_… in compare_exchange_weak() 226 …CEINLINE bool compare_exchange_strong_impl(value_type& expected, value_arg_type desired, memory_or… in compare_exchange_strong_impl() 235 …CEINLINE bool compare_exchange_strong_impl(value_type& expected, value_arg_type desired, memory_or… in compare_exchange_strong_impl() 243 …BOOST_FORCEINLINE bool compare_exchange_weak_impl(value_type& expected, value_arg_type desired, me… in compare_exchange_weak_impl() 252 …BOOST_FORCEINLINE bool compare_exchange_weak_impl(value_type& expected, value_arg_type desired, me… in compare_exchange_weak_impl() 323 …BOOST_FORCEINLINE bool compare_exchange_strong(value_type& expected, value_arg_type desired, memor… in compare_exchange_strong() 332 …BOOST_FORCEINLINE bool compare_exchange_strong(value_type& expected, value_arg_type desired, memor… in compare_exchange_strong() [all …]
|
| D | atomic_impl.hpp | 221 …BOOST_FORCEINLINE bool compare_exchange_strong(value_type& expected, value_arg_type desired, memor… in compare_exchange_strong() 230 …BOOST_FORCEINLINE bool compare_exchange_strong(value_type& expected, value_arg_type desired, memor… in compare_exchange_strong() 235 …BOOST_FORCEINLINE bool compare_exchange_weak(value_type& expected, value_arg_type desired, memory_… in compare_exchange_weak() 244 …BOOST_FORCEINLINE bool compare_exchange_weak(value_type& expected, value_arg_type desired, memory_… in compare_exchange_weak() 261 …CEINLINE bool compare_exchange_strong_impl(value_type& expected, value_arg_type desired, memory_or… in compare_exchange_strong_impl() 270 …CEINLINE bool compare_exchange_strong_impl(value_type& expected, value_arg_type desired, memory_or… in compare_exchange_strong_impl() 278 …BOOST_FORCEINLINE bool compare_exchange_weak_impl(value_type& expected, value_arg_type desired, me… in compare_exchange_weak_impl() 287 …BOOST_FORCEINLINE bool compare_exchange_weak_impl(value_type& expected, value_arg_type desired, me… in compare_exchange_weak_impl() 356 …BOOST_FORCEINLINE bool compare_exchange_strong(value_type& expected, value_arg_type desired, memor… in compare_exchange_strong() 365 …BOOST_FORCEINLINE bool compare_exchange_strong(value_type& expected, value_arg_type desired, memor… in compare_exchange_strong() [all …]
|
| /external/cronet/third_party/libc++/src/test/support/ |
| D | cmpxchg_loop.h | 12 bool cmpxchg_weak_loop(A& atomic, typename A::value_type& expected, typename A::value_type desired)… in cmpxchg_weak_loop() 23 bool cmpxchg_weak_loop(A& atomic, typename A::value_type& expected, typename A::value_type desired, in cmpxchg_weak_loop() 37 … c_cmpxchg_weak_loop(A* atomic, typename A::value_type* expected, typename A::value_type desired) { in c_cmpxchg_weak_loop() 48 …ol c_cmpxchg_weak_loop(A* atomic, typename A::value_type* expected, typename A::value_type desired, in c_cmpxchg_weak_loop()
|
| /external/libcxx/test/support/ |
| D | cmpxchg_loop.h | 13 bool cmpxchg_weak_loop(A& atomic, T& expected, T desired) { in cmpxchg_weak_loop() 24 bool cmpxchg_weak_loop(A& atomic, T& expected, T desired, in cmpxchg_weak_loop() 38 bool c_cmpxchg_weak_loop(A* atomic, T* expected, T desired) { in c_cmpxchg_weak_loop() 49 bool c_cmpxchg_weak_loop(A* atomic, T* expected, T desired, in c_cmpxchg_weak_loop()
|
| /external/elfutils/lib/ |
| D | stdatomic-fbsd.h | 266 desired, success, failure) \ argument 270 desired, success, failure) \ argument 273 #define atomic_exchange_explicit(object, desired, order) \ argument 287 #define atomic_store_explicit(object, desired, order) \ argument 291 desired, success, failure) \ argument 295 desired, success, failure) \ argument 298 #define atomic_exchange_explicit(object, desired, order) \ argument 312 #define atomic_store_explicit(object, desired, order) \ argument 318 desired, success, failure) __extension__ ({ \ argument 326 desired, success, failure) \ argument [all …]
|
| /external/OpenCL-CTS/test_conformance/c11_atomics/ |
| D | host_atomics.h | 137 …ic_compare_exchange(volatile AtomicType *a, CorrespondingType *expected, CorrespondingType desired, in host_atomic_compare_exchange() 192 CorrespondingType desired; in host_atomic_fetch_or() local 204 CorrespondingType desired; in host_atomic_fetch_and() local 216 CorrespondingType desired; in host_atomic_fetch_xor() local 228 CorrespondingType desired; in host_atomic_fetch_min() local 240 CorrespondingType desired; in host_atomic_fetch_max() local
|
| /external/grpc-grpc/third_party/upb/upb/port/ |
| D | atomic.h | 30 #define upb_Atomic_CompareExchangeStrong(addr, expected, desired, \ argument 34 #define upb_Atomic_CompareExchangeWeak(addr, expected, desired, success_order, \ argument 61 void* desired) { in _upb_NonAtomic_CompareExchangeStrongP() 71 #define upb_Atomic_CompareExchangeStrong(addr, expected, desired, \ argument 75 #define upb_Atomic_CompareExchangeWeak(addr, expected, desired, success_order, \ argument
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/port/ |
| D | atomic.h | 48 #define upb_Atomic_CompareExchangeStrong(addr, expected, desired, \ argument 52 #define upb_Atomic_CompareExchangeWeak(addr, expected, desired, success_order, \ argument 79 void* desired) { in _upb_NonAtomic_CompareExchangeStrongP() 89 #define upb_Atomic_CompareExchangeStrong(addr, expected, desired, \ argument 93 #define upb_Atomic_CompareExchangeWeak(addr, expected, desired, success_order, \ argument
|
| /external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/util/ |
| D | LocaleMatcher.java | 139 ULocale desired, ULocale desiredMax, ULocale supported, ULocale supportedMax) { in match() 299 String desired = desiredToMatchingLanguages.getKey(); in processMapping() local 317 private void addFiltered(String desired, R3<ULocale, ULocale, Double> localeToMaxAndWeight) { in addFiltered() 498 String desired, in addDataToScores() 599 LocalePatternMatcher desired = item.get0(); in getMatchingLanguages() local 713 private LanguageMatcherData addDistance(String desired, String supported, int percent) { in addDistance() 723 String desired, String supported, int percent, String comment) { in addDistance() 733 String desired, String supported, int percent, boolean oneway) { in addDistance() 738 String desired, String supported, int percent, boolean oneway, String comment) { in addDistance()
|
| /external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
| D | LocaleDistanceMapper.java | 244 private final LsrSpec desired; field in LocaleDistanceMapper.LanguageMatchRule 249 public LanguageMatchRule(LsrSpec desired, LsrSpec supported, int distance, boolean oneway) { in LanguageMatchRule() 258 "mismatched rule specifications in: %s, %s", desired, supported); in LanguageMatchRule() local 260 "wildcard mismatch for languages in: %s, %s", desired, supported); in LanguageMatchRule() local 262 "wildcard mismatch for scripts in: %s, %s", desired, supported); in LanguageMatchRule() local 264 "wildcard mismatch for languages in: %s, %s", desired, supported); in LanguageMatchRule() local
|
| /external/libmonet/score/ |
| D | Score.java | 49 public static List<Integer> score(Map<Integer, Integer> colorsToPopulation, int desired) { in score() 54 Map<Integer, Integer> colorsToPopulation, int desired, int fallbackColorArgb) { in score() 74 int desired, in score()
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/tool/locale/ |
| D | LocaleDistanceBuilder.java | 114 final List<String> desired; field in LocaleDistanceBuilder.Rule 119 Rule(List<String> desired, List<String> supported, int distance, boolean oneway) { in Rule() 205 private int getDistance(String desired, String supported, in getDistance() 245 DistanceTable addSubtable(String desired, String supported, int distance) { in addSubtable() 263 private DistanceTable getNode(String desired, String supported) { in getNode() 275 String desired, String supported, in addSubtables() 412 String desired = desSuppNode.getKey(); in toTrie() local 529 List<String> desired = new ArrayList<>(bar.splitToList(tuple[0])); in build() local 569 List<String> desired = rule.desired; in build() local 618 private static int checkStars(String desired, String supported, boolean allStars) { in checkStars() [all …]
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
| D | LocaleMatcherTest.java | 156 Locale desired = new Locale("en", "US"); // distinct object from Locale.US in testBasics() local 360 ULocale desired = new ULocale("ar-SA-u-nu-latn"); in testResolvedLocale() local 512 private void showDistance(LocaleMatcher matcher, String desired, String supported) { in showDistance() 653 LocalePriorityList desired = LocalePriorityList.add("fr-CH, de-CH, it").build(); in testDemotion() local 667 List<ULocale> desired = Arrays.asList(new ULocale("arz-EG"), new ULocale("nb-DK")); in testDirection() local 712 ULocale desired; field in LocaleMatcherTest.PerfCase 820 final ULocale desired = pc.desired; in testPerf() local 840 private static long timeLocaleMatcher(ULocale desired, LocaleMatcher matcher, int iterations) { in timeLocaleMatcher() 896 String desired = ""; field in LocaleMatcherTest.TestCase 1086 LocalePriorityList desired = LocalePriorityList.add(test.desired).build(); in dataDriven() local [all …]
|
| /external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/tool/locale/ |
| D | LocaleDistanceBuilder.java | 111 final List<String> desired; field in LocaleDistanceBuilder.Rule 116 Rule(List<String> desired, List<String> supported, int distance, boolean oneway) { in Rule() 202 private int getDistance(String desired, String supported, in getDistance() 242 DistanceTable addSubtable(String desired, String supported, int distance) { in addSubtable() 260 private DistanceTable getNode(String desired, String supported) { in getNode() 272 String desired, String supported, in addSubtables() 409 String desired = desSuppNode.getKey(); in toTrie() local 526 List<String> desired = new ArrayList<>(bar.splitToList(tuple[0])); in build() local 566 List<String> desired = rule.desired; in build() local 615 private static int checkStars(String desired, String supported, boolean allStars) { in checkStars() [all …]
|
| /external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/ |
| D | LocaleMatcherTest.java | 153 Locale desired = new Locale("en", "US"); // distinct object from Locale.US in testBasics() local 357 ULocale desired = new ULocale("ar-SA-u-nu-latn"); in testResolvedLocale() local 509 private void showDistance(LocaleMatcher matcher, String desired, String supported) { in showDistance() 650 LocalePriorityList desired = LocalePriorityList.add("fr-CH, de-CH, it").build(); in testDemotion() local 664 List<ULocale> desired = Arrays.asList(new ULocale("arz-EG"), new ULocale("nb-DK")); in testDirection() local 709 ULocale desired; field in LocaleMatcherTest.PerfCase 817 final ULocale desired = pc.desired; in testPerf() local 837 private static long timeLocaleMatcher(ULocale desired, LocaleMatcher matcher, int iterations) { in timeLocaleMatcher() 893 String desired = ""; field in LocaleMatcherTest.TestCase 1083 LocalePriorityList desired = LocalePriorityList.add(test.desired).build(); in dataDriven() local [all …]
|
| /external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
| D | XLocaleMatcherTest.java | 184 final ULocale desired = new ULocale("sv"); in testPerf() local 288 ULocale desired, in timeXLocaleMatcher() 303 ULocale desired, in timeLocaleMatcher() 343 Iterable<String> desired = COMMA_SPACE.split(arguments.get(1)); in handle() local
|
| D | LanguageInfoTest.java | 48 String desired = foo.get0(); in testGetData() local 153 ULocale desired = new ULocale(rawDesired); in testFallbacks() local
|
| /external/cronet/third_party/icu/source/test/intltest/ |
| D | localematchertest.cpp | 35 CharString desired; member 230 Locale desired("en_GB"); // distinct object from Locale.UK in testBasics() local 335 Locale desired[] = { "fr-CH", "de-CH", "it" }; in testDemotion() local 358 Locale desired[] = { "arz-EG", "nb-DK" }; in testDirection() local 449 Locale desired("ar-SA-u-nu-latn"); in testResolvedLocale() local 600 LocalePriorityList desired(test.desired.toStringPiece(), errorCode); in dataDriven() local 617 LocalePriorityList desired(test.desired.toStringPiece(), errorCode); in dataDriven() local
|
| /external/icu/icu4c/source/test/intltest/ |
| D | localematchertest.cpp | 35 CharString desired; member 230 Locale desired("en_GB"); // distinct object from Locale.UK in testBasics() local 335 Locale desired[] = { "fr-CH", "de-CH", "it" }; in testDemotion() local 358 Locale desired[] = { "arz-EG", "nb-DK" }; in testDirection() local 449 Locale desired("ar-SA-u-nu-latn"); in testResolvedLocale() local 600 LocalePriorityList desired(test.desired.toStringPiece(), errorCode); in dataDriven() local 617 LocalePriorityList desired(test.desired.toStringPiece(), errorCode); in dataDriven() local
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
| D | IntDistanceNode.java | 71 int desired = id.add(e1.getKey()); in loadIds() local 91 int desired = id.add(e1.getKey()); in IntDistanceTable() local 128 String desired, in getDistance()
|
| D | XLocaleDistance.java | 375 String desired, in getDistance() 412 DistanceNode addSubtable(String desired, String supported, int distance) { in addSubtable() 428 private DistanceNode getNode(String desired, String supported) { in getNode() 437 public void addSubtables(String desired, String supported, Predicate<DistanceNode> action) { in addSubtables() 595 String desired = e1.getKey(); in getCloser() local 674 ULocale desired, ULocale supported, int threshold, DistanceOption distanceOption) { in distance() 690 LSR desired, LSR supported, int threshold, DistanceOption distanceOption) { in distanceRaw() 872 sorted[size - 1].add(Row.of(desired, supported, distance, oneway)); in Row.of() argument 882 add(defaultDistanceTable, desired, supported, distance); in add() argument 884 add(defaultDistanceTable, supported, desired, distance); in add() argument [all …]
|
| /external/clang/test/Analysis/ |
| D | atomics.c | 76 uint32_t desired = 3; in test_atomic_compare_exchange_strong() local 88 uint32_t desired = 3; in test_atomic_compare_exchange_weak() local
|
| /external/libdav1d/include/compat/msvc/ |
| D | stdatomic.h | 59 LONG desired) in atomic_compare_exchange_strong_int() 65 #define atomic_compare_exchange_strong(p_a, expected, desired) atomic_compare_exchange_strong_int((… argument
|
| /external/clang/lib/Headers/ |
| D | stdatomic.h | 131 #define atomic_store(object, desired) __c11_atomic_store(object, desired, __ATOMIC_SEQ_CST) argument 137 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) argument 140 #define atomic_compare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_str… argument 143 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… argument
|