Home
last modified time | relevance | path

Searched refs:Key (Results 1 – 25 of 132) sorted by relevance

123456

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp106 template<typename Key, typename Mapped, typename _Alloc, typename Policy_Tl>
107 struct container_base_dispatch<Key, Mapped, _Alloc, list_update_tag,
118 typedef lu_map<Key, Mapped, at0t, _Alloc, at1t> type;
122 template<typename Key, typename _Alloc, typename Policy_Tl>
123 struct container_base_dispatch<Key, null_type, _Alloc, list_update_tag,
134 typedef lu_set<Key, null_type, at0t, _Alloc, at1t> type;
138 template<typename Key, typename Mapped, typename _Alloc, typename Policy_Tl>
139 struct container_base_dispatch<Key, Mapped, _Alloc, pat_trie_tag, Policy_Tl>
146 typedef pat_trie_map<Key, Mapped, at1t, _Alloc> type;
150 template<typename Key, typename _Alloc, typename Policy_Tl>
[all …]
H A Dtypes_traits.hpp60 template<typename Key, typename Mapped>
63 static const bool __simple = is_simple<Key>::value
69 template<typename Key>
70 struct no_throw_copies<Key, null_type>
72 typedef integral_constant<int, is_simple<Key>::value> indicator;
106 template<typename Key, typename Mapped, typename _Alloc, bool Store_Hash>
113 template<typename Key, typename Mapped, typename _Alloc>
114 struct type_base<Key, Mapped, _Alloc, false>
122 typedef std::pair<const Key, Mapped> __value_type;
146 template<typename Key, typename Mapped, typename _Alloc>
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp106 template<typename Key, typename Mapped, typename _Alloc, typename Policy_Tl>
107 struct container_base_dispatch<Key, Mapped, _Alloc, list_update_tag,
118 typedef lu_map<Key, Mapped, at0t, _Alloc, at1t> type;
122 template<typename Key, typename _Alloc, typename Policy_Tl>
123 struct container_base_dispatch<Key, null_type, _Alloc, list_update_tag,
134 typedef lu_set<Key, null_type, at0t, _Alloc, at1t> type;
138 template<typename Key, typename Mapped, typename _Alloc, typename Policy_Tl>
139 struct container_base_dispatch<Key, Mapped, _Alloc, pat_trie_tag, Policy_Tl>
146 typedef pat_trie_map<Key, Mapped, at1t, _Alloc> type;
150 template<typename Key, typename _Alloc, typename Policy_Tl>
[all …]
H A Dtypes_traits.hpp60 template<typename Key, typename Mapped>
63 static const bool __simple = is_simple<Key>::value
69 template<typename Key>
70 struct no_throw_copies<Key, null_type>
72 typedef integral_constant<int, is_simple<Key>::value> indicator;
106 template<typename Key, typename Mapped, typename _Alloc, bool Store_Hash>
113 template<typename Key, typename Mapped, typename _Alloc>
114 struct type_base<Key, Mapped, _Alloc, false>
122 typedef std::pair<const Key, Mapped> __value_type;
146 template<typename Key, typename Mapped, typename _Alloc>
[all …]
H A Dstandard_policies.hpp58 template<typename Key>
62 typedef std::tr1::hash<Key> type;
66 template<typename Key>
70 typedef std::equal_to<Key> type;
134 template<typename Key>
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/
H A Dranged_hash_fn.hpp53 template<typename Key, typename Hash_Fn, typename _Alloc,
58 template<typename Key, typename Hash_Fn, typename _Alloc, \
62 ranged_hash_fn<Key, Hash_Fn, _Alloc, Comb_Hash_Fn, false>
69 template<typename Key, typename Hash_Fn, typename _Alloc,
71 class ranged_hash_fn< Key, Hash_Fn, _Alloc, Comb_Hash_Fn, false>
78 typedef typename _Alloc::template rebind< Key>::other key_allocator;
140 template<typename Key, typename Hash_Fn, typename _Alloc, \
144 ranged_hash_fn<Key,Hash_Fn, _Alloc, Comb_Hash_Fn, true>
151 template<typename Key, typename Hash_Fn, typename _Alloc,
153 class ranged_hash_fn<Key, Hash_Fn, _Alloc, Comb_Hash_Fn, true>
[all …]
H A Dranged_probe_fn.hpp53 template<typename Key, typename Hash_Fn, typename _Alloc,
58 template<typename Key, typename Hash_Fn, typename _Alloc, \
62 ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, false>
69 template<typename Key, typename Hash_Fn, typename _Alloc,
71 class ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn,
80 typedef typename _Alloc::template rebind<Key>::other key_allocator;
164 template<typename Key, typename Hash_Fn, typename _Alloc, \
168 ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, true>
174 template<typename Key, typename Hash_Fn, typename _Alloc,
176 class ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn,
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/
H A Dranged_hash_fn.hpp53 template<typename Key, typename Hash_Fn, typename _Alloc,
58 template<typename Key, typename Hash_Fn, typename _Alloc, \
62 ranged_hash_fn<Key, Hash_Fn, _Alloc, Comb_Hash_Fn, false>
69 template<typename Key, typename Hash_Fn, typename _Alloc,
71 class ranged_hash_fn< Key, Hash_Fn, _Alloc, Comb_Hash_Fn, false>
78 typedef typename _Alloc::template rebind< Key>::other key_allocator;
140 template<typename Key, typename Hash_Fn, typename _Alloc, \
144 ranged_hash_fn<Key,Hash_Fn, _Alloc, Comb_Hash_Fn, true>
151 template<typename Key, typename Hash_Fn, typename _Alloc,
153 class ranged_hash_fn<Key, Hash_Fn, _Alloc, Comb_Hash_Fn, true>
[all …]
H A Dranged_probe_fn.hpp53 template<typename Key, typename Hash_Fn, typename _Alloc,
58 template<typename Key, typename Hash_Fn, typename _Alloc, \
62 ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, false>
69 template<typename Key, typename Hash_Fn, typename _Alloc,
71 class ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn,
80 typedef typename _Alloc::template rebind<Key>::other key_allocator;
164 template<typename Key, typename Hash_Fn, typename _Alloc, \
168 ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, true>
174 template<typename Key, typename Hash_Fn, typename _Alloc,
176 class ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn,
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dtraits.hpp52 template<typename Key,
61 struct tree_traits<Key, Mapped, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc>
62 : public bin_search_tree_traits<Key, Mapped, Cmp_Fn, Node_Update,
64 typename types_traits<Key, Mapped, _Alloc, false>::value_type,
65 typename tree_node_metadata_dispatch<Key, Mapped, Cmp_Fn, Node_Update,
73 template<typename Key,
81 struct tree_traits<Key, null_type, Cmp_Fn, Node_Update,
83 : public bin_search_tree_traits<Key, null_type, Cmp_Fn, Node_Update,
85 typename types_traits<Key, null_type, _Alloc, false>::value_type,
86 typename tree_node_metadata_dispatch<Key, null_type, Cmp_Fn, Node_Update,
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Dtraits.hpp52 template<typename Key,
61 struct tree_traits<Key, Mapped, Cmp_Fn, Node_Update, rb_tree_tag,_Alloc>
63 Key,
68 typename types_traits<Key, Mapped, _Alloc, false>::value_type,
69 typename tree_node_metadata_dispatch<Key, Mapped, Cmp_Fn, Node_Update,
77 template<typename Key,
85 struct tree_traits<Key, null_type, Cmp_Fn, Node_Update, rb_tree_tag,_Alloc>
87 Key,
92 typename types_traits<Key, null_type, _Alloc, false>::value_type,
93 typename tree_node_metadata_dispatch<Key, null_type, Cmp_Fn, Node_Update,
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dtraits.hpp52 template<typename Key,
61 struct tree_traits<Key, Mapped, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc>
62 : public bin_search_tree_traits<Key, Mapped, Cmp_Fn, Node_Update,
64 typename types_traits<Key, Mapped, _Alloc, false>::value_type,
65 typename tree_node_metadata_dispatch<Key, Mapped, Cmp_Fn, Node_Update,
73 template<typename Key,
81 struct tree_traits<Key, null_type, Cmp_Fn, Node_Update,
83 : public bin_search_tree_traits<Key, null_type, Cmp_Fn, Node_Update,
85 typename types_traits<Key, null_type, _Alloc, false>::value_type,
86 typename tree_node_metadata_dispatch<Key, null_type, Cmp_Fn, Node_Update,
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Dtraits.hpp52 template<typename Key,
61 struct tree_traits<Key, Mapped, Cmp_Fn, Node_Update, rb_tree_tag,_Alloc>
63 Key,
68 typename types_traits<Key, Mapped, _Alloc, false>::value_type,
69 typename tree_node_metadata_dispatch<Key, Mapped, Cmp_Fn, Node_Update,
77 template<typename Key,
85 struct tree_traits<Key, null_type, Cmp_Fn, Node_Update, rb_tree_tag,_Alloc>
87 Key,
92 typename types_traits<Key, null_type, _Alloc, false>::value_type,
93 typename tree_node_metadata_dispatch<Key, null_type, Cmp_Fn, Node_Update,
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dtraits.hpp52 template<typename Key,
62 Key,
72 Key,
81 Key,
124 template<typename Key,
133 Key,
143 Key,
152 Key,
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dtraits.hpp52 template<typename Key,
62 Key,
72 Key,
81 Key,
124 template<typename Key,
133 Key,
143 Key,
152 Key,
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dhash-map-traits.h166 template <typename Key, typename Value>
169 typedef Key key_type;
170 static inline hashval_t hash (Key);
171 static inline bool equal_keys (Key, Key);
174 template <typename Key, typename Value>
176 unbounded_int_hashmap_traits <Key, Value>::hash (Key k) in hash()
181 template <typename Key, typename Value>
183 unbounded_int_hashmap_traits <Key, Value>::equal_keys (Key k1, Key k2) in equal_keys()
H A Dhash-map.h28 typedef typename Traits::key_type Key; in class() typedef
31 Key m_key; in class()
35 typedef Key compare_type; in class()
42 static bool equal (const hash_entry &a, const Key &b) in class()
145 bool put (const Key &k, const Value &v) in class()
159 Value *get (const Key &k) in class()
169 Value &get_or_insert (const Key &k, bool *existed = NULL) in class()
183 void remove (const Key &k) in class()
226 std::pair<Key, Value> operator* () in class()
229 return std::pair<Key, Value> (e.m_key, e.m_value); in class()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/
H A Dhash_eq_fn.hpp53 template<typename Key, typename Eq_Fn, typename _Alloc, bool Store_Hash>
57 template<typename Key, typename Eq_Fn, typename _Alloc>
58 struct hash_eq_fn<Key, Eq_Fn, _Alloc, false> : public Eq_Fn
61 typedef typename _Alloc::template rebind<Key>::other key_allocator;
80 template<typename Key, class Eq_Fn, class _Alloc>
81 struct hash_eq_fn<Key, Eq_Fn, _Alloc, true> : public Eq_Fn
85 typedef typename _Alloc::template rebind<Key>::other key_allocator;
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/
H A Dhash_eq_fn.hpp53 template<typename Key, typename Eq_Fn, typename _Alloc, bool Store_Hash>
57 template<typename Key, typename Eq_Fn, typename _Alloc>
58 struct hash_eq_fn<Key, Eq_Fn, _Alloc, false> : public Eq_Fn
61 typedef typename _Alloc::template rebind<Key>::other key_allocator;
80 template<typename Key, class Eq_Fn, class _Alloc>
81 struct hash_eq_fn<Key, Eq_Fn, _Alloc, true> : public Eq_Fn
85 typedef typename _Alloc::template rebind<Key>::other key_allocator;
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp65 detail::container_base_dispatch<Key, Mapped, _Alloc, Tag, \
95 template<typename Key,
167 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
196 template<typename Key,
198 typename Hash_Fn = typename detail::default_hash_fn<Key>::type,
199 typename Eq_Fn = typename detail::default_eq_fn<Key>::type,
329 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
359 template<typename Key,
361 typename Hash_Fn = typename detail::default_hash_fn<Key>::type,
362 typename Eq_Fn = typename detail::default_eq_fn<Key>::type,
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp65 detail::container_base_dispatch<Key, Mapped, _Alloc, Tag, \
95 template<typename Key,
167 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
196 template<typename Key,
198 typename Hash_Fn = typename detail::default_hash_fn<Key>::type,
199 typename Eq_Fn = typename detail::default_eq_fn<Key>::type,
329 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
359 template<typename Key,
361 typename Hash_Fn = typename detail::default_hash_fn<Key>::type,
362 typename Eq_Fn = typename detail::default_eq_fn<Key>::type,
[all …]
/dflybsd-src/contrib/file/magic/Magdir/
H A Dpgp-binary-keys45 # 1 0xC1 -- Public-Key Encrypted Session Key Packet
47 # 3 0xC3 -- Symmetric-Key Encrypted Session Key Packet
49 # 5 0xC5 -- Secret-Key Packet
50 # 6 0xC6 -- Public-Key Packet
94 # 1 0x84 -- Public-Key Encrypted Session Key Packet
96 # 3 0x8C -- Symmetric-Key Encrypted Session Key Packet
98 # 5 0x94 -- Secret-Key Packet
99 # 6 0x98 -- Public-Key Packet
127 # [Primary Key] [SIG] (EOF or another certificate)
128 # [Primary Key] [SIG] [User ID] [SIG]...
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp53 template<typename Key,
62 struct trie_traits<Key, Mapped, _ATraits, Node_Update, pat_trie_tag, _Alloc>
66 typedef types_traits<Key, Mapped, _Alloc, false> type_traits;
69 …typedef typename trie_node_metadata_dispatch<Key, Mapped, _ATraits, Node_Update, _Alloc>::type met…
101 template<typename Key,
109 struct trie_traits<Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc>
113 typedef types_traits<Key, null_type, _Alloc, false> type_traits;
116 …typedef typename trie_node_metadata_dispatch<Key, null_type, _ATraits, Node_Update, _Alloc>::type …
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp53 template<typename Key,
62 struct trie_traits<Key, Mapped, _ATraits, Node_Update, pat_trie_tag, _Alloc>
66 typedef types_traits<Key, Mapped, _Alloc, false> type_traits;
69 …typedef typename trie_node_metadata_dispatch<Key, Mapped, _ATraits, Node_Update, _Alloc>::type met…
101 template<typename Key,
109 struct trie_traits<Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc>
113 typedef types_traits<Key, null_type, _Alloc, false> type_traits;
116 …typedef typename trie_node_metadata_dispatch<Key, null_type, _ATraits, Node_Update, _Alloc>::type …
/dflybsd-src/crypto/libressl/crypto/gost/
H A Dgostr341194.c135 unsigned char U[32], W[32], V[32], S[32], Key[32]; in hash_step() local
140 swap_bytes(W, Key); in hash_step()
142 Gost2814789_set_key(&c->cipher, Key, 256); in hash_step()
150 swap_bytes(W, Key); in hash_step()
152 Gost2814789_set_key(&c->cipher, Key, 256); in hash_step()
176 swap_bytes(W, Key); in hash_step()
178 Gost2814789_set_key(&c->cipher, Key, 256); in hash_step()
186 swap_bytes(W, Key); in hash_step()
188 Gost2814789_set_key(&c->cipher, Key, 256); in hash_step()

123456