Home
last modified time | relevance | path

Searched defs:trie (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_trie.cpp55 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 Dmpp_dec_cfg.cpp135 static MppDecCfgInfo *mpp_dec_cfg_flaten(MppTrie trie, MppCfgApi **cfgs) in mpp_dec_cfg_flaten()
228 MppTrie trie; in MppDecCfgService() local
H A Dmpp_enc_cfg.cpp272 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 Dlpm_trie.c164 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 Dassoc_container.hpp731 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 Dassoc_container.hpp731 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 Dallowedips.c111 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 Dmpp_trie_test.c61 MppTrie trie = NULL; in main() local
/OK3568_Linux_fs/external/mpp/utils/
H A Dmpp_opt.c28 MppTrie trie; member
/OK3568_Linux_fs/kernel/fs/unicode/
H A Dutf8-norm.c322 utf8trie_t *trie = NULL; in utf8nlookup() local
H A Dmkutf8data.c2709 utf8trie_t *trie; in utf8nlookup() local
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_trie.c165 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