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:container_header
(Results
1 - 3
of
3
) sorted by relevance
/third_party/alsa-utils/axfer/
H
A
D
container-au.c
51
struct
container_header
{
struct
77
struct
container_header
header;
in au_parser_pre_process()
94
if (be32toh(header.hdr_size) != sizeof(struct
container_header
))
in au_parser_pre_process()
125
struct
container_header
*header,
in build_container_header()
130
header->hdr_size = htobe32(sizeof(struct
container_header
));
in build_container_header()
141
struct
container_header
header;
in write_container_header()
H
A
D
container-voc.c
62
struct
container_header
{
struct
318
struct
container_header
*header)
in parse_container_header()
434
struct
container_header
header = {0};
in detect_container_version()
601
struct
container_header
*header)
in write_container_header()
685
struct
container_header
header;
in write_data_blocks()
782
offset = sizeof(struct
container_header
) + sizeof(uint8_t);
in write_data_size()
/third_party/node/deps/v8/src/heap/cppgc-js/
H
A
D
cpp-snapshot.cc
600
const auto&
container_header
=
variable
603
graph_builder_.VisitWeakContainerForVisibility(
container_header
);
622
container_header
.Trace(this);
833
const HeapObjectHeader&
container_header
) {
in VisitWeakContainerForVisibility()
836
states_.GetOrCreateState(
container_header
).MarkAsWeakContainer();
in VisitWeakContainerForVisibility()
832
VisitWeakContainerForVisibility( const HeapObjectHeader&
container_header
)
VisitWeakContainerForVisibility()
argument
Completed in 5 milliseconds