Home
last modified time | relevance | path

Searched refs:first_node (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmvha.c104 int first_node = cur_node; in build_vlc() local
112 if (val && (val < nodes[first_node].count)) { in build_vlc()
114 first_node = new_node; in build_vlc()
116 first_node = second_node; in build_vlc()
123 if (first_node == cur_node) in build_vlc()
127 st = nodes[first_node].count; in build_vlc()
129 nodes[first_node].count = 0; in build_vlc()
137 nodes[cur_node].l = first_node; in build_vlc()
Dylc.c108 int first_node = cur_node; in build_vlc() local
116 if (val && (val < nodes[first_node].count)) { in build_vlc()
118 first_node = new_node; in build_vlc()
120 first_node = second_node; in build_vlc()
127 if (first_node == cur_node) in build_vlc()
131 st = nodes[first_node].count; in build_vlc()
133 nodes[first_node].count = 0; in build_vlc()
140 nodes[cur_node].l = first_node; in build_vlc()
/third_party/spirv-tools/source/opt/
Dinstruction_list.cpp22 Instruction* first_node = list.front().get(); in InsertBefore() local
27 return iterator(first_node); in InsertBefore()
Dinstruction.cpp585 Instruction* first_node = list.front().get(); in InsertBefore() local
590 return first_node; in InsertBefore()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction_list.cpp22 Instruction* first_node = list.front().get(); in InsertBefore() local
27 return iterator(first_node); in InsertBefore()
Dinstruction.cpp607 Instruction* first_node = list.front().get(); in InsertBefore() local
612 return first_node; in InsertBefore()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction_list.cpp22 Instruction* first_node = list.front().get(); in InsertBefore() local
27 return iterator(first_node); in InsertBefore()
Dinstruction.cpp607 Instruction* first_node = list.front().get(); in InsertBefore() local
612 return first_node; in InsertBefore()
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dilist.h110 NodeType* first_node = list->sentinel_.next_node_; in MoveBefore() local
113 this->node_->previous_node_->next_node_ = first_node; in MoveBefore()
114 first_node->previous_node_ = this->node_->previous_node_; in MoveBefore()
122 return iterator(first_node); in MoveBefore()
/third_party/spirv-tools/source/util/
Dilist.h110 NodeType* first_node = list->sentinel_.next_node_; in MoveBefore() local
113 this->node_->previous_node_->next_node_ = first_node; in MoveBefore()
114 first_node->previous_node_ = this->node_->previous_node_; in MoveBefore()
122 return iterator(first_node); in MoveBefore()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist.h110 NodeType* first_node = list->sentinel_.next_node_; in MoveBefore() local
113 this->node_->previous_node_->next_node_ = first_node; in MoveBefore()
114 first_node->previous_node_ = this->node_->previous_node_; in MoveBefore()
122 return iterator(first_node); in MoveBefore()
/third_party/mesa3d/src/compiler/nir/
Dnir.h4038 nir_cf_node *first_node = exec_node_data(nir_cf_node, in nir_before_cf_list() local
4040 return nir_before_cf_node(first_node); in nir_before_cf_list()