Home
last modified time | relevance | path

Searched refs:key_type (Results 1 – 25 of 110) sorted by relevance

12345

/dflybsd-src/crypto/libressl/ssl/
H A Dssl_sigalgs.c33 .key_type = EVP_PKEY_RSA,
39 .key_type = EVP_PKEY_EC,
47 .key_type = EVP_PKEY_GOSTR12_512,
54 .key_type = EVP_PKEY_RSA,
60 .key_type = EVP_PKEY_EC,
67 .key_type = EVP_PKEY_RSA,
73 .key_type = EVP_PKEY_EC,
81 .key_type = EVP_PKEY_GOSTR12_256,
87 .key_type = EVP_PKEY_GOSTR01,
94 .key_type = EVP_PKEY_RSA,
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtyped-splay-tree.h30 typedef KEY_TYPE key_type; typedef
33 typedef int (*compare_fn) (key_type, key_type);
34 typedef void (*delete_key_fn) (key_type);
36 typedef int (*foreach_fn) (key_type, value_type, void *);
43 value_type lookup (key_type k);
44 value_type predecessor (key_type k);
45 value_type successor (key_type k);
46 void insert (key_type k, value_type v);
100 typed_splay_tree<KEY_TYPE, VALUE_TYPE>::lookup (key_type key) in lookup()
111 typed_splay_tree<KEY_TYPE, VALUE_TYPE>::predecessor (key_type key) in predecessor()
[all …]
H A Dhash-map-traits.h34 typedef typename H::value_type key_type; typedef
36 static inline hashval_t hash (const key_type &);
37 static inline bool equal_keys (const key_type &, const key_type &);
47 simple_hashmap_traits <H, Value>::hash (const key_type &h) in hash()
54 simple_hashmap_traits <H, Value>::equal_keys (const key_type &k1, in equal_keys()
55 const key_type &k2) in equal_keys()
169 typedef Key key_type; typedef
/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_keycache.c79 u_int32_t key_type; in ar9300_reset_key_cache_entry() local
90 key_type = OS_REG_READ(ah, AR_KEYTABLE_TYPE(entry)); in ar9300_reset_key_cache_entry()
101 if (key_type == AR_KEYTABLE_TYPE_TKIP && IS_MIC_ENABLED(ah)) { in ar9300_reset_key_cache_entry()
118 if (key_type == AR_KEYTABLE_TYPE_TKIP || in ar9300_reset_key_cache_entry()
119 key_type == AR_KEYTABLE_TYPE_40 || in ar9300_reset_key_cache_entry()
120 key_type == AR_KEYTABLE_TYPE_104 || in ar9300_reset_key_cache_entry()
121 key_type == AR_KEYTABLE_TYPE_128) { in ar9300_reset_key_cache_entry()
195 u_int32_t key_type; in ar9300_set_key_cache_entry() local
214 key_type = AR_KEYTABLE_TYPE_AES; in ar9300_set_key_cache_entry()
223 key_type = AR_KEYTABLE_TYPE_CCM; in ar9300_set_key_cache_entry()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_map.h93 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef
128 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>, in _GLIBCXX_VISIBILITY()
450 operator[](const key_type& __k) in _GLIBCXX_VISIBILITY()
464 operator[](key_type&& __k) in _GLIBCXX_VISIBILITY()
487 at(const key_type& __k) in _GLIBCXX_VISIBILITY()
496 at(const key_type& __k) const in _GLIBCXX_VISIBILITY()
653 erase(const key_type& __x) in _GLIBCXX_VISIBILITY()
748 find(const key_type& __x) in _GLIBCXX_VISIBILITY()
763 find(const key_type& __x) const in _GLIBCXX_VISIBILITY()
775 count(const key_type& __x) const in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_multiset.h99 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef
109 typedef _Rb_tree<key_type, value_type, _Identity<value_type>, in _GLIBCXX_VISIBILITY()
514 erase(const key_type& __x) in _GLIBCXX_VISIBILITY()
573 count(const key_type& __x) const in _GLIBCXX_VISIBILITY()
591 find(const key_type& __x) in _GLIBCXX_VISIBILITY()
595 find(const key_type& __x) const in _GLIBCXX_VISIBILITY()
612 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
616 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
628 upper_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
632 upper_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_set.h104 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef
114 typedef _Rb_tree<key_type, value_type, _Identity<value_type>, in _GLIBCXX_VISIBILITY()
532 erase(const key_type& __x) in _GLIBCXX_VISIBILITY()
594 count(const key_type& __x) const in _GLIBCXX_VISIBILITY()
612 find(const key_type& __x) in _GLIBCXX_VISIBILITY()
616 find(const key_type& __x) const in _GLIBCXX_VISIBILITY()
633 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
637 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
649 upper_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
653 upper_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_multimap.h93 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef
128 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>, in _GLIBCXX_VISIBILITY()
572 erase(const key_type& __x) in _GLIBCXX_VISIBILITY()
671 find(const key_type& __x) in _GLIBCXX_VISIBILITY()
686 find(const key_type& __x) const in _GLIBCXX_VISIBILITY()
695 count(const key_type& __x) const in _GLIBCXX_VISIBILITY()
710 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
725 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
735 upper_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
745 upper_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_map.h103 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef
147 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>, in _GLIBCXX_VISIBILITY()
490 operator[](const key_type& __k) in _GLIBCXX_VISIBILITY()
500 std::tuple<const key_type&>(__k), in _GLIBCXX_VISIBILITY()
510 operator[](key_type&& __k) in _GLIBCXX_VISIBILITY()
535 at(const key_type& __k) in _GLIBCXX_VISIBILITY()
544 at(const key_type& __k) const in _GLIBCXX_VISIBILITY()
622 extract(const key_type& __x) in _GLIBCXX_VISIBILITY()
689 try_emplace(const key_type& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY()
706 try_emplace(key_type&& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY()
[all …]
H A Dunordered_map.h111 typedef typename _Hashtable::key_type key_type; in _GLIBCXX_VISIBILITY() typedef
432 extract(const key_type& __key) in _GLIBCXX_VISIBILITY()
470 try_emplace(const key_type& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY()
488 try_emplace(key_type&& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY()
533 try_emplace(const_iterator __hint, const key_type& __k, in _GLIBCXX_VISIBILITY()
548 try_emplace(const_iterator __hint, key_type&& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY()
683 insert_or_assign(const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
701 insert_or_assign(key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
744 insert_or_assign(const_iterator __hint, const key_type& __k, in _GLIBCXX_VISIBILITY()
762 insert_or_assign(const_iterator __hint, key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_set.h120 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef
131 typedef _Rb_tree<key_type, value_type, _Identity<value_type>, in _GLIBCXX_VISIBILITY()
593 extract(const key_type& __x) in _GLIBCXX_VISIBILITY()
684 erase(const key_type& __x) in _GLIBCXX_VISIBILITY()
748 count(const key_type& __x) const in _GLIBCXX_VISIBILITY()
775 find(const key_type& __x) in _GLIBCXX_VISIBILITY()
779 find(const key_type& __x) const in _GLIBCXX_VISIBILITY()
810 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
814 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
840 upper_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_multiset.h120 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef
131 typedef _Rb_tree<key_type, value_type, _Identity<value_type>, in _GLIBCXX_VISIBILITY()
578 extract(const key_type& __x) in _GLIBCXX_VISIBILITY()
669 erase(const key_type& __x) in _GLIBCXX_VISIBILITY()
730 count(const key_type& __x) const in _GLIBCXX_VISIBILITY()
756 find(const key_type& __x) in _GLIBCXX_VISIBILITY()
760 find(const key_type& __x) const in _GLIBCXX_VISIBILITY()
791 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
795 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
821 upper_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/profile/
H A Dmap.h48 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef
209 operator[](const key_type& __k) in _GLIBCXX_VISIBILITY()
217 operator[](key_type&& __k) in _GLIBCXX_VISIBILITY()
225 at(const key_type& __k) in _GLIBCXX_VISIBILITY()
232 at(const key_type& __k) const in _GLIBCXX_VISIBILITY()
338 erase(const key_type& __x) in _GLIBCXX_VISIBILITY()
374 find(const key_type& __x) in _GLIBCXX_VISIBILITY()
381 find(const key_type& __x) const in _GLIBCXX_VISIBILITY()
388 count(const key_type& __x) const in _GLIBCXX_VISIBILITY()
395 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
[all …]
H A Dset.h48 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef
236 erase(const key_type& __x) in _GLIBCXX_VISIBILITY()
272 find(const key_type& __x) in _GLIBCXX_VISIBILITY()
278 find(const key_type& __x) const in _GLIBCXX_VISIBILITY()
284 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
290 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
294 upper_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
300 upper_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
304 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY()
316 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY()
H A Dmultiset.h48 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef
225 erase(const key_type& __x) in _GLIBCXX_VISIBILITY()
262 find(const key_type& __x) in _GLIBCXX_VISIBILITY()
268 find(const key_type& __x) const in _GLIBCXX_VISIBILITY()
274 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
280 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
284 upper_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
290 upper_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
294 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY()
306 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY()
H A Dmultimap.h48 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef
240 erase(const key_type& __x) in _GLIBCXX_VISIBILITY()
277 find(const key_type& __x) in _GLIBCXX_VISIBILITY()
281 find(const key_type& __x) const in _GLIBCXX_VISIBILITY()
287 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
291 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
295 upper_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
299 upper_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
303 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY()
313 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Dmap.h61 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef
343 try_emplace(const key_type& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY()
352 try_emplace(key_type&& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY()
361 try_emplace(const_iterator __hint, const key_type& __k, in _GLIBCXX_VISIBILITY()
372 try_emplace(const_iterator __hint, key_type&& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY()
382 insert_or_assign(const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
391 insert_or_assign(key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
401 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
411 insert_or_assign(const_iterator __hint, key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
434 extract(const key_type& __key) in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/
H A Dtrie_policy.hpp79 typedef String key_type; typedef
80 typedef typename _Alloc::template rebind<key_type> __rebind_k;
162 typedef typename base_type::key_type key_type; typedef in __gnu_pbds::trie_prefix_search_node_update
264 typedef typename base_type::key_type key_type; typedef in __gnu_pbds::trie_order_statistics_node_update
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/
H A Dtrie_policy.hpp78 typedef String key_type; typedef
79 typedef typename _Alloc::template rebind<key_type> __rebind_k;
161 typedef typename base_type::key_type key_type; typedef in __gnu_pbds::trie_prefix_search_node_update
263 typedef typename base_type::key_type key_type; typedef in __gnu_pbds::trie_order_statistics_node_update
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/profile/
H A Dmap.h52 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef
228 operator[](const key_type& __k) in _GLIBCXX_VISIBILITY()
236 operator[](key_type&& __k) in _GLIBCXX_VISIBILITY()
244 at(const key_type& __k) in _GLIBCXX_VISIBILITY()
251 at(const key_type& __k) const in _GLIBCXX_VISIBILITY()
376 erase(const key_type& __x) in _GLIBCXX_VISIBILITY()
424 find(const key_type& __x) in _GLIBCXX_VISIBILITY()
443 find(const key_type& __x) const in _GLIBCXX_VISIBILITY()
462 count(const key_type& __x) const in _GLIBCXX_VISIBILITY()
481 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/debug/
H A Dset.h55 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef
266 erase(const key_type& __x) in _GLIBCXX_VISIBILITY()
337 find(const key_type& __x) in _GLIBCXX_VISIBILITY()
343 find(const key_type& __x) const in _GLIBCXX_VISIBILITY()
349 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
355 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
359 upper_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
365 upper_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
369 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY()
380 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY()
H A Dmultiset.h55 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef
257 erase(const key_type& __x) in _GLIBCXX_VISIBILITY()
330 find(const key_type& __x) in _GLIBCXX_VISIBILITY()
336 find(const key_type& __x) const in _GLIBCXX_VISIBILITY()
342 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
348 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
352 upper_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
358 upper_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
362 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY()
373 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY()
H A Dmultimap.h56 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef
272 erase(const key_type& __x) in _GLIBCXX_VISIBILITY()
345 find(const key_type& __x) in _GLIBCXX_VISIBILITY()
349 find(const key_type& __x) const in _GLIBCXX_VISIBILITY()
355 lower_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
359 lower_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
363 upper_bound(const key_type& __x) in _GLIBCXX_VISIBILITY()
367 upper_bound(const key_type& __x) const in _GLIBCXX_VISIBILITY()
371 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY()
380 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dhash_map93 typedef typename _Ht::key_type key_type;
212 find(const key_type& __key)
216 find(const key_type& __key) const
220 operator[](const key_type& __key)
224 count(const key_type& __key) const
228 equal_range(const key_type& __key)
232 equal_range(const key_type& __key) const
236 erase(const key_type& __key)
312 typedef typename _Ht::key_type key_type;
431 find(const key_type& __key)
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dhash_map94 typedef typename _Ht::key_type key_type;
213 find(const key_type& __key)
217 find(const key_type& __key) const
221 operator[](const key_type& __key)
225 count(const key_type& __key) const
229 equal_range(const key_type& __key)
233 equal_range(const key_type& __key) const
237 erase(const key_type& __key)
313 typedef typename _Ht::key_type key_type;
432 find(const key_type& __key)
[all …]

12345