| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | paccess.h | 32 #define __mp(x) (*(struct __large_pstruct *)(x)) macro 69 :"o" (__mp(__gu_addr)), "i" (-EFAULT)); \ 107 : "r" (__pu_val), "o" (__mp(__pu_addr)), "i" (-EFAULT)); \
|
| /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_facets_nonio.tcc | 71 const moneypunct<_CharT, _Intl>& __mp = in _M_cache() local 74 _M_decimal_point = __mp.decimal_point(); in _M_cache() 75 _M_thousands_sep = __mp.thousands_sep(); in _M_cache() 76 _M_frac_digits = __mp.frac_digits(); in _M_cache() 84 const string& __g = __mp.grouping(); in _M_cache() 93 const basic_string<_CharT>& __cs = __mp.curr_symbol(); in _M_cache() 98 const basic_string<_CharT>& __ps = __mp.positive_sign(); in _M_cache() 103 const basic_string<_CharT>& __ns = __mp.negative_sign(); in _M_cache() 108 _M_pos_format = __mp.pos_format(); in _M_cache() 109 _M_neg_format = __mp.neg_format(); in _M_cache()
|
| H A D | std_function.h | 222 _M_not_empty_function(_Tp _Class::* __mp) in _GLIBCXX_VISIBILITY() 223 { return __mp != nullptr; } 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/bits/ |
| H A D | locale_facets_nonio.tcc | 71 const moneypunct<_CharT, _Intl>& __mp = in _M_cache() local 74 _M_decimal_point = __mp.decimal_point(); in _M_cache() 75 _M_thousands_sep = __mp.thousands_sep(); in _M_cache() 76 _M_frac_digits = __mp.frac_digits(); in _M_cache() 84 const string& __g = __mp.grouping(); in _M_cache() 93 const basic_string<_CharT>& __cs = __mp.curr_symbol(); in _M_cache() 98 const basic_string<_CharT>& __ps = __mp.positive_sign(); in _M_cache() 103 const basic_string<_CharT>& __ns = __mp.negative_sign(); in _M_cache() 108 _M_pos_format = __mp.pos_format(); in _M_cache() 109 _M_neg_format = __mp.neg_format(); in _M_cache()
|
| H A D | std_function.h | 222 _M_not_empty_function(_Tp _Class::* __mp) in _GLIBCXX_VISIBILITY() 223 { return __mp != nullptr; } in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | locale | 2763 const moneypunct<char_type, true>& __mp = 2765 __pat = __mp.neg_format(); 2766 __nsn = __mp.negative_sign(); 2767 __psn = __mp.positive_sign(); 2768 __dp = __mp.decimal_point(); 2769 __ts = __mp.thousands_sep(); 2770 __grp = __mp.grouping(); 2771 __sym = __mp.curr_symbol(); 2772 __fd = __mp.frac_digits(); 2776 const moneypunct<char_type, false>& __mp = [all …]
|
| H A D | deque | 1073 __map_pointer __mp = __map_.begin() + __start_ / __block_size; 1074 return iterator(__mp, __map_.empty() ? 0 : *__mp + __start_ % __block_size); 1081 …__map_const_pointer __mp = static_cast<__map_const_pointer>(__map_.begin() + __start_ / __block_si… 1082 return const_iterator(__mp, __map_.empty() ? 0 : *__mp + __start_ % __block_size); 1090 __map_pointer __mp = __map_.begin() + __p / __block_size; 1091 return iterator(__mp, __map_.empty() ? 0 : *__mp + __p % __block_size); 1099 … __map_const_pointer __mp = static_cast<__map_const_pointer>(__map_.begin() + __p / __block_size); 1100 return const_iterator(__mp, __map_.empty() ? 0 : *__mp + __p % __block_size);
|
| H A D | __bit_reference | 921 __bit_iterator<_Cp, false> __mp = _VSTD::swap_ranges(__first, __middle, __middle); 923 __middle = __mp; 938 __bit_iterator<_Cp, false> __mp = __first + __d2; 939 _VSTD::swap_ranges(__first, __mp, __middle); 940 __first = __mp;
|
| H A D | chrono | 2301 const unsigned __mp = (5 * __doy + 2)/153; // [0, 11] 2302 const unsigned __dy = __doy - (153 * __mp + 2)/5 + 1; // [1, 31] 2303 const unsigned __mth = __mp + (__mp < 10 ? 3 : -9); // [1, 12]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | locale | 2763 const moneypunct<char_type, true>& __mp = 2765 __pat = __mp.neg_format(); 2766 __nsn = __mp.negative_sign(); 2767 __psn = __mp.positive_sign(); 2768 __dp = __mp.decimal_point(); 2769 __ts = __mp.thousands_sep(); 2770 __grp = __mp.grouping(); 2771 __sym = __mp.curr_symbol(); 2772 __fd = __mp.frac_digits(); 2776 const moneypunct<char_type, false>& __mp = [all …]
|
| H A D | deque | 1073 __map_pointer __mp = __map_.begin() + __start_ / __block_size; 1074 return iterator(__mp, __map_.empty() ? 0 : *__mp + __start_ % __block_size); 1081 …__map_const_pointer __mp = static_cast<__map_const_pointer>(__map_.begin() + __start_ / __block_si… 1082 return const_iterator(__mp, __map_.empty() ? 0 : *__mp + __start_ % __block_size); 1090 __map_pointer __mp = __map_.begin() + __p / __block_size; 1091 return iterator(__mp, __map_.empty() ? 0 : *__mp + __p % __block_size); 1099 … __map_const_pointer __mp = static_cast<__map_const_pointer>(__map_.begin() + __p / __block_size); 1100 return const_iterator(__mp, __map_.empty() ? 0 : *__mp + __p % __block_size);
|
| H A D | __bit_reference | 921 __bit_iterator<_Cp, false> __mp = _VSTD::swap_ranges(__first, __middle, __middle); 923 __middle = __mp; 938 __bit_iterator<_Cp, false> __mp = __first + __d2; 939 _VSTD::swap_ranges(__first, __mp, __middle); 940 __first = __mp;
|
| H A D | chrono | 2301 const unsigned __mp = (5 * __doy + 2)/153; // [0, 11] 2302 const unsigned __dy = __doy - (153 * __mp + 2)/5 + 1; // [1, 31] 2303 const unsigned __mth = __mp + (__mp < 10 ? 3 : -9); // [1, 12]
|
| /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 | iomanip | 322 const _MoneyPut& __mp = use_facet<_MoneyPut>(__os.getloc()); 323 if (__mp.put(_Iter(__os.rdbuf()), __f._M_intl, __os, 377 const _TimePut& __mp = use_facet<_TimePut>(__os.getloc()); 378 if (__mp.put(_Iter(__os.rdbuf()), __os, __os.fill(),
|
| /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 | iomanip | 322 const _MoneyPut& __mp = use_facet<_MoneyPut>(__os.getloc()); 323 if (__mp.put(_Iter(__os.rdbuf()), __f._M_intl, __os, 377 const _TimePut& __mp = use_facet<_TimePut>(__os.getloc()); 378 if (__mp.put(_Iter(__os.rdbuf()), __os, __os.fill(),
|
| /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/tr1/ |
| H A D | functional | 1690 _M_not_empty_function(_Tp _Class::* const& __mp) 1691 { return __mp; }
|
| /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/tr1/ |
| H A D | functional | 1690 _M_not_empty_function(_Tp _Class::* const& __mp) 1691 { return __mp; }
|