Home
last modified time | relevance | path

Searched refs:__cache (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h88 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
101 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
107 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
178 __cache>& __x) in _GLIBCXX_VISIBILITY()
205 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
229 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
242 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
248 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
274 _Hash_node<_Value, __cache>** __b) in _GLIBCXX_VISIBILITY()
319 _Hash_node<_Value, __cache>** __b) in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h88 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
101 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
107 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
178 __cache>& __x) in _GLIBCXX_VISIBILITY()
205 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
229 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
242 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
248 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
274 _Hash_node<_Value, __cache>** __b) in _GLIBCXX_VISIBILITY()
319 _Hash_node<_Value, __cache>** __b) in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/parallel/
H A Drandom_number.h52 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()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/parallel/
H A Drandom_number.h52 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()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dhashtable_policy.h116 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
129 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
135 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY()
204 __cache>& __x) in _GLIBCXX_VISIBILITY()
977 _H1, _H2, _Hash, __cache>& __x, in _GLIBCXX_VISIBILITY()
979 _H1, _H2, _Hash, __cache>& __y) in _GLIBCXX_VISIBILITY()
986 _H1, _H2, _Hash, __cache>& __x, in _GLIBCXX_VISIBILITY()
988 _H1, _H2, _Hash, __cache>& __y) in _GLIBCXX_VISIBILITY()
996 _H1, _H2, _Hash, __cache> in _GLIBCXX_VISIBILITY()
1046 _H1, _H2, _Hash, __cache> in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_facets_nonio.h198 __timepunct(__cache_type* __cache, size_t __refs = 0); in _GLIBCXX_VISIBILITY()
976 moneypunct(__cache_type* __cache, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
977 : facet(__refs), _M_data(__cache) in _GLIBCXX_VISIBILITY()
H A Dlocale_facets.h1681 numpunct(__cache_type* __cache, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
1682 : facet(__refs), _M_data(__cache) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dlocale.cc424 _M_install_cache(const facet* __cache, size_t __index) in _M_install_cache() argument
449 delete __cache; in _M_install_cache()
453 __cache->_M_add_reference(); in _M_install_cache()
454 _M_caches[__index] = __cache; in _M_install_cache()
458 __cache->_M_add_reference(); in _M_install_cache()
459 _M_caches[__index2] = __cache; in _M_install_cache()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/locale/generic/
H A Dtime_members.h52 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in _GLIBCXX_VISIBILITY()
53 : facet(__refs), _M_data(__cache) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/
H A Dtime_members.h49 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in _GLIBCXX_VISIBILITY()
50 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0), in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dhashtable_policy.h393 __cache>& __x) noexcept in _GLIBCXX_VISIBILITY()
1631 _H1, _H2, _Hash, __cache>& __x, in _GLIBCXX_VISIBILITY()
1633 _H1, _H2, _Hash, __cache>& __y) in _GLIBCXX_VISIBILITY()
1640 _H1, _H2, _Hash, __cache>& __x, in _GLIBCXX_VISIBILITY()
1642 _H1, _H2, _Hash, __cache>& __y) in _GLIBCXX_VISIBILITY()
1651 _H1, _H2, _Hash, __cache> in _GLIBCXX_VISIBILITY()
1655 _H1, _H2, _Hash, __cache>; in _GLIBCXX_VISIBILITY()
1706 _H1, _H2, _Hash, __cache> in _GLIBCXX_VISIBILITY()
1710 _H1, _H2, _Hash, __cache>; in _GLIBCXX_VISIBILITY()
1723 _Hash_node<_Value, __cache>* __p, in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_facets_nonio.h194 __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 Dlocale_facets.h1708 numpunct(__cache_type* __cache, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
1709 : facet(__refs), _M_data(__cache) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dlocale.cc393 _M_install_cache(const facet* __cache, size_t __index) in _M_install_cache() argument
399 delete __cache; in _M_install_cache()
403 __cache->_M_add_reference(); in _M_install_cache()
404 _M_caches[__index] = __cache; in _M_install_cache()