Home
last modified time | relevance | path

Searched refs:__expected (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Datomic_base.h874 compare_exchange_weak(_Tp* __ptr, _Val<_Tp>& __expected, in _GLIBCXX_VISIBILITY()
878 return __atomic_compare_exchange(__ptr, std::__addressof(__expected), in _GLIBCXX_VISIBILITY()
885 compare_exchange_strong(_Tp* __ptr, _Val<_Tp>& __expected, in _GLIBCXX_VISIBILITY()
889 return __atomic_compare_exchange(__ptr, std::__addressof(__expected), in _GLIBCXX_VISIBILITY()
1072 compare_exchange_weak(_Fp& __expected, _Fp __desired, in _GLIBCXX_VISIBILITY()
1077 __expected, __desired, in _GLIBCXX_VISIBILITY()
1082 compare_exchange_weak(_Fp& __expected, _Fp __desired, in _GLIBCXX_VISIBILITY()
1087 __expected, __desired, in _GLIBCXX_VISIBILITY()
1092 compare_exchange_strong(_Fp& __expected, _Fp __desired, in _GLIBCXX_VISIBILITY()
1097 __expected, __desired, in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Datomic_base.h874 compare_exchange_weak(_Tp* __ptr, _Val<_Tp>& __expected, in _GLIBCXX_VISIBILITY()
878 return __atomic_compare_exchange(__ptr, std::__addressof(__expected), in _GLIBCXX_VISIBILITY()
885 compare_exchange_strong(_Tp* __ptr, _Val<_Tp>& __expected, in _GLIBCXX_VISIBILITY()
889 return __atomic_compare_exchange(__ptr, std::__addressof(__expected), in _GLIBCXX_VISIBILITY()
1072 compare_exchange_weak(_Fp& __expected, _Fp __desired, in _GLIBCXX_VISIBILITY()
1077 __expected, __desired, in _GLIBCXX_VISIBILITY()
1082 compare_exchange_weak(_Fp& __expected, _Fp __desired, in _GLIBCXX_VISIBILITY()
1087 __expected, __desired, in _GLIBCXX_VISIBILITY()
1092 compare_exchange_strong(_Fp& __expected, _Fp __desired, in _GLIBCXX_VISIBILITY()
1097 __expected, __desired, in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qnmeapositioninfosource/
H A Dtst_qnmeapositioninfosource.cpp47 #define QTRY_COMPARE_WITH_TIMEOUT(__expr, __expected, __timeout) \ argument
51 if ((__expr) != (__expected)) { \
54 for (int __i = 0; __i < __timeoutValue && ((__expr) != (__expected)); __i+=__step) { \
57 QCOMPARE(__expr, __expected); \
63 #define QTRY_COMPARE(__expr, __expected) QTRY_COMPARE_WITH_TIMEOUT(__expr, __expected, 10000) argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Datomic734 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value,
736 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
744 _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, memory_order __success,
746 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
754 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value,
756 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
764 _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, memory_order __success,
766 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Datomic734 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value,
736 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
744 _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, memory_order __success,
746 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
754 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value,
756 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
764 _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, memory_order __success,
766 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,