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:OFFSET_24
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/dmsfwk/test/fuzztest/dschedsoftbussession_fuzzer/
H
A
D
dschedsoftbussession_fuzzer.cpp
35
constexpr int32_t
OFFSET_24
= 24;
member
55
int32_t data = (ch[POS_0] <<
OFFSET_24
) | (ch[POS_1] << OFFSET_16) | (ch[POS_2] << OFFSET_8) | ch[POS_3];
in Get32Data()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/
H
A
D
vdec_sample.cpp
43
constexpr uint8_t
OFFSET_24
= 24;
member
616
((head[0] & 0xFF) <<
OFFSET_24
)); // 0 1 2 3: avcc frame head offset
/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H
A
D
distributedwant_fuzzer.cpp
37
constexpr int32_t
OFFSET_24
= 24;
member
44
return (ptr[POS_0] <<
OFFSET_24
) | (ptr[POS_1] << OFFSET_16) | (ptr[POS_2] << OFFSET_8) | ptr[POS_3];
in GetU32Data()
/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H
A
D
distributedwantparams_fuzzer.cpp
47
constexpr int32_t
OFFSET_24
= 24;
member
54
return (ptr[POS_0] <<
OFFSET_24
) | (ptr[POS_1] << OFFSET_16) | (ptr[POS_2] << OFFSET_8) | ptr[POS_3];
in GetU32Data()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H
A
D
vdec_sample.cpp
29
constexpr uint8_t
OFFSET_24
= 24;
member
599
((ch[0] & 0xFF) <<
OFFSET_24
)); // 0 1 2 3: avcc frame head offset
in ReadOneFrame()
Completed in 4 milliseconds