Home
last modified time | relevance | path

Searched refs:rebind (Results 1 – 25 of 147) sorted by relevance

123456

/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dpointer_traits.h79 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 Dallocator_traits.h55 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 Dallocator.h40 template <class _Up> struct rebind {typedef allocator<_Up> other;}; argument
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 Dvmwgfx_binding.c116 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 Dpreferred6.out8 "rebind-timer": 960,
16 "rebind-timer": 1440,
21 // "rebind-timer": 1920,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dptr_traits.h96 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 Dduid2_test.txt15 rebind 2 2014/05/13 22:11:53;
45 rebind 2 2014/05/13 23:11:53;
54 rebind 15;
H A Dduid3_test.txt15 rebind 2 2014/05/13 22:11:53;
44 rebind 2 2014/05/13 23:11:53;
54 rebind 15;
H A Dduid0_test.txt13 rebind 2 2014/05/13 23:11:53;
23 rebind 15;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dptr_traits.h150 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 Dallocator.h88 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 Ddebug_allocator.h76 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 Dalloc_traits.h119 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 Dextptr_allocator.h72 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 Ddebug_allocator.h76 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 Dalloc_traits.h119 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 Dextptr_allocator.h72 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 Drebind.db13 @ IN SOA rebind. admin.rebind. (
/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Dslapd-proxytimeout.conf53 rebind-as-user yes
64 rebind-as-user yes
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_dac.c388 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 Dtypes_traits.hpp145 : _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 Dtypes_traits.hpp145 : _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 DLDAPConstraints.cpp94 void LDAPConstraints::setReferralRebind(const LDAPRebind* rebind){ in setReferralRebind() argument
96 m_refRebind = rebind; in setReferralRebind()
H A DLDAPAsynConnection.cpp321 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 Ddhc6.c530 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 …]

123456