| /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 | hashtable_policy.h | 88 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY() 91 _Node_iterator_base(_Hash_node<_Value, __cache>* __p) in _GLIBCXX_VISIBILITY() 98 _Hash_node<_Value, __cache>* _M_cur; in _GLIBCXX_VISIBILITY() 101 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY() 103 operator==(const _Node_iterator_base<_Value, __cache>& __x, in _GLIBCXX_VISIBILITY() 104 const _Node_iterator_base<_Value, __cache>& __y) in _GLIBCXX_VISIBILITY() 107 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY() 109 operator!=(const _Node_iterator_base<_Value, __cache>& __x, in _GLIBCXX_VISIBILITY() 110 const _Node_iterator_base<_Value, __cache>& __y) in _GLIBCXX_VISIBILITY() 113 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY() [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/tr1/ |
| H A D | hashtable_policy.h | 88 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY() 91 _Node_iterator_base(_Hash_node<_Value, __cache>* __p) in _GLIBCXX_VISIBILITY() 98 _Hash_node<_Value, __cache>* _M_cur; in _GLIBCXX_VISIBILITY() 101 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY() 103 operator==(const _Node_iterator_base<_Value, __cache>& __x, in _GLIBCXX_VISIBILITY() 104 const _Node_iterator_base<_Value, __cache>& __y) in _GLIBCXX_VISIBILITY() 107 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY() 109 operator!=(const _Node_iterator_base<_Value, __cache>& __x, in _GLIBCXX_VISIBILITY() 110 const _Node_iterator_base<_Value, __cache>& __y) in _GLIBCXX_VISIBILITY() 113 template<typename _Value, bool __constant_iterators, bool __cache> 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/parallel/ |
| H A D | random_number.h | 52 uint64_t __cache; variable 79 __cache(0), __bits_left(0) { } in _RandomNumber() 90 __cache(0), __bits_left(0) { } in _M_mt() 111 unsigned long __res = __cache & ((1 << __bits) - 1); in __genrand_bits() 112 __cache = __cache >> __bits; in __genrand_bits() 116 __cache |= ((uint64_t(_M_mt())) << __bits_left); in __genrand_bits()
|
| /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 | random_number.h | 52 uint64_t __cache; variable 79 __cache(0), __bits_left(0) { } in _RandomNumber() 90 __cache(0), __bits_left(0) { } in _M_mt() 111 unsigned long __res = __cache & ((1 << __bits) - 1); in __genrand_bits() 112 __cache = __cache >> __bits; in __genrand_bits() 116 __cache |= ((uint64_t(_M_mt())) << __bits_left); in __genrand_bits()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | npm_registry.py | 122 self.__cache = cache 126 return self.__cache 129 subprocess.run(['oe-npm-cache', self.__cache, type, key, fname], 135 self.__cache = NpmCache(cache + '/_cacache') 137 bb.utils.mkdirhier(self.__cache.path) 168 self.__cache.run('meta', self._meta_uri(pkg_json), manifest.filename); 169 self.__cache.run('tgz', tarball_uri, tarball);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __tree | 1553 __node_pointer __cache = static_cast<__node_pointer>(__begin_node()); 1558 // __cache->__left_ == nullptr 1559 if (__cache->__right_ != nullptr) 1560 __cache = static_cast<__node_pointer>(__cache->__right_); 1561 // __cache->__left_ == nullptr 1562 // __cache->__right_ == nullptr 1563 return __cache; 1566 // Precondition: __cache != nullptr 1567 // __cache->left_ == nullptr 1568 // __cache->right_ == nullptr [all …]
|
| H A D | __hash_table | 1615 __next_pointer __cache = __p1_.first().__next_; 1617 return __cache; 1667 __next_pointer __cache = __detach(); 1673 while (__cache != nullptr && __u.size() != 0) 1675 __cache->__upcast()->__value_ = 1677 __next_pointer __next = __cache->__next_; 1678 __node_insert_multi(__cache->__upcast()); 1679 __cache = __next; 1685 __deallocate_node(__cache); 1689 __deallocate_node(__cache); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __tree | 1553 __node_pointer __cache = static_cast<__node_pointer>(__begin_node()); 1558 // __cache->__left_ == nullptr 1559 if (__cache->__right_ != nullptr) 1560 __cache = static_cast<__node_pointer>(__cache->__right_); 1561 // __cache->__left_ == nullptr 1562 // __cache->__right_ == nullptr 1563 return __cache; 1566 // Precondition: __cache != nullptr 1567 // __cache->left_ == nullptr 1568 // __cache->right_ == nullptr [all …]
|
| H A D | __hash_table | 1615 __next_pointer __cache = __p1_.first().__next_; 1617 return __cache; 1667 __next_pointer __cache = __detach(); 1673 while (__cache != nullptr && __u.size() != 0) 1675 __cache->__upcast()->__value_ = 1677 __next_pointer __next = __cache->__next_; 1678 __node_insert_multi(__cache->__upcast()); 1679 __cache = __next; 1685 __deallocate_node(__cache); 1689 __deallocate_node(__cache); [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/arm-none-linux-gnueabihf/bits/ |
| H A D | time_members.h | 48 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in _GLIBCXX_VISIBILITY() 49 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0), 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/aarch64-none-linux-gnu/bits/ |
| H A D | time_members.h | 48 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in _GLIBCXX_VISIBILITY() 49 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0), 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 | hashtable_policy.h | 317 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY() 319 : public _Node_iterator_base<_Value, __cache> in _GLIBCXX_VISIBILITY() 322 using __base_type = _Node_iterator_base<_Value, __cache>; in _GLIBCXX_VISIBILITY() 368 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY() 370 : public _Node_iterator_base<_Value, __cache> in _GLIBCXX_VISIBILITY() 373 using __base_type = _Node_iterator_base<_Value, __cache>; in _GLIBCXX_VISIBILITY() 392 __cache>& __x) noexcept in _GLIBCXX_VISIBILITY() 1581 typename _H1, typename _H2, typename _Hash, bool __cache> in _GLIBCXX_VISIBILITY() 1584 _H1, _H2, _Hash, __cache>& __x, in _GLIBCXX_VISIBILITY() 1586 _H1, _H2, _Hash, __cache>& __y) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | locale_facets_nonio.h | 194 __timepunct(__cache_type* __cache, size_t __refs = 0); in _GLIBCXX_VISIBILITY() 1066 moneypunct(__cache_type* __cache, size_t __refs = 0) in _GLIBCXX_VISIBILITY() 1067 : facet(__refs), _M_data(__cache) in _GLIBCXX_VISIBILITY()
|
| H A D | locale_facets.h | 1708 numpunct(__cache_type* __cache, size_t __refs = 0) in _GLIBCXX_VISIBILITY() 1709 : facet(__refs), _M_data(__cache) 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 D | hashtable_policy.h | 317 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY() 319 : public _Node_iterator_base<_Value, __cache> in _GLIBCXX_VISIBILITY() 322 using __base_type = _Node_iterator_base<_Value, __cache>; in _GLIBCXX_VISIBILITY() 368 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY() 370 : public _Node_iterator_base<_Value, __cache> in _GLIBCXX_VISIBILITY() 373 using __base_type = _Node_iterator_base<_Value, __cache>; in _GLIBCXX_VISIBILITY() 392 __cache>& __x) noexcept in _GLIBCXX_VISIBILITY() 1581 typename _H1, typename _H2, typename _Hash, bool __cache> in _GLIBCXX_VISIBILITY() 1584 _H1, _H2, _Hash, __cache>& __x, in _GLIBCXX_VISIBILITY() 1586 _H1, _H2, _Hash, __cache>& __y) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | locale_facets_nonio.h | 194 __timepunct(__cache_type* __cache, size_t __refs = 0); in _GLIBCXX_VISIBILITY() 1066 moneypunct(__cache_type* __cache, size_t __refs = 0) in _GLIBCXX_VISIBILITY() 1067 : facet(__refs), _M_data(__cache) in _GLIBCXX_VISIBILITY()
|
| H A D | locale_facets.h | 1708 numpunct(__cache_type* __cache, size_t __refs = 0) in _GLIBCXX_VISIBILITY() 1709 : facet(__refs), _M_data(__cache) in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_minidump.c | 103 struct __cache { struct 232 struct __cache cache; 593 struct __cache *l1 = &entry->region.cache; in qlcnic_dump_l1_cache() 619 struct __cache *l2 = &entry->region.cache; in qlcnic_dump_l2_cache()
|