Searched refs:key_type (Results 1 - 15 of 15) sorted by relevance

/haiku/headers/cpp/
H A Dstl_map.h53 typedef _Key key_type; typedef in class:map
72 typedef _Rb_tree<key_type, value_type,
150 _Tp& operator[](const key_type& __k) {
180 size_type erase(const key_type& __x) { return _M_t.erase(__x); }
187 iterator find(const key_type& __x) { return _M_t.find(__x); }
188 const_iterator find(const key_type& __x) const { return _M_t.find(__x); }
189 size_type count(const key_type& __x) const { return _M_t.count(__x); }
190 iterator lower_bound(const key_type& __x) {return _M_t.lower_bound(__x); }
191 const_iterator lower_bound(const key_type& __x) const {
194 iterator upper_bound(const key_type
[all...]
H A Dstl_multimap.h53 typedef _Key key_type; typedef in class:multimap
71 typedef _Rb_tree<key_type, value_type,
169 size_type erase(const key_type& __x) { return _M_t.erase(__x); }
176 iterator find(const key_type& __x) { return _M_t.find(__x); }
177 const_iterator find(const key_type& __x) const { return _M_t.find(__x); }
178 size_type count(const key_type& __x) const { return _M_t.count(__x); }
179 iterator lower_bound(const key_type& __x) {return _M_t.lower_bound(__x); }
180 const_iterator lower_bound(const key_type& __x) const {
183 iterator upper_bound(const key_type& __x) {return _M_t.upper_bound(__x); }
184 const_iterator upper_bound(const key_type
[all...]
H A Dstl_multiset.h52 typedef _Key key_type; typedef in class:multiset
57 typedef _Rb_tree<key_type, value_type,
163 size_type erase(const key_type& __x) {
174 iterator find(const key_type& __x) const { return _M_t.find(__x); }
175 size_type count(const key_type& __x) const { return _M_t.count(__x); }
176 iterator lower_bound(const key_type& __x) const {
179 iterator upper_bound(const key_type& __x) const {
182 pair<iterator,iterator> equal_range(const key_type& __x) const {
H A Dstl_set.h52 typedef _Key key_type; typedef in class:set
57 typedef _Rb_tree<key_type, value_type,
157 size_type erase(const key_type& __x) {
168 iterator find(const key_type& __x) const { return _M_t.find(__x); }
169 size_type count(const key_type& __x) const { return _M_t.count(__x); }
170 iterator lower_bound(const key_type& __x) const {
173 iterator upper_bound(const key_type& __x) const {
176 pair<iterator,iterator> equal_range(const key_type& __x) const {
H A Dstl_hash_map.h58 typedef typename _Ht::key_type key_type; typedef in class:hash_map
176 iterator find(const key_type& __key) { return _M_ht.find(__key); }
177 const_iterator find(const key_type& __key) const
180 _Tp& operator[](const key_type& __key) {
184 size_type count(const key_type& __key) const { return _M_ht.count(__key); }
186 pair<iterator, iterator> equal_range(const key_type& __key)
189 equal_range(const key_type& __key) const
192 size_type erase(const key_type& __key) {return _M_ht.erase(__key); }
241 typedef typename _Ht::key_type key_typ typedef in class:hash_multimap
[all...]
H A Dstl_hash_set.h57 typedef typename _Ht::key_type key_type; typedef in class:hash_set
179 iterator find(const key_type& __key) const { return _M_ht.find(__key); }
181 size_type count(const key_type& __key) const { return _M_ht.count(__key); }
183 pair<iterator, iterator> equal_range(const key_type& __key) const
186 size_type erase(const key_type& __key) {return _M_ht.erase(__key); }
236 typedef typename _Ht::key_type key_type; typedef in class:hash_multiset
351 iterator find(const key_type& __key) const { return _M_ht.find(__key); }
353 size_type count(const key_type
[all...]
H A Dstl_hashtable.h189 typedef _Key key_type; typedef in class:hashtable
458 iterator find(const key_type& __key)
469 const_iterator find(const key_type& __key) const
480 size_type count(const key_type& __key) const
492 equal_range(const key_type& __key);
495 equal_range(const key_type& __key) const;
497 size_type erase(const key_type& __key);
519 size_type _M_bkt_num_key(const key_type& __key) const
529 size_type _M_bkt_num_key(const key_type& __key, size_t __n) const
763 hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>::equal_range(const key_type
[all...]
H A Dstl_tree.h530 typedef _Key key_type; typedef in class:_Rb_tree
729 size_type erase(const key_type& __x);
731 void erase(const key_type* __first, const key_type* __last);
744 iterator find(const key_type& __x);
745 const_iterator find(const key_type& __x) const;
746 size_type count(const key_type& __x) const;
747 iterator lower_bound(const key_type& __x);
748 const_iterator lower_bound(const key_type& __x) const;
749 iterator upper_bound(const key_type
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_keycache.c79 u_int32_t key_type; local
90 key_type = OS_REG_READ(ah, AR_KEYTABLE_TYPE(entry));
101 if (key_type == AR_KEYTABLE_TYPE_TKIP && IS_MIC_ENABLED(ah)) {
118 if (key_type == AR_KEYTABLE_TYPE_TKIP ||
119 key_type == AR_KEYTABLE_TYPE_40 ||
120 key_type == AR_KEYTABLE_TYPE_104 ||
121 key_type == AR_KEYTABLE_TYPE_128) {
195 u_int32_t key_type; local
214 key_type = AR_KEYTABLE_TYPE_AES;
223 key_type
[all...]
H A Dar9300_xmit_ds.c65 HAL_KEY_TYPE key_type,
112 ads->ds_ctl17 = __bswap32(SM(key_type, AR_encr_type));
116 ads->ds_ctl17 = SM(key_type, AR_encr_type);
126 ads->ds_ctl17 = SM(key_type, AR_encr_type);
594 HAL_KEY_TYPE key_type,
601 HALASSERT(is_valid_key_type(key_type));
625 SM(key_type, AR_encr_type) | (flags & HAL_TXDESC_LDPC ? AR_ldpc : 0);
58 ar9300_fill_tx_desc( struct ath_hal *ah, void *ds, HAL_DMA_ADDR *buf_addr, u_int32_t *seg_len, u_int desc_id, u_int qcu, HAL_KEY_TYPE key_type, HAL_BOOL first_seg, HAL_BOOL last_seg, const void *ds0) argument
587 ar9300_set_11n_tx_desc( struct ath_hal *ah, void *ds, u_int pkt_len, HAL_PKT_TYPE type, u_int tx_power, u_int key_ix, HAL_KEY_TYPE key_type, u_int flags) argument
H A Dar9300desc.h514 u_int32_t *seg_len, u_int desc_id, u_int qcu, HAL_KEY_TYPE key_type, HAL_BOOL first_seg,
532 u_int key_ix, HAL_KEY_TYPE key_type, u_int flags);
H A Dar9300_misc.c3221 u_int32_t key_type; local
3232 key_type = OS_REG_READ(ah, AR_KEYTABLE_TYPE(entry));
3266 valid, key_type,
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_event.h192 uint8 key_type; member in struct:hci_ev_link_key_notify
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h86 void SetType(uint8 key_type) { type = key_type; } argument
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp1002 LinkKeyUtils::ToString(event->link_key).String(), event->key_type);

Completed in 209 milliseconds