| /netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/ |
| H A D | pointer_traits.h | 79 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>* = 0); 89 typedef _LIBCPP_NODEBUG_TYPE typename _Tp::template rebind<_Up> type; 91 typedef _LIBCPP_NODEBUG_TYPE typename _Tp::template rebind<_Up>::other type; 99 typedef _LIBCPP_NODEBUG_TYPE typename _Sp<_Tp, _Args...>::template rebind<_Up> type; 101 typedef _LIBCPP_NODEBUG_TYPE typename _Sp<_Tp, _Args...>::template rebind<_Up>::other type; 119 template <class _Up> using rebind = typename __pointer_traits_rebind<pointer, _Up>::type; 121 template <class _Up> struct rebind 142 template <class _Up> using rebind = _Up*; 144 template <class _Up> struct rebind {typedef _Up* other;}; 159 typedef typename pointer_traits<_From>::template rebind<_To> type; [all …]
|
| H A D | allocator_traits.h | 55 using type = typename pointer_traits<_Ptr>::template rebind<const _Tp>::other; 57 using type _LIBCPP_NODEBUG_TYPE = typename pointer_traits<_Ptr>::template rebind<const _Tp>; 71 using type _LIBCPP_NODEBUG_TYPE = typename pointer_traits<_Ptr>::template rebind<void>::other; 73 using type _LIBCPP_NODEBUG_TYPE = typename pointer_traits<_Ptr>::template rebind<void>; 87 …using type _LIBCPP_NODEBUG_TYPE = typename pointer_traits<_Ptr>::template rebind<const void>::othe… 89 using type _LIBCPP_NODEBUG_TYPE = typename pointer_traits<_Ptr>::template rebind<const void>; 155 typename _Tp::template rebind<_Up>::other 160 using type _LIBCPP_NODEBUG_TYPE = typename _Tp::template rebind<_Up>::other; 164 using type _LIBCPP_NODEBUG_TYPE = typename _Alloc<_Tp, _Args...>::template rebind<_Up>::other;
|
| H A D | allocator.h | 40 template <class _Up> struct rebind {typedef allocator<_Up> other;}; struct 51 template <class _Up> struct rebind {typedef allocator<_Up> other;}; argument 103 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct 184 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| H A D | vmwgfx_binding.c | 116 static int vmw_binding_scrub_shader(struct vmw_ctx_bindinfo *bi, bool rebind); 118 bool rebind); 119 static int vmw_binding_scrub_texture(struct vmw_ctx_bindinfo *bi, bool rebind); 120 static int vmw_binding_scrub_cb(struct vmw_ctx_bindinfo *bi, bool rebind); 121 static int vmw_binding_scrub_dx_rt(struct vmw_ctx_bindinfo *bi, bool rebind); 122 static int vmw_binding_scrub_sr(struct vmw_ctx_bindinfo *bi, bool rebind); 123 static int vmw_binding_scrub_so(struct vmw_ctx_bindinfo *bi, bool rebind); 126 bool rebind); 127 static int vmw_binding_scrub_ib(struct vmw_ctx_bindinfo *bi, bool rebind); 128 static int vmw_binding_scrub_vb(struct vmw_ctx_bindinfo *bi, bool rebind); [all …]
|
| /netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
| H A D | preferred6.out | 8 "rebind-timer": 960, 16 "rebind-timer": 1440, 21 // "rebind-timer": 1920,
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | ptr_traits.h | 96 struct __rebind<_Tp, _Up, __void_t<typename _Tp::template rebind<_Up>>> in _GLIBCXX_VISIBILITY() 97 { using type = typename _Tp::template rebind<_Up>; }; in _GLIBCXX_VISIBILITY() 113 using rebind = typename __rebind<_Ptr, _Up>::type; in _GLIBCXX_VISIBILITY() 138 using rebind = _Up*; in _GLIBCXX_VISIBILITY() 152 using __ptr_rebind = typename pointer_traits<_Ptr>::template rebind<_Tp>; in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/mpl/dhcp/dist/client/tests/ |
| H A D | duid2_test.txt | 15 rebind 2 2014/05/13 22:11:53; 45 rebind 2 2014/05/13 23:11:53; 54 rebind 15;
|
| H A D | duid3_test.txt | 15 rebind 2 2014/05/13 22:11:53; 44 rebind 2 2014/05/13 23:11:53; 54 rebind 15;
|
| H A D | duid0_test.txt | 13 rebind 2 2014/05/13 23:11:53; 23 rebind 15;
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | ptr_traits.h | 150 using __rebind = __type_identity<typename _Tp::template rebind<_Up>>; in _GLIBCXX_VISIBILITY() 164 using rebind = typename __detected_or_t<__replace_first_arg<_Ptr, _Up>, in _GLIBCXX_VISIBILITY() 200 template<typename _Up> using rebind = _Up*; in _GLIBCXX_VISIBILITY() 205 using __ptr_rebind = typename pointer_traits<_Ptr>::template rebind<_Tp>; in _GLIBCXX_VISIBILITY()
|
| H A D | allocator.h | 88 struct rebind in _GLIBCXX_VISIBILITY() struct 144 struct rebind in _GLIBCXX_VISIBILITY() struct
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| H A D | debug_allocator.h | 76 class rebind in _GLIBCXX_VISIBILITY() 78 typedef typename _Traits::template rebind<_Up>::other __other; in _GLIBCXX_VISIBILITY() 93 rebind<value_type>::other> in _GLIBCXX_VISIBILITY()
|
| H A D | alloc_traits.h | 119 struct rebind in _GLIBCXX_VISIBILITY() struct 163 struct rebind in _GLIBCXX_VISIBILITY() struct 164 { typedef typename _Alloc::template rebind<_Tp>::other other; }; in _GLIBCXX_VISIBILITY() argument
|
| H A D | extptr_allocator.h | 72 struct rebind in _GLIBCXX_VISIBILITY() struct 185 struct rebind in _GLIBCXX_VISIBILITY() struct
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| H A D | debug_allocator.h | 76 class rebind in _GLIBCXX_VISIBILITY() 78 typedef typename _Traits::template rebind<_Up>::other __other; in _GLIBCXX_VISIBILITY() 93 rebind<value_type>::other> in _GLIBCXX_VISIBILITY()
|
| H A D | alloc_traits.h | 119 struct rebind in _GLIBCXX_VISIBILITY() struct 163 struct rebind in _GLIBCXX_VISIBILITY() struct 164 { typedef typename _Alloc::template rebind<_Tp>::other other; }; in _GLIBCXX_VISIBILITY() argument
|
| H A D | extptr_allocator.h | 72 struct rebind in _GLIBCXX_VISIBILITY() struct 185 struct rebind in _GLIBCXX_VISIBILITY() struct
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/forward/ns5/ |
| H A D | rebind.db | 13 @ IN SOA rebind. admin.rebind. (
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/ |
| H A D | slapd-proxytimeout.conf | 53 rebind-as-user yes 64 rebind-as-user yes
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| H A D | nouveau_dispnv04_dac.c | 388 struct drm_encoder *rebind; in nv04_dac_mode_set() local 397 list_for_each_entry(rebind, &dev->mode_config.encoder_list, head) { in nv04_dac_mode_set() 398 if (rebind == encoder in nv04_dac_mode_set() 399 || nouveau_encoder(rebind)->dcb->type != DCB_OUTPUT_ANALOG) in nv04_dac_mode_set() 402 dac_offset = nv04_dac_output_offset(rebind); in nv04_dac_mode_set()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
| H A D | types_traits.hpp | 145 : _Alloc::template rebind<T>::other 147 typedef typename _Alloc::template rebind<T>::other allocator_type;
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
| H A D | types_traits.hpp | 145 : _Alloc::template rebind<T>::other 147 typedef typename _Alloc::template rebind<T>::other allocator_type;
|
| /netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| H A D | LDAPConstraints.cpp | 94 void LDAPConstraints::setReferralRebind(const LDAPRebind* rebind){ in setReferralRebind() argument 96 m_refRebind = rebind; in setReferralRebind()
|
| H A D | LDAPAsynConnection.cpp | 321 const LDAPRebind* rebind = cons->getReferralRebind(); in referralConnect() local 333 if(rebind){ in referralConnect() 334 auth=rebind->getRebindAuth(host, port); in referralConnect()
|
| /netbsd-src/external/mpl/dhcp/dist/client/ |
| H A D | dhc6.c | 530 copy->rebind = ia->rebind; in dhc6_dup_ia() 734 ia->rebind = getULong(ds.data + 8); in dhc6_parse_ia_na() 742 log_debug("RCV: | X-- t2 - rebind +%u", ia->rebind); in dhc6_parse_ia_na() 754 if ((ia->renew > 0) && (ia->rebind > 0) && in dhc6_parse_ia_na() 755 (ia->renew > ia->rebind)) { in dhc6_parse_ia_na() 961 ia->rebind = getULong(ds.data + 8); in dhc6_parse_ia_pd() 969 log_debug("RCV: | X-- t2 - rebind +%u", ia->rebind); in dhc6_parse_ia_pd() 977 if ((ia->renew > 0) && (ia->rebind > 0) && in dhc6_parse_ia_pd() 978 (ia->renew > ia->rebind)) { in dhc6_parse_ia_pd() 4460 client_envadd(client, prefix, "rebind", "%u", ia->rebind); in dhc6_marshall_values() [all …]
|