Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:first_node
(Results
1 - 12
of
12
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mvha.c
106
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
D
ylc.c
108
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
D
instruction_list.cpp
22
Instruction*
first_node
= list.front().get();
in InsertBefore()
local
27
return iterator(
first_node
);
in InsertBefore()
H
A
D
instruction.cpp
607
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
D
instruction_list.cpp
22
Instruction*
first_node
= list.front().get();
in InsertBefore()
local
27
return iterator(
first_node
);
in InsertBefore()
H
A
D
instruction.cpp
607
Instruction*
first_node
= list.front().get();
in InsertBefore()
local
612
return
first_node
;
in InsertBefore()
/third_party/spirv-tools/source/opt/
H
A
D
instruction_list.cpp
22
Instruction*
first_node
= list.front().get();
in InsertBefore()
local
27
return iterator(
first_node
);
in InsertBefore()
H
A
D
instruction.cpp
598
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
D
ilist.h
110
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
D
ilist.h
110
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
D
ilist.h
110
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
D
nir.h
4038
nir_cf_node *
first_node
= exec_node_data(nir_cf_node,
4040
return nir_before_cf_node(
first_node
);
Completed in 16 milliseconds