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:list0
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_g2_hevc_dec.c
305
u32
list0
[V4L2_HEVC_DPB_ENTRIES_NUM_MAX] = {};
in set_ref_pic_list()
local
347
for (i = 0; i < decode_params->num_poc_st_curr_before && j < ARRAY_SIZE(
list0
); i++)
in set_ref_pic_list()
348
list0
[j++] = decode_params->poc_st_curr_before[i];
in set_ref_pic_list()
349
for (i = 0; i < decode_params->num_poc_st_curr_after && j < ARRAY_SIZE(
list0
); i++)
in set_ref_pic_list()
350
list0
[j++] = decode_params->poc_st_curr_after[i];
in set_ref_pic_list()
351
for (i = 0; i < decode_params->num_poc_lt_curr && j < ARRAY_SIZE(
list0
); i++)
in set_ref_pic_list()
352
list0
[j++] = decode_params->poc_lt_curr[i];
in set_ref_pic_list()
356
while (j < ARRAY_SIZE(
list0
))
in set_ref_pic_list()
357
list0
[j++] =
list0
[
in set_ref_pic_list()
[all...]
/kernel/linux/linux-5.10/drivers/firewire/
H
A
D
core-topology.c
408
struct list_head
list0
, list1;
in update_tree()
local
412
INIT_LIST_HEAD(&
list0
);
in update_tree()
413
list_add_tail(&card->local_node->link, &
list0
);
in update_tree()
417
node0 = fw_node(
list0
.next);
in update_tree()
420
while (&node0->link != &
list0
) {
in update_tree()
454
list_add_tail(&node0->ports[i]->link, &
list0
);
in update_tree()
/kernel/linux/linux-6.6/drivers/firewire/
H
A
D
core-topology.c
409
struct list_head
list0
, list1;
in update_tree()
local
413
INIT_LIST_HEAD(&
list0
);
in update_tree()
414
list_add_tail(&card->local_node->link, &
list0
);
in update_tree()
418
node0 = fw_node(
list0
.next);
in update_tree()
421
while (&node0->link != &
list0
) {
in update_tree()
455
list_add_tail(&node0->ports[i]->link, &
list0
);
in update_tree()
Completed in 3 milliseconds