Searched refs:detail (Results 26 - 50 of 231) sorted by relevance

12345678910

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dlist_update_policy.hpp50 #include <ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp>
90 #include <ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp>
102 : private detail::counter_lu_policy_base<typename Allocator::size_type>
115 typedef detail::counter_lu_metadata<size_type> metadata_type;
131 typedef detail::counter_lu_policy_base<typename Allocator::size_type> base_type;
134 #include <ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp>
H A Dhash_policy.hpp54 #include <ext/pb_ds/detail/type_utils.hpp>
55 #include <ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp>
56 #include <ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp>
57 #include <ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp>
90 #include <ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp>
114 #include <ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp>
125 : public detail::mask_based_range_hashing<Size_Type>
128 typedef detail::mask_based_range_hashing<Size_Type> mask_based_base;
146 #include <ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp>
157 : public detail
[all...]
H A Dtrie_policy.hpp51 #include <ext/pb_ds/detail/type_utils.hpp>
52 #include <ext/pb_ds/detail/trie_policy/trie_policy_base.hpp>
65 typedef detail::static_assert_dumclass<sizeof(detail::static_assert<bool(E)>)> UNIQUE##_static_assert_type
75 typename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__min,
76 typename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__max,
93 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
123 begin_imp(const_key_reference, detail::false_type);
126 begin_imp(const_key_reference, detail::true_type);
129 end_imp(const_key_reference, detail
[all...]
H A Dtree_policy.hpp51 #include <ext/pb_ds/detail/type_utils.hpp>
52 #include <ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp>
71 detail::basic_tree_policy_base<Const_Node_Iterator, Node_Iterator, Allocator>
160 #include <ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp>
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dhash_prime_size_policy_imp.hpp47 namespace detail namespace
125 } // namespace detail
144 const std::size_t* const p_upper = std::upper_bound(detail::g_a_sizes,
145 detail::g_a_sizes + detail::num_distinct_sizes, n);
147 if (p_upper == detail::g_a_sizes + detail::num_distinct_sizes)
157 const size_t* p_lower = std::lower_bound(detail::g_a_sizes,
158 detail::g_a_sizes + detail
[all...]
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_evt.c366 mfi_decode_evt(int fd, struct mfi_evt_detail *detail, int verbose) argument
369 printf("%5d (%s/%s/%s) - ", detail->seq, format_timestamp(detail->time),
370 format_locale(detail->evt_class.members.locale),
371 format_class(detail->evt_class.members.evt_class));
372 switch (detail->arg_type) {
378 pdrive_location(&detail->args.cdb_sense.pd)
380 simple_hex(detail->args.cdb_sense.cdb,
381 detail->args.cdb_sense.cdb_len, ":");
383 simple_hex(detail
[all...]
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-data.c86 && win_info->detail.source_info.has_locator);
178 /* Clear the pertinant detail in the source windows. */
200 /* Clear the pertinant detail in the windows. */
210 win_info->detail.source_info.start_line_or_addr.addr = 0;
211 win_info->detail.source_info.horizontal_offset = 0;
214 win_info->detail.command_info.cur_line =
215 win_info->detail.command_info.curch = 0;
218 win_info->detail.data_display_info.data_content =
220 win_info->detail.data_display_info.data_content_count = 0;
221 win_info->detail
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatAdapters.h20 template <typename T> class FormatAdapter : public detail::format_adapter {
27 namespace detail { namespace in namespace:llvm
39 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
53 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
68 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item));
85 detail::AlignAdapter<T> fmt_align(T &&Item, AlignStyle Where, size_t Amount,
87 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill);
91 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
92 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
96 detail
[all...]
H A DAlignOf.h21 namespace detail { namespace in namespace:llvm
40 } // end namespace detail
49 alignas(::llvm::detail::AlignerImpl<T, Ts...>) char buffer[sizeof(
50 llvm::detail::SizerImpl<T, Ts...>)];
H A DEndian.h34 namespace detail { namespace in namespace:llvm::support
42 } // end namespace detail
70 memory, (detail::PickAlignment<value_type, alignment>::value)),
102 memory, (detail::PickAlignment<value_type, alignment>::value)),
128 memory, (detail::PickAlignment<value_type, alignment>::value)),
163 memory, (detail::PickAlignment<value_type, alignment>::value)),
197 memory, (detail::PickAlignment<value_type, alignment>::value)),
204 namespace detail {
269 } // end namespace detail
272 detail
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp56 #include <ext/pb_ds/detail/cond_dealtor.hpp>
57 #include <ext/pb_ds/detail/cond_dealtor.hpp>
58 #include <ext/pb_ds/detail/type_utils.hpp>
59 #include <ext/pb_ds/detail/binary_heap_/entry_cmp.hpp>
60 #include <ext/pb_ds/detail/binary_heap_/entry_pred.hpp>
61 #include <ext/pb_ds/detail/binary_heap_/resize_policy.hpp>
62 #include <ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp>
63 #include <ext/pb_ds/detail/binary_heap_/const_iterator.hpp>
67 #include <ext/pb_ds/detail/type_utils.hpp>
72 namespace detail namespace in namespace:pb_ds
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DFormatters.h25 namespace detail { namespace in namespace:llvm::codeview
37 } // end namespace detail
39 inline detail::GuidAdapter fmt_guid(StringRef Item) {
40 return detail::GuidAdapter(Item);
43 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) {
44 return detail::GuidAdapter(Item);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/tree_policy/
H A Dnode_metadata_selector.hpp50 #include <ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp>
51 #include <ext/pb_ds/detail/types_traits.hpp>
55 namespace detail namespace in namespace:pb_ds
119 } // namespace detail
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dnode_metadata_selector.hpp50 #include <ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp>
51 #include <ext/pb_ds/detail/types_traits.hpp>
55 namespace detail namespace in namespace:pb_ds
119 } // namespace detail
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dtypes_traits.hpp50 #include <ext/pb_ds/detail/basic_types.hpp>
51 #include <ext/pb_ds/detail/type_utils.hpp>
56 namespace detail namespace in namespace:pb_ds
82 } // namespace detail
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h34 namespace detail { namespace in namespace:llvm::CodeViewYAML
39 } // end namespace detail
42 std::shared_ptr<detail::MemberRecordBase> Member;
46 std::shared_ptr<detail::LeafRecordBase> Leaf;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Ddebug_fn_imps.hpp77 #include <ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp>
78 #include <ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp>
/freebsd-11-stable/lib/atf/libatf-c/tests/
H A DMakefile7 TESTS_SUBDIRS= detail
11 .PATH: ${ATF}/atf-c/detail
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPtrUseVisitor.cpp21 void detail::PtrUseVisitorBase::enqueueUsers(Instruction &I) {
33 bool detail::PtrUseVisitorBase::adjustOffsetForGEP(GetElementPtrInst &GEPI) {
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dbinomial_heap_base_.hpp57 #include <ext/pb_ds/detail/cond_dealtor.hpp>
58 #include <ext/pb_ds/detail/type_utils.hpp>
59 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp>
60 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp>
64 namespace detail namespace in namespace:pb_ds
225 #include <ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp>
226 #include <ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp>
227 #include <ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp>
228 #include <ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp>
229 #include <ext/pb_ds/detail/binomial_heap_base
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h20 namespace detail { namespace in namespace:llvm
131 } // namespace detail
134 EXPECT_THAT(llvm::detail::TakeError(Err), Matcher)
136 ASSERT_THAT(llvm::detail::TakeError(Err), Matcher)
139 EXPECT_THAT(llvm::detail::TakeExpected(Err), Matcher)
141 ASSERT_THAT(llvm::detail::TakeExpected(Err), Matcher)
147 testing::Matcher<const detail::ErrorHolder &> Failed() {
148 return MakeMatcher(new detail::ErrorMatchesMono<InfoT>(None));
152 testing::Matcher<const detail::ErrorHolder &> Failed(M Matcher) {
153 return MakeMatcher(new detail
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dlu_map_.hpp49 #include <ext/pb_ds/detail/cond_dealtor.hpp>
51 #include <ext/pb_ds/detail/types_traits.hpp>
52 #include <ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp>
55 #include <ext/pb_ds/detail/map_debug_base.hpp>
64 namespace detail namespace in namespace:pb_ds
142 #include <ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp>
143 #include <ext/pb_ds/detail/unordered_iterator/point_iterator.hpp>
144 #include <ext/pb_ds/detail/unordered_iterator/const_iterator.hpp>
145 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp>
346 #include <ext/pb_ds/detail/list_update_map
[all...]
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dtext.h32 #include <atf-c/detail/list.h>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAllocator.cpp18 namespace detail { namespace in namespace:llvm
29 } // End namespace detail.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSequence.h26 namespace detail { namespace in namespace:llvm
72 } // end namespace detail
75 iterator_range<detail::value_sequence_iterator<ValueT>> seq(ValueT Begin,
77 return make_range(detail::value_sequence_iterator<ValueT>(Begin),
78 detail::value_sequence_iterator<ValueT>(End));

Completed in 330 milliseconds

12345678910