Home
last modified time | relevance | path

Searched refs:__old (Results 1 – 25 of 50) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcmpxchg.h88 __typeof__(*(ptr)) __old = (old); \
96 : "q" (__new), "0" (__old) \
105 : "r" (__new), "0" (__old) \
114 : "r" (__new), "0" (__old) \
123 : "r" (__new), "0" (__old) \
162 __typeof__(*(_ptr)) __old = *_old; \
172 [old] "+a" (__old) \
184 [old] "+a" (__old) \
196 [old] "+a" (__old) \
208 [old] "+a" (__old) \
[all …]
H A Dcmpxchg_32.h82 __typeof__(*(ptr)) __old = (o); \
89 "S" ((ptr)), "0" (__old), \
99 __typeof__(*(ptr)) __old = (o); \
105 "S" ((ptr)), "0" (__old), \
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dcmpxchg.h169 __typeof__(*(ptr)) __old = (old); \
182 : "rJ" ((long)__old), "rJ" (__new) \
193 : "rJ" (__old), "rJ" (__new) \
213 __typeof__(*(ptr)) __old = (old); \
227 : "rJ" ((long)__old), "rJ" (__new) \
239 : "rJ" (__old), "rJ" (__new) \
259 __typeof__(*(ptr)) __old = (old); \
273 : "rJ" ((long)__old), "rJ" (__new) \
285 : "rJ" (__old), "rJ" (__new) \
305 __typeof__(*(ptr)) __old = (old); \
[all …]
/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/aarch64-none-linux-gnu/bits/
H A Dc++locale.h75 __c_locale __old = __gnu_cxx::__uselocale(__cloc); in _GLIBCXX_VISIBILITY() local
77 char* __old = std::setlocale(LC_NUMERIC, 0); in _GLIBCXX_VISIBILITY()
79 if (__builtin_strcmp(__old, "C")) in _GLIBCXX_VISIBILITY()
81 const size_t __len = __builtin_strlen(__old) + 1; in _GLIBCXX_VISIBILITY()
83 __builtin_memcpy(__sav, __old, __len); in _GLIBCXX_VISIBILITY()
100 __gnu_cxx::__uselocale(__old); in _GLIBCXX_VISIBILITY()
/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/arm-none-linux-gnueabihf/bits/
H A Dc++locale.h75 __c_locale __old = __gnu_cxx::__uselocale(__cloc); in _GLIBCXX_VISIBILITY() local
77 char* __old = std::setlocale(LC_NUMERIC, 0); in _GLIBCXX_VISIBILITY()
79 if (__builtin_strcmp(__old, "C")) in _GLIBCXX_VISIBILITY()
81 const size_t __len = __builtin_strlen(__old) + 1; in _GLIBCXX_VISIBILITY()
83 __builtin_memcpy(__sav, __old, __len); in _GLIBCXX_VISIBILITY()
100 __gnu_cxx::__uselocale(__old); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dcmpxchg.h38 __typeof__(*(ptr)) __old = (old); \
46 : "q" (__new), "0" (__old) \
55 : "r" (__new), "0" (__old) \
64 : "r" (__new), "0" (__old) \
73 : "r" (__new), "0" (__old) \
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcmpxchg.h29 __typeof__(*(ptr)) __old; \
31 __old = *__ptr; \
32 } while (!__sync_bool_compare_and_swap(__ptr, __old, x)); \
33 __old; \
/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/pstl/
H A Dparallel_impl.h47 … for (_DifferenceType __old = __extremum; __comp(__k, __old); in __parallel_find()
48 __old = __extremum) in __parallel_find()
50 __extremum.compare_exchange_weak(__old, __k); in __parallel_find()
/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/pstl/
H A Dparallel_impl.h47 … for (_DifferenceType __old = __extremum; __comp(__k, __old); in __parallel_find()
48 __old = __extremum) in __parallel_find()
50 __extremum.compare_exchange_weak(__old, __k); in __parallel_find()
/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 Dios_base.h662 fmtflags __old = _M_flags; in _GLIBCXX_VISIBILITY()
664 return __old; in _GLIBCXX_VISIBILITY()
678 fmtflags __old = _M_flags; in _GLIBCXX_VISIBILITY()
680 return __old; in _GLIBCXX_VISIBILITY()
695 fmtflags __old = _M_flags; in _GLIBCXX_VISIBILITY()
698 return __old; in _GLIBCXX_VISIBILITY()
730 streamsize __old = _M_precision; in _GLIBCXX_VISIBILITY()
732 return __old; in _GLIBCXX_VISIBILITY()
753 streamsize __old = _M_width; in _GLIBCXX_VISIBILITY()
755 return __old; in _GLIBCXX_VISIBILITY()
H A Dbasic_ios.tcc55 basic_streambuf<_CharT, _Traits>* __old = _M_streambuf; in rdbuf() local
58 return __old; in rdbuf()
116 locale __old(this->getloc()); in imbue() local
121 return __old; in imbue()
H A Dbasic_ios.h309 basic_ostream<_CharT, _Traits>* __old = _M_tie; in _GLIBCXX_VISIBILITY() local
311 return __old; in _GLIBCXX_VISIBILITY()
392 char_type __old = this->fill(); in _GLIBCXX_VISIBILITY() local
394 return __old; in _GLIBCXX_VISIBILITY()
/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 Dios_base.h662 fmtflags __old = _M_flags; in _GLIBCXX_VISIBILITY()
664 return __old; in _GLIBCXX_VISIBILITY()
678 fmtflags __old = _M_flags; in _GLIBCXX_VISIBILITY()
680 return __old; in _GLIBCXX_VISIBILITY()
695 fmtflags __old = _M_flags; in _GLIBCXX_VISIBILITY()
698 return __old; in _GLIBCXX_VISIBILITY()
730 streamsize __old = _M_precision; in _GLIBCXX_VISIBILITY()
732 return __old; in _GLIBCXX_VISIBILITY()
753 streamsize __old = _M_width; in _GLIBCXX_VISIBILITY()
755 return __old; in _GLIBCXX_VISIBILITY()
H A Dbasic_ios.tcc55 basic_streambuf<_CharT, _Traits>* __old = _M_streambuf; in rdbuf() local
58 return __old; in rdbuf()
116 locale __old(this->getloc()); in imbue() local
121 return __old; in imbue()
H A Dbasic_ios.h309 basic_ostream<_CharT, _Traits>* __old = _M_tie; in _GLIBCXX_VISIBILITY() local
311 return __old; in _GLIBCXX_VISIBILITY()
392 char_type __old = this->fill(); in _GLIBCXX_VISIBILITY() local
394 return __old; in _GLIBCXX_VISIBILITY()
/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/
H A Dstop_token123 int __old = 1;
124 while (!_M_counter.compare_exchange_weak(__old, 0,
128 __old = 1;
216 auto __old = _M_value.load(memory_order::relaxed);
217 while (!_M_try_lock(__old, memory_order::relaxed))
232 auto __old = _M_value.load(memory_order::acquire);
235 if (__old & _S_stop_requested_bit) // stop request already made
238 while (!_M_try_lock_and_stop(__old));
294 auto __old = _M_value.load(memory_order::acquire);
297 if (__old & _S_stop_requested_bit) // stop request already made
[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/
H A Dstop_token123 int __old = 1;
124 while (!_M_counter.compare_exchange_weak(__old, 0,
128 __old = 1;
216 auto __old = _M_value.load(memory_order::relaxed);
217 while (!_M_try_lock(__old, memory_order::relaxed))
232 auto __old = _M_value.load(memory_order::acquire);
235 if (__old & _S_stop_requested_bit) // stop request already made
238 while (!_M_try_lock_and_stop(__old));
294 auto __old = _M_value.load(memory_order::acquire);
297 if (__old & _S_stop_requested_bit) // stop request already made
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-systemd/
H A D0001-Provide-implementation-of-strndupa-for-musl.patch29 + const char *__old = (s); \
30 + size_t __len = strnlen(__old, (n)); \
33 + (char *)memcpy(__new, __old, __len); \
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Dxf86drm.h413 do { register unsigned int __old __asm("o0"); \
416 __old = old; \
427 "r" (__old) \
429 __ret = (__new != __old); \
440 unsigned long __result, __old = (old) & 0xffffffff; \
442 __result = _InterlockedCompareExchange_acq(&__drm_dummy_lock(lock), (new), __old);\
443 __ret = (__result) != (__old); \
452 unsigned int __result, __old = (old); \
459 : "r" ((unsigned long)__old), "r" (new) \
461 __ret = (__result) != (__old); \
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Dxf86drm.h413 do { register unsigned int __old __asm("o0"); \
416 __old = old; \
427 "r" (__old) \
429 __ret = (__new != __old); \
440 unsigned long __result, __old = (old) & 0xffffffff; \
442 __result = _InterlockedCompareExchange_acq(&__drm_dummy_lock(lock), (new), __old);\
443 __ret = (__result) != (__old); \
452 unsigned int __result, __old = (old); \
459 : "r" ((unsigned long)__old), "r" (new) \
461 __ret = (__result) != (__old); \
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Dxf86drm.h413 do { register unsigned int __old __asm("o0"); \
416 __old = old; \
427 "r" (__old) \
429 __ret = (__new != __old); \
440 unsigned long __result, __old = (old) & 0xffffffff; \
442 __result = _InterlockedCompareExchange_acq(&__drm_dummy_lock(lock), (new), __old);\
443 __ret = (__result) != (__old); \
452 unsigned int __result, __old = (old); \
459 : "r" ((unsigned long)__old), "r" (new) \
461 __ret = (__result) != (__old); \
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86drm.h413 do { register unsigned int __old __asm("o0"); \
416 __old = old; \
427 "r" (__old) \
429 __ret = (__new != __old); \
440 unsigned long __result, __old = (old) & 0xffffffff; \
442 __result = _InterlockedCompareExchange_acq(&__drm_dummy_lock(lock), (new), __old);\
443 __ret = (__result) != (__old); \
452 unsigned int __result, __old = (old); \
459 : "r" ((unsigned long)__old), "r" (new) \
461 __ret = (__result) != (__old); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dstring.h188 const char *__old = (s); \
189 size_t __len = strlen (__old) + 1; \
191 (char *) memcpy (__new, __old, __len); \
198 const char *__old = (s); \
199 size_t __len = strnlen (__old, (n)); \
202 (char *) memcpy (__new, __old, __len); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dstring.h188 const char *__old = (s); \
189 size_t __len = strlen (__old) + 1; \
191 (char *) memcpy (__new, __old, __len); \
198 const char *__old = (s); \
199 size_t __len = strnlen (__old, (n)); \
202 (char *) memcpy (__new, __old, __len); \
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dcmpxchg.h57 __typeof__(*(ptr)) __old = (old); \
69 : "r" (__ptr), "r" (__old), "r" (__new) \

12