| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | bootstd.h | 52 register long __res __asm__ ("%d0") = __BN_##name; \ 54 : "=g" (__res) \ 55 : "0" (__res) \ 57 __bsc_return(type,__res); \ 63 register long __res __asm__ ("%d0") = __BN_##name; \ 66 : "=g" (__res) \ 67 : "0" (__res), "d" (__a) \ 69 __bsc_return(type,__res); \ 75 register long __res __asm__ ("%d0") = __BN_##name; \ 79 : "=g" (__res) \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | sgiarcs.h | 379 ({ long __res; \ 381 __res = call_o32(__vec, O32_STK); \ 382 __res; \ 386 ({ long __res; \ 389 __res = call_o32(__vec, O32_STK, __a1); \ 390 __res; \ 394 ({ long __res; \ 398 __res = call_o32(__vec, O32_STK, __a1, __a2); \ 399 __res; \ 403 ({ long __res; \ [all …]
|
| H A D | elf.h | 284 int __res = 1; \ 288 __res = 0; \ 290 __res = 0; \ 292 __res = 0; \ 295 __res = 0; \ 297 __res = 0; \ 299 __res; \ 307 int __res = 1; \ 311 __res = 0; \ 313 __res = 0; \ [all …]
|
| H A D | cmpxchg.h | 95 __typeof__(*(ptr)) __res; \ 105 __res = (__typeof__(*(ptr))) \ 110 __res; \ 187 __typeof__(*(ptr)) __res; \ 197 __res = cmpxchg_local((ptr), (old), (new)); \ 207 __res; \ 303 __typeof__(*(ptr)) __res; \ 313 __res = __cmpxchg64((ptr), __old, __new); \ 316 __res = __cmpxchg64_unsupported(); \ 319 __res; \
|
| H A D | mipsmtregs.h | 288 unsigned long __res; \ 298 : "=r" (__res)); \ 300 __res; \ 305 unsigned long __res; \ 315 : "=r" (__res)); \ 317 __res; \ 322 unsigned long __res; \ 326 : "=r" (__res)); \ 328 __res; \
|
| /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 D | charconv | 125 to_chars_result __res; 131 __res.ptr = __last; 132 __res.ec = errc::value_too_large; 133 return __res; 154 __res.ptr = __first + __len; 155 __res.ec = {}; 156 return __res; 166 to_chars_result __res; 172 __res.ptr = __last; 173 __res.ec = errc::value_too_large; [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/ |
| H A D | charconv | 125 to_chars_result __res; 131 __res.ptr = __last; 132 __res.ec = errc::value_too_large; 133 return __res; 154 __res.ptr = __first + __len; 155 __res.ec = {}; 156 return __res; 166 to_chars_result __res; 172 __res.ptr = __last; 173 __res.ec = errc::value_too_large; [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/netlogic/ |
| H A D | mips-extns.h | 232 ({ uint32_t __res; \ 238 : "=r" (__res)); \ 244 : "=r" (__res)); \ 245 __res; \ 249 ({ unsigned long long __res; \ 251 __res = __read_64bit_c2_split(source, sel); \ 257 : "=r" (__res)); \ 263 : "=r" (__res)); \ 264 __res; \
|
| /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/debug/ |
| H A D | map.h | 242 auto __res = _Base::emplace(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY() local 243 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY() 262 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); in _GLIBCXX_VISIBILITY() local 263 return std::pair<iterator, bool>(iterator(__res.first, this), in _GLIBCXX_VISIBILITY() 264 __res.second); in _GLIBCXX_VISIBILITY() 273 auto __res = _Base::insert(std::move(__x)); in _GLIBCXX_VISIBILITY() local 274 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY() 283 auto __res = _Base::insert(std::forward<_Pair>(__x)); in _GLIBCXX_VISIBILITY() local 284 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY() 350 auto __res = _Base::try_emplace(__k, in _GLIBCXX_VISIBILITY() local [all …]
|
| H A D | set.h | 231 auto __res = _Base::emplace(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY() local 232 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY() 251 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); in _GLIBCXX_VISIBILITY() local 252 return std::pair<iterator, bool>(iterator(__res.first, this), in _GLIBCXX_VISIBILITY() 253 __res.second); in _GLIBCXX_VISIBILITY() 260 auto __res = _Base::insert(std::move(__x)); in _GLIBCXX_VISIBILITY() local 261 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY() 516 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local 518 return std::make_pair(iterator(__res.first, this), in _GLIBCXX_VISIBILITY() 519 iterator(__res.second, this)); 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/debug/ |
| H A D | map.h | 242 auto __res = _Base::emplace(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY() local 243 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY() 262 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); in _GLIBCXX_VISIBILITY() local 263 return std::pair<iterator, bool>(iterator(__res.first, this), in _GLIBCXX_VISIBILITY() 264 __res.second); in _GLIBCXX_VISIBILITY() 273 auto __res = _Base::insert(std::move(__x)); in _GLIBCXX_VISIBILITY() local 274 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY() 283 auto __res = _Base::insert(std::forward<_Pair>(__x)); in _GLIBCXX_VISIBILITY() local 284 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY() 350 auto __res = _Base::try_emplace(__k, in _GLIBCXX_VISIBILITY() local [all …]
|
| H A D | set.h | 231 auto __res = _Base::emplace(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY() local 232 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY() 251 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); in _GLIBCXX_VISIBILITY() local 252 return std::pair<iterator, bool>(iterator(__res.first, this), in _GLIBCXX_VISIBILITY() 253 __res.second); in _GLIBCXX_VISIBILITY() 260 auto __res = _Base::insert(std::move(__x)); in _GLIBCXX_VISIBILITY() local 261 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY() 516 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local 518 return std::make_pair(iterator(__res.first, this), in _GLIBCXX_VISIBILITY() 519 iterator(__res.second, this)); in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-loongson64/ |
| H A D | loongson_regs.h | 21 u32 __res; in read_cpucfg() local 28 :"=r"(__res) in read_cpucfg() 32 return __res; in read_cpucfg() 142 u32 __res; in csr_readl() local 150 :"=r"(__res) in csr_readl() 154 return __res; in csr_readl() 159 u64 __res; in csr_readq() local 167 :"=r"(__res) in csr_readq() 171 return __res; in csr_readq()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | string_32.h | 32 register int __res; in strcmp() local 48 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strcmp() 52 return __res; in strcmp() 58 register int __res; in strncmp() local 80 :"=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strncmp() 84 return __res; in strncmp()
|
| /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/parallel/ |
| H A D | compatibility.h | 58 int64_t __res; in __add_omp() local 61 __res = *__ptr; in __add_omp() 64 return __res; in __add_omp() 85 bool __res = false; in __cas_omp() local 91 __res = true; in __cas_omp() 94 return __res; in __cas_omp()
|
| /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/parallel/ |
| H A D | compatibility.h | 58 int64_t __res; in __add_omp() local 61 __res = *__ptr; in __add_omp() 64 return __res; in __add_omp() 85 bool __res = false; in __cas_omp() local 91 __res = true; in __cas_omp() 94 return __res; in __cas_omp()
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | string.h | 61 register int __res; in strcmp() local 77 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strcmp() 81 return __res; in strcmp() 87 register int __res; in strncmp() local 109 :"=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strncmp() 113 return __res; in strncmp()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | string.h | 65 register int __res; in strcmp() local 78 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&r" (__dummy) in strcmp() 81 return __res; in strcmp() 87 register int __res; in strncmp() local 103 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&r" (__dummy) in strncmp() 106 return __res; in strncmp()
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | mipsregs.h | 872 unsigned int __res; \ 875 : "=r" (__res) \ 878 __res; \ 891 unsigned int __res; \ 894 : "=r" (__res) \ 897 __res; \ 914 ({ unsigned int __res; \ 918 : "=r" (__res)); \ 924 : "=r" (__res)); \ 925 __res; \ [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/bits/ |
| H A D | locale_classes.tcc | 179 const int __res = _M_compare(__p, __q); in do_compare() local 180 if (__res) in do_compare() 181 return __res; in do_compare() 222 size_t __res = _M_transform(__c, __p, __len); in do_transform() 225 if (__res >= __len) in do_transform() 227 __len = __res + 1; in do_transform() 230 __res = _M_transform(__c, __p, __len); in do_transform() 233 __ret.append(__c, __res); in do_transform()
|
| H A D | stl_tree.h | 1459 auto __res = _M_get_insert_unique_pos(__nh._M_key()); in _GLIBCXX_VISIBILITY() 1460 if (__res.second) in _GLIBCXX_VISIBILITY() 1463 = _M_insert_node(__res.first, __res.second, __nh._M_ptr); in _GLIBCXX_VISIBILITY() 1470 __ret.position = iterator(__res.first); in _GLIBCXX_VISIBILITY() 1487 auto __res = _M_get_insert_equal_pos(__nh._M_key()); in _GLIBCXX_VISIBILITY() 1488 if (__res.second) in _GLIBCXX_VISIBILITY() 1489 __ret = _M_insert_node(__res.first, __res.second, __nh._M_ptr); in _GLIBCXX_VISIBILITY() 1507 auto __res = _M_get_insert_hint_unique_pos(__hint, __nh._M_key()); in _GLIBCXX_VISIBILITY() 1508 if (__res.second) in _GLIBCXX_VISIBILITY() 1510 __ret = _M_insert_node(__res.first, __res.second, __nh._M_ptr); 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 D | locale_classes.tcc | 179 const int __res = _M_compare(__p, __q); in do_compare() local 180 if (__res) in do_compare() 181 return __res; in do_compare() 222 size_t __res = _M_transform(__c, __p, __len); in do_transform() 225 if (__res >= __len) in do_transform() 227 __len = __res + 1; in do_transform() 230 __res = _M_transform(__c, __p, __len); in do_transform() 233 __ret.append(__c, __res); in do_transform()
|
| H A D | stl_tree.h | 1459 auto __res = _M_get_insert_unique_pos(__nh._M_key()); in _GLIBCXX_VISIBILITY() 1460 if (__res.second) in _GLIBCXX_VISIBILITY() 1463 = _M_insert_node(__res.first, __res.second, __nh._M_ptr); in _GLIBCXX_VISIBILITY() 1470 __ret.position = iterator(__res.first); in _GLIBCXX_VISIBILITY() 1487 auto __res = _M_get_insert_equal_pos(__nh._M_key()); in _GLIBCXX_VISIBILITY() 1488 if (__res.second) in _GLIBCXX_VISIBILITY() 1489 __ret = _M_insert_node(__res.first, __res.second, __nh._M_ptr); in _GLIBCXX_VISIBILITY() 1507 auto __res = _M_get_insert_hint_unique_pos(__hint, __nh._M_key()); in _GLIBCXX_VISIBILITY() 1508 if (__res.second) in _GLIBCXX_VISIBILITY() 1510 __ret = _M_insert_node(__res.first, __res.second, __nh._M_ptr); in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __bsd_locale_fallbacks.h | 113 int __res = vsnprintf(__s, __n, __format, __va); in __libcpp_snprintf_l() local 115 return __res; in __libcpp_snprintf_l() 123 int __res = vasprintf(__s, __format, __va); in __libcpp_asprintf_l() local 125 return __res; in __libcpp_asprintf_l() 133 int __res = vsscanf(__s, __format, __va); in __libcpp_sscanf_l() local 135 return __res; in __libcpp_sscanf_l()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __bsd_locale_fallbacks.h | 113 int __res = vsnprintf(__s, __n, __format, __va); in __libcpp_snprintf_l() local 115 return __res; in __libcpp_snprintf_l() 123 int __res = vasprintf(__s, __format, __va); in __libcpp_asprintf_l() local 125 return __res; in __libcpp_asprintf_l() 133 int __res = vsscanf(__s, __format, __va); in __libcpp_sscanf_l() local 135 return __res; in __libcpp_sscanf_l()
|