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:NUM_16
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H
A
D
image_source.cpp
147
static const uint8_t
NUM_16
= 16;
member
2883
(static_cast<uint32_t>(fileData[NUM_2]) <<
NUM_16
) +
3069
(static_cast<uint32_t>(buf[NUM_2]) <<
NUM_16
) +
3161
(static_cast<uint32_t>(fileData[NUM_2]) <<
NUM_16
) +
3261
(static_cast<uint32_t>(fileData[NUM_2]) <<
NUM_16
) +
3266
(static_cast<unsigned int>(fileData[ASTC_HEADER_DIM_X + NUM_2]) <<
NUM_16
);
3269
(static_cast<unsigned int>(fileData[ASTC_HEADER_DIM_Y + NUM_2]) <<
NUM_16
);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_text_area_modifier.cpp
30
constexpr int
NUM_16
= 16;
member
1254
if ((values == nullptr) || (valuesSize != NUM_24) || (colorAndStyle == nullptr) || colorAndStyleSize !=
NUM_16
) {
in SetTextAreaBorder()
H
A
D
node_common_modifier.cpp
68
constexpr int
NUM_16
= 16;
member
1845
if ((values == nullptr) || (valuesSize != NUM_24) || (colorAndStyle == nullptr) || colorAndStyleSize !=
NUM_16
) {
in SetBorder()
4743
if ((values == nullptr) || (valuesSize != NUM_24) || (colorAndStyle == nullptr) || colorAndStyleSize !=
NUM_16
) {
in SetOutline()
5167
for (int i = 0; i <
NUM_16
; i++) {
in GetTransform()
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
style_modifier.cpp
53
constexpr int
NUM_16
= 16;
member
1981
ArkUI_Float32 values[
NUM_16
];
in GetTransform()
1983
for (int i = 0; i <
NUM_16
; i++) {
in GetTransform()
Completed in 51 milliseconds