Home
last modified time | relevance | path

Searched refs:trie_node (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0020-CVE-2023-22608-1.patch85 +/* All trie_node pointers will really be trie_leaf or trie_interior,
87 +struct trie_node
96 + struct trie_node head;
106 + struct trie_node head;
107 + struct trie_node *children[256];
110 +static struct trie_node *alloc_trie_leaf (bfd *abfd)
139 + struct trie_node *trie_root;
207 +static struct trie_node *insert_arange_in_trie(bfd *abfd,
208 + struct trie_node *trie,
325 + struct trie_node *child = interior->children[ch];
[all …]
H A D0020-CVE-2023-22608-2.patch121 -static struct trie_node *insert_arange_in_trie(bfd *abfd,
122 - struct trie_node *trie,
130 +static struct trie_node *
132 + struct trie_node *trie,
141 @@ -2031,7 +2054,6 @@ static struct trie_node *insert_arange_in_trie(bfd *abfd,
148 struct trie_node **trie_root, bfd_vma low_pc, bfd_vma high_pc)
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_dec_cfg.cpp48 MppTrieNode trie_node[]; member
59 node = mpp_trie_get_node(info->trie_node, name); in mpp_dec_cfg_find()
63 return (MppCfgInfoNode *)(((char *)info->trie_node) + node->id); in mpp_dec_cfg_find()
168 memcpy(info->trie_node, node_root, sizeof(*node_root) * node_count); in mpp_dec_cfg_flaten()
170 node_root = info->trie_node; in mpp_dec_cfg_flaten()
259 return (MppCfgInfoNode *)(mInfo->trie_node + mInfo->head.node_count); in get_info_root()
H A Dmpp_enc_cfg.cpp64 MppTrieNode trie_node[]; member
75 node = mpp_trie_get_node(info->trie_node, name); in mpp_enc_cfg_find()
79 return (MppCfgInfoNode *)(((char *)info->trie_node) + node->id); in mpp_enc_cfg_find()
305 memcpy(info->trie_node, node_root, sizeof(*node_root) * node_count); in mpp_enc_cfg_flaten()
307 node_root = info->trie_node; in mpp_enc_cfg_flaten()
396 return (MppCfgInfoNode *)(mInfo->trie_node + mInfo->head.node_count); in get_info_root()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0002-don-t-use-glibc-specific-qsort_r.patch134 static int trie_node_add_value(struct trie *trie, struct trie_node *node,