Searched refs:hnode (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | idcinvideo.c | 59 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/ |
D | nft-chain.h | 11 struct hlist_node hnode; member
|
D | nft-chain.c | 47 hlist_del(&c->hnode); in nft_chain_list_del()
|
D | nft-cache.c | 197 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/ |
D | YAMLTraits.cpp | 351 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/ |
D | YAMLTraits.h | 1179 void setError(HNode *hnode, const Twine &message);
|