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:TWO_BYTES_SHIFT
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H
A
D
heif_utils.h
29
(string[BUFFER_INDEX_ONE] <<
TWO_BYTES_SHIFT
) |
in fourcc_to_code()
H
A
D
heif_constant.h
23
const uint8_t
TWO_BYTES_SHIFT
= 16;
member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H
A
D
heif_utils.cpp
24
fourcc[BUFFER_INDEX_ONE] = static_cast<char>((code >>
TWO_BYTES_SHIFT
) & 0xFF);
in code_to_fourcc()
H
A
D
heif_stream.cpp
132
(buf[BUFFER_INDEX_ONE] <<
TWO_BYTES_SHIFT
) |
in Read32()
154
((uint64_t)buf[BUFFER_INDEX_FIVE] <<
TWO_BYTES_SHIFT
) |
in Read64()
233
data_[position_++] = uint8_t((value >>
TWO_BYTES_SHIFT
) & 0xFF);
in Write32()
246
data_[position_++] = uint8_t((value >>
TWO_BYTES_SHIFT
) & 0xFF);
in Write64()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H
A
D
item_ref_box.cpp
65
if ((ref.fromItemId >>
TWO_BYTES_SHIFT
) > 0) {
in InferFullBoxVersion()
72
if ((id >>
TWO_BYTES_SHIFT
) > 0) {
in InferFullBoxVersion()
H
A
D
item_property_hvcc_box.cpp
74
config_.generalConstraintIndicatorFlags = uint64_t((indicatorFlagsPre <<
TWO_BYTES_SHIFT
) | indicatorFlagsLast);
in ParseContent()
112
outData->push_back((unit.size() >>
TWO_BYTES_SHIFT
) & 0xFF);
in GetHeaders()
141
writer.Write32((config.generalConstraintIndicatorFlags >>
TWO_BYTES_SHIFT
) & 0xFFFFFFFF);
in Write()
/foundation/communication/nfc/services/include/
H
A
D
isodep_card_handler.h
81
static const int
TWO_BYTES_SHIFT
= 16;
member in OHOS::NFC::TAG::IsodepCardHandler
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
heif_parser_box_test.cpp
224
EXPECT_TRUE((0xFFFFFFFF >>
TWO_BYTES_SHIFT
) > 0);
in HWTEST_F()
230
EXPECT_TRUE((0x00000000 >>
TWO_BYTES_SHIFT
) == 0);
in HWTEST_F()
/foundation/communication/nfc/services/src/tag/
H
A
D
isodep_card_handler.cpp
288
balanceValue = ((bytes[BYTE_ONE] & 0xFF) <<
TWO_BYTES_SHIFT
)
in GetBalanceValue()
Completed in 5 milliseconds