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:ChunkType
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
mmsh.c
54
}
ChunkType
;
typedef
73
static
ChunkType
get_chunk_header(MMSHContext *mmsh, int *len)
in get_chunk_header()
78
ChunkType
chunk_type;
in get_chunk_header()
146
ChunkType
chunk_type;
in get_http_header_data()
332
ChunkType
chunk_type;
in handle_chunk_type()
/third_party/vixl/src/aarch64/
H
A
D
simulator-aarch64.h
617
typedef uint16_t
ChunkType
;
typedef in vixl::aarch64::LogicPRegister
641
VIXL_ASSERT((register_.GetSizeInBytes() % sizeof(
ChunkType
)) == 0);
in GetChunkCount()
642
return register_.GetSizeInBytes() / sizeof(
ChunkType
);
in GetChunkCount()
645
ChunkType
GetChunk(int lane) const { return GetActiveMask<
ChunkType
>(lane); }
in GetChunk()
647
void SetChunk(int lane,
ChunkType
new_value) {
in SetChunk()
652
int chunk_size = sizeof(
ChunkType
) * kBitsPerByte;
in SetAllBits()
653
ChunkType
bits = GetUintMask(chunk_size);
in SetAllBits()
H
A
D
logic-aarch64.cc
1656
LogicPRegister::
ChunkType
mask = pg.GetChunk(i);
1657
LogicPRegister::
ChunkType
result =
7172
LogicPRegister::
ChunkType
op1 = pn.GetChunk(i);
7173
LogicPRegister::
ChunkType
op2 = pm.GetChunk(i);
7174
LogicPRegister::
ChunkType
result = 0;
/third_party/ffmpeg/libavcodec/
H
A
D
g2meet.c
50
enum
ChunkType
{
enum
Completed in 19 milliseconds