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_16
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/dmsfwk/test/fuzztest/dschedsoftbussession_fuzzer/
H
A
D
dschedsoftbussession_fuzzer.cpp
36
constexpr int32_t
OFFSET_16
= 16;
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
42
constexpr uint8_t
OFFSET_16
= 16;
member
615
static_cast<uint32_t>(((head[3] & 0xFF)) | ((head[2] & 0xFF) << OFFSET_8) | ((head[1] & 0xFF) <<
OFFSET_16
) |
/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H
A
D
distributedwantparams_fuzzer.cpp
48
constexpr int32_t
OFFSET_16
= 16;
member
54
return (ptr[POS_0] << OFFSET_24) | (ptr[POS_1] <<
OFFSET_16
) | (ptr[POS_2] << OFFSET_8) | ptr[POS_3];
in GetU32Data()
116
wantParams->ReadArrayToParcel(parcel, GetU32Data(data) %
OFFSET_16
, array);
in DoSomethingInterestingWithMyAPI_DistributedWantParams_002()
/foundation/multimedia/av_codec/services/services/codec/ipc/
H
A
D
buffer_converter.cpp
33
constexpr int32_t
OFFSET_16
= 0x10;
member
340
usrRect_.wStride = width +
OFFSET_16
- modVal;
in SetWidth()
351
usrRect_.hStride = height +
OFFSET_16
- modVal;
in SetHeight()
420
return modVal ? (widthHeight +
OFFSET_16
- modVal) : widthHeight;
in CalculateUserStride()
/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H
A
D
distributedwant_fuzzer.cpp
38
constexpr int32_t
OFFSET_16
= 16;
member
44
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
28
constexpr uint8_t
OFFSET_16
= 16;
member
598
static_cast<uint32_t>(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << OFFSET_8) | ((ch[1] & 0xFF) <<
OFFSET_16
) |
in ReadOneFrame()
Completed in 5 milliseconds