| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | security_cam.c | 95 (*sec_cam_table)->sec_cam_entry[i]->key_type = 0; in sec_info_tbl_init() 316 u8 check_key_index(u8 addr_cam_sec_mode, u8 key_type, u8 key_index) in check_key_index() argument 320 switch (key_type) { in check_key_index() 329 switch (key_type) { in check_key_index() 338 switch (key_type) { in check_key_index() 356 switch (key_type) { in check_key_index() 377 u8 decide_key_index(u8 addr_cam_sec_mode, u8 key_type) in decide_key_index() argument 383 if (key_type == SEC_CAM_KEY_TYPE_UNI) in decide_key_index() 385 else if (key_type == SEC_CAM_KEY_TYPE_GROUP) in decide_key_index() 387 else if (key_type == SEC_CAM_KEY_TYPE_BIP) in decide_key_index() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | security_cam.c | 95 (*sec_cam_table)->sec_cam_entry[i]->key_type = 0; in sec_info_tbl_init() 316 u8 check_key_index(u8 addr_cam_sec_mode, u8 key_type, u8 key_index) in check_key_index() argument 320 switch (key_type) { in check_key_index() 329 switch (key_type) { in check_key_index() 338 switch (key_type) { in check_key_index() 356 switch (key_type) { in check_key_index() 377 u8 decide_key_index(u8 addr_cam_sec_mode, u8 key_type) in decide_key_index() argument 383 if (key_type == SEC_CAM_KEY_TYPE_UNI) in decide_key_index() 385 else if (key_type == SEC_CAM_KEY_TYPE_GROUP) in decide_key_index() 387 else if (key_type == SEC_CAM_KEY_TYPE_BIP) in decide_key_index() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | key.h | 96 struct key_type; 123 struct key_type *type; 166 const struct key_type *type, 173 struct key_type *keytype; 244 struct key_type *type; /* type of key */ 277 extern struct key *key_alloc(struct key_type *type, 316 extern struct key *request_key_tag(struct key_type *type, 321 extern struct key *request_key_rcu(struct key_type *type, 325 extern struct key *request_key_with_auxdata(struct key_type *type, 340 static inline struct key *request_key(struct key_type *type, in request_key() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | map | 27 typedef Key key_type; 29 typedef pair<const key_type, mapped_type> value_type; 119 mapped_type& operator[](const key_type& k); 120 mapped_type& operator[](key_type&& k); 122 mapped_type& at(const key_type& k); 123 const mapped_type& at(const key_type& k) const; 143 node_type extract(const key_type& x); // C++17 148 pair<iterator, bool> try_emplace(const key_type& k, Args&&... args); // C++17 150 pair<iterator, bool> try_emplace(key_type&& k, Args&&... args); // C++17 152 iterator try_emplace(const_iterator hint, const key_type& k, Args&&... args); // C++17 [all …]
|
| H A D | set | 27 typedef Key key_type; 28 typedef key_type value_type; 121 node_type extract(const key_type& x); // C++17 127 size_type erase(const key_type& k); 152 iterator find(const key_type& k); 153 const_iterator find(const key_type& k) const; 161 size_type count(const key_type& k) const; 162 iterator lower_bound(const key_type& k); 163 const_iterator lower_bound(const key_type& k) const; 169 iterator upper_bound(const key_type& k); [all …]
|
| H A D | unordered_map | 29 typedef Key key_type; 34 typedef pair<const key_type, mapped_type> value_type; 129 node_type extract(const key_type& x); // C++17 134 pair<iterator, bool> try_emplace(const key_type& k, Args&&... args); // C++17 136 pair<iterator, bool> try_emplace(key_type&& k, Args&&... args); // C++17 138 iterator try_emplace(const_iterator hint, const key_type& k, Args&&... args); // C++17 140 iterator try_emplace(const_iterator hint, key_type&& k, Args&&... args); // C++17 142 pair<iterator, bool> insert_or_assign(const key_type& k, M&& obj); // C++17 144 pair<iterator, bool> insert_or_assign(key_type&& k, M&& obj); // C++17 146 iterator insert_or_assign(const_iterator hint, const key_type& k, M&& obj); // C++17 [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | map | 27 typedef Key key_type; 29 typedef pair<const key_type, mapped_type> value_type; 119 mapped_type& operator[](const key_type& k); 120 mapped_type& operator[](key_type&& k); 122 mapped_type& at(const key_type& k); 123 const mapped_type& at(const key_type& k) const; 143 node_type extract(const key_type& x); // C++17 148 pair<iterator, bool> try_emplace(const key_type& k, Args&&... args); // C++17 150 pair<iterator, bool> try_emplace(key_type&& k, Args&&... args); // C++17 152 iterator try_emplace(const_iterator hint, const key_type& k, Args&&... args); // C++17 [all …]
|
| H A D | set | 27 typedef Key key_type; 28 typedef key_type value_type; 121 node_type extract(const key_type& x); // C++17 127 size_type erase(const key_type& k); 152 iterator find(const key_type& k); 153 const_iterator find(const key_type& k) const; 161 size_type count(const key_type& k) const; 162 iterator lower_bound(const key_type& k); 163 const_iterator lower_bound(const key_type& k) const; 169 iterator upper_bound(const key_type& k); [all …]
|
| H A D | unordered_map | 29 typedef Key key_type; 34 typedef pair<const key_type, mapped_type> value_type; 129 node_type extract(const key_type& x); // C++17 134 pair<iterator, bool> try_emplace(const key_type& k, Args&&... args); // C++17 136 pair<iterator, bool> try_emplace(key_type&& k, Args&&... args); // C++17 138 iterator try_emplace(const_iterator hint, const key_type& k, Args&&... args); // C++17 140 iterator try_emplace(const_iterator hint, key_type&& k, Args&&... args); // C++17 142 pair<iterator, bool> insert_or_assign(const key_type& k, M&& obj); // C++17 144 pair<iterator, bool> insert_or_assign(key_type&& k, M&& obj); // C++17 146 iterator insert_or_assign(const_iterator hint, const key_type& k, M&& obj); // C++17 [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/ |
| H A D | c_map.h | 104 value_type c_map_at(c_pmap thiz, key_type key); 110 size_type c_map_erase1(c_pmap thiz, key_type key); 113 c_iterator c_map_find(c_pmap thiz, key_type key); 114 size_type c_map_count(c_pmap thiz, key_type key); 115 c_iterator c_map_lower_bound(c_pmap thiz, key_type key); 116 c_iterator c_map_upper_bound(c_pmap thiz, key_type key); 117 c_iter_iter_pair c_map_equal_range(c_pmap thiz, key_type key);
|
| H A D | c_tree.h | 99 typedef value_type key_type; typedef 142 size_type c_rb_tree_erase1(c_prb_tree thiz, key_type key); 145 c_iterator c_rb_tree_find(c_prb_tree thiz, key_type key); 146 size_type c_rb_tree_count(c_prb_tree thiz, key_type key); 147 c_iterator c_rb_tree_lower_bound(c_prb_tree thiz, key_type key); 148 c_iterator c_rb_tree_upper_bound(c_prb_tree thiz, key_type key); 149 c_iter_iter_pair c_rb_tree_equal_range(c_prb_tree thiz, key_type key);
|
| H A D | c_map.c | 110 value_type c_map_at(c_pmap thiz, key_type key) in c_map_at() 146 size_type c_map_erase1(c_pmap thiz, key_type key) in c_map_erase1() 161 c_iterator c_map_find(c_pmap thiz, key_type key) in c_map_find() 166 size_type c_map_count(c_pmap thiz, key_type key) in c_map_count() 173 c_iterator c_map_lower_bound(c_pmap thiz, key_type key) in c_map_lower_bound() 178 c_iterator c_map_upper_bound(c_pmap thiz, key_type key) in c_map_upper_bound() 183 c_iter_iter_pair c_map_equal_range(c_pmap thiz, key_type key) in c_map_equal_range()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | typed-splay-tree.h | 28 typedef KEY_TYPE key_type; typedef 31 typedef int (*compare_fn) (key_type, key_type); 32 typedef void (*delete_key_fn) (key_type); 34 typedef int (*foreach_fn) (key_type, value_type, void *); 41 value_type lookup (key_type k); 42 value_type predecessor (key_type k); 43 value_type successor (key_type k); 44 void insert (key_type k, value_type v); 45 void remove (key_type k); 55 typedef key_type splay_tree_key; [all …]
|
| H A D | hash-map-traits.h | 34 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 &); 48 simple_hashmap_traits <H, Value>::hash (const key_type &h) in hash() 55 simple_hashmap_traits <H, Value>::equal_keys (const key_type &k1, in equal_keys() 56 const key_type &k2) in equal_keys() 171 typedef Key key_type; typedef
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | typed-splay-tree.h | 28 typedef KEY_TYPE key_type; typedef 31 typedef int (*compare_fn) (key_type, key_type); 32 typedef void (*delete_key_fn) (key_type); 34 typedef int (*foreach_fn) (key_type, value_type, void *); 41 value_type lookup (key_type k); 42 value_type predecessor (key_type k); 43 value_type successor (key_type k); 44 void insert (key_type k, value_type v); 45 void remove (key_type k); 55 typedef key_type splay_tree_key; [all …]
|
| H A D | hash-map-traits.h | 34 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 &); 48 simple_hashmap_traits <H, Value>::hash (const key_type &h) in hash() 55 simple_hashmap_traits <H, Value>::equal_keys (const key_type &k1, in equal_keys() 56 const key_type &k2) in equal_keys() 171 typedef Key key_type; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ext/ |
| H A D | hash_set | 27 typedef Value key_type; 28 typedef key_type value_type; 70 size_type erase(const key_type& k); 79 iterator find(const key_type& k); 80 const_iterator find(const key_type& k) const; 81 size_type count(const key_type& k) const; 82 pair<iterator, iterator> equal_range(const key_type& k); 83 pair<const_iterator, const_iterator> equal_range(const key_type& k) const; 113 typedef Value key_type; 114 typedef key_type value_type; [all …]
|
| H A D | hash_map | 27 typedef Key key_type; 32 typedef pair<const key_type, mapped_type> value_type; 71 size_type erase(const key_type& k); 80 iterator find(const key_type& k); 81 const_iterator find(const key_type& k) const; 82 size_type count(const key_type& k) const; 83 pair<iterator, iterator> equal_range(const key_type& k); 84 pair<const_iterator, const_iterator> equal_range(const key_type& k) const; 86 mapped_type& operator[](const key_type& k); 116 typedef Key key_type; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ext/ |
| H A D | hash_set | 27 typedef Value key_type; 28 typedef key_type value_type; 70 size_type erase(const key_type& k); 79 iterator find(const key_type& k); 80 const_iterator find(const key_type& k) const; 81 size_type count(const key_type& k) const; 82 pair<iterator, iterator> equal_range(const key_type& k); 83 pair<const_iterator, const_iterator> equal_range(const key_type& k) const; 113 typedef Value key_type; 114 typedef key_type value_type; [all …]
|
| H A D | hash_map | 27 typedef Key key_type; 32 typedef pair<const key_type, mapped_type> value_type; 71 size_type erase(const key_type& k); 80 iterator find(const key_type& k); 81 const_iterator find(const key_type& k) const; 82 size_type count(const key_type& k) const; 83 pair<iterator, iterator> equal_range(const key_type& k); 84 pair<const_iterator, const_iterator> equal_range(const key_type& k) const; 86 mapped_type& operator[](const key_type& k); 116 typedef Key key_type; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | stl_map.h | 103 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef 149 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>, in _GLIBCXX_VISIBILITY() 492 operator[](const key_type& __k) in _GLIBCXX_VISIBILITY() 502 std::tuple<const key_type&>(__k), in _GLIBCXX_VISIBILITY() 512 operator[](key_type&& __k) in _GLIBCXX_VISIBILITY() 537 at(const key_type& __k) in _GLIBCXX_VISIBILITY() 546 at(const key_type& __k) const in _GLIBCXX_VISIBILITY() 624 extract(const key_type& __x) in _GLIBCXX_VISIBILITY() 691 try_emplace(const key_type& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY() 708 try_emplace(key_type&& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | unordered_map.h | 111 typedef typename _Hashtable::key_type key_type; in _GLIBCXX_VISIBILITY() typedef 433 extract(const key_type& __key) in _GLIBCXX_VISIBILITY() 471 try_emplace(const key_type& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY() 489 try_emplace(key_type&& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY() 534 try_emplace(const_iterator __hint, const key_type& __k, in _GLIBCXX_VISIBILITY() 549 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 …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | stl_map.h | 103 typedef _Key key_type; in _GLIBCXX_VISIBILITY() typedef 149 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>, in _GLIBCXX_VISIBILITY() 492 operator[](const key_type& __k) in _GLIBCXX_VISIBILITY() 502 std::tuple<const key_type&>(__k), in _GLIBCXX_VISIBILITY() 512 operator[](key_type&& __k) in _GLIBCXX_VISIBILITY() 537 at(const key_type& __k) in _GLIBCXX_VISIBILITY() 546 at(const key_type& __k) const in _GLIBCXX_VISIBILITY() 624 extract(const key_type& __x) in _GLIBCXX_VISIBILITY() 691 try_emplace(const key_type& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY() 708 try_emplace(key_type&& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | unordered_map.h | 111 typedef typename _Hashtable::key_type key_type; in _GLIBCXX_VISIBILITY() typedef 433 extract(const key_type& __key) in _GLIBCXX_VISIBILITY() 471 try_emplace(const key_type& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY() 489 try_emplace(key_type&& __k, _Args&&... __args) in _GLIBCXX_VISIBILITY() 534 try_emplace(const_iterator __hint, const key_type& __k, in _GLIBCXX_VISIBILITY() 549 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 …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/map/detail/ |
| H A D | map_impl.hpp | 71 typedef typename Pair::first_type key_type; typedef 128 value_type get_val(mpl::identity<key_type>); 132 value_type get_val(mpl::identity<key_type>) const; 137 mpl::identity<key_type> get_key(mpl::int_<index>); 139 mpl::identity<key_type> get_key(mpl::int_<index>) const; 143 get(mpl::identity<key_type>) const in get() 150 get(mpl::identity<key_type>) in get()
|