| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_trie.cpp | 55 static RK_S32 trie_get_node(MppTrieImpl *trie) in trie_get_node() 88 MPP_RET mpp_trie_init(MppTrie *trie, RK_S32 node_count, RK_S32 info_count) in mpp_trie_init() 135 MPP_RET mpp_trie_deinit(MppTrie trie) in mpp_trie_deinit() 151 MPP_RET mpp_trie_add_info(MppTrie trie, const char **info) in mpp_trie_add_info() 239 RK_S32 mpp_trie_get_node_count(MppTrie trie) in mpp_trie_get_node_count() 250 RK_S32 mpp_trie_get_info_count(MppTrie trie) in mpp_trie_get_info_count() 300 MppTrieNode *mpp_trie_node_root(MppTrie trie) in mpp_trie_node_root() 311 const char **mpp_trie_get_info(MppTrie trie, const char *name) in mpp_trie_get_info()
|
| H A D | mpp_dec_cfg.cpp | 135 static MppDecCfgInfo *mpp_dec_cfg_flaten(MppTrie trie, MppCfgApi **cfgs) in mpp_dec_cfg_flaten() 228 MppTrie trie; in MppDecCfgService() local
|
| H A D | mpp_enc_cfg.cpp | 272 static MppEncCfgInfo *mpp_enc_cfg_flaten(MppTrie trie, MppCfgApi **cfgs) in mpp_enc_cfg_flaten() 365 MppTrie trie; in MppEncCfgService() local
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | lpm_trie.c | 164 static size_t longest_prefix_match(const struct lpm_trie *trie, in longest_prefix_match() 229 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_lookup_elem() local 276 static struct lpm_trie_node *lpm_trie_node_alloc(const struct lpm_trie *trie, in lpm_trie_node_alloc() 303 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_update_elem() local 433 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_delete_elem() local 542 struct lpm_trie *trie; in trie_alloc() local 588 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_free() local 628 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_get_next_key() local
|
| /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/ext/pb_ds/ |
| H A D | assoc_container.hpp | 731 class trie : public PB_DS_TRIE_BASE class 740 trie() { } in trie() function in __gnu_pbds::trie 744 trie(const access_traits& t) in trie() function in __gnu_pbds::trie 751 trie(It first, It last) in trie() function in __gnu_pbds::trie 758 trie(It first, It last, const access_traits& t) in trie() function in __gnu_pbds::trie 762 trie(const trie& other) in trie() function in __gnu_pbds::trie
|
| /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/ext/pb_ds/ |
| H A D | assoc_container.hpp | 731 class trie : public PB_DS_TRIE_BASE class 740 trie() { } in trie() function in __gnu_pbds::trie 744 trie(const access_traits& t) in trie() function in __gnu_pbds::trie 751 trie(It first, It last) in trie() function in __gnu_pbds::trie 758 trie(It first, It last, const access_traits& t) in trie() function in __gnu_pbds::trie 762 trie(const trie& other) in trie() function in __gnu_pbds::trie
|
| /OK3568_Linux_fs/kernel/drivers/net/wireguard/ |
| H A D | allowedips.c | 111 static struct allowedips_node *find_node(struct allowedips_node *trie, u8 bits, in find_node() 149 static bool node_placement(struct allowedips_node __rcu *trie, const u8 *key, in node_placement() 181 static int add(struct allowedips_node __rcu **trie, u8 bits, const u8 *key, in add()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/test/ |
| H A D | mpp_trie_test.c | 61 MppTrie trie = NULL; in main() local
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | mpp_opt.c | 28 MppTrie trie; member
|
| /OK3568_Linux_fs/kernel/fs/unicode/ |
| H A D | utf8-norm.c | 322 utf8trie_t *trie = NULL; in utf8nlookup() local
|
| H A D | mkutf8data.c | 2709 utf8trie_t *trie; in utf8nlookup() local
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_trie.c | 165 struct trie { struct 168 struct trie_use_stats __percpu *stats; argument 172 static struct key_vector *resize(struct trie *t, struct key_vector *tn); argument
|