Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmvha.c106 int first_node = cur_node; in build_vlc() local
114 if (val && (val < nodes[first_node].count)) { in build_vlc()
116 first_node = new_node; in build_vlc()
118 first_node = second_node; in build_vlc()
125 if (first_node == cur_node) in build_vlc()
129 st = nodes[first_node].count; in build_vlc()
131 nodes[first_node].count = 0; in build_vlc()
139 nodes[cur_node].l = first_node; in build_vlc()
H A 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/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstruction_list.cpp22 Instruction* first_node = list.front().get(); in InsertBefore() local
27 return iterator(first_node); in InsertBefore()
H A Dinstruction.cpp607 Instruction* first_node = list.front().get(); in InsertBefore() local
612 return first_node; in InsertBefore()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction_list.cpp22 Instruction* first_node = list.front().get(); in InsertBefore() local
27 return iterator(first_node); in InsertBefore()
H A Dinstruction.cpp607 Instruction* first_node = list.front().get(); in InsertBefore() local
612 return first_node; in InsertBefore()
/third_party/spirv-tools/source/opt/
H A Dinstruction_list.cpp22 Instruction* first_node = list.front().get(); in InsertBefore() local
27 return iterator(first_node); in InsertBefore()
H A Dinstruction.cpp598 Instruction* first_node = list.front().get(); in InsertBefore() local
603 return first_node; in InsertBefore()
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dilist.h110 NodeType* first_node = list->sentinel_.next_node_; in MoveBefore()
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/
H A Dilist.h110 NodeType* first_node = list->sentinel_.next_node_; in MoveBefore()
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/
H A Dilist.h110 NodeType* first_node = list->sentinel_.next_node_; in MoveBefore()
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/
H A Dnir.h4038 nir_cf_node *first_node = exec_node_data(nir_cf_node,
4040 return nir_before_cf_node(first_node);

Completed in 16 milliseconds