Searched refs:at0 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp122 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; typedef in struct:pb_ds::detail::container_base_dispatch
123 typedef typename at0::type at0t;
136 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; typedef in struct:pb_ds::detail::container_base_dispatch
137 typedef typename at0::type at0t;
172 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; typedef in struct:pb_ds::detail::container_base_dispatch
173 typedef typename at0::type at0t;
186 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; typedef in struct:pb_ds::detail::container_base_dispatch
187 typedef typename at0::type at0t;
200 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; typedef in struct:pb_ds::detail::container_base_dispatch
201 typedef typename at0
214 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; typedef in struct:pb_ds::detail::container_base_dispatch
227 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; typedef in struct:pb_ds::detail::container_base_dispatch
241 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; typedef in struct:pb_ds::detail::container_base_dispatch
254 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; typedef in struct:pb_ds::detail::container_base_dispatch
275 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; typedef in struct:pb_ds::detail::container_base_dispatch
295 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; typedef in struct:pb_ds::detail::container_base_dispatch
318 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; typedef in struct:pb_ds::detail::container_base_dispatch
[all...]
/freebsd-12-stable/lib/libcasper/services/cap_dns/tests/
H A Ddns_test.c87 struct addrinfo *at0, *at1; local
94 at0 = ai0;
97 if ((at0->ai_flags == at1->ai_flags) &&
98 (at0->ai_family == at1->ai_family) &&
99 (at0->ai_socktype == at1->ai_socktype) &&
100 (at0->ai_protocol == at1->ai_protocol) &&
101 (at0->ai_addrlen == at1->ai_addrlen) &&
102 (memcmp(at0->ai_addr, at1->ai_addr,
103 at0->ai_addrlen) == 0)) {
104 if (at0
[all...]

Completed in 138 milliseconds