Home
last modified time | relevance | path

Searched refs:hnode (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Didcinvideo.c59 typedef struct hnode { struct
63 } hnode; argument
72 hnode huff_nodes[256][HUF_TOKENS*2];
84 static int huff_smallest_node(hnode *hnodes, int num_hnodes) { in huff_smallest_node()
117 hnode *node, *hnodes; in huff_build_tree()
174 hnode *hnodes; in idcin_decode_vlcs()
/third_party/iptables/iptables/
Dnft-chain.h11 struct hlist_node hnode; member
Dnft-chain.c47 hlist_del(&c->hnode); in nft_chain_list_del()
Dnft-cache.c197 hlist_for_each_entry(c, node, chain_name_hlist(h, t, chain), hnode) { in nft_chain_find()
240 hlist_add_head(&nc->hnode, chain_name_hlist(h, t, cname)); in nft_cache_add_chain()
647 hlist_del(&base_chains[i]->hnode); in flush_base_chain_cache()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLTraits.cpp351 void Input::setError(HNode *hnode, const Twine &message) { in setError() argument
352 assert(hnode && "HNode must not be NULL"); in setError()
353 setError(hnode->_node, message); in setError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h1179 void setError(HNode *hnode, const Twine &message);