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:BYTE_MASK
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/ability_base/interfaces/inner_api/base/src/
H
A
D
zchar_wrapper.cpp
91
*(--dst) = ((uc | BYTE_MARK) &
BYTE_MASK
);
in WriteUTF8Bytes()
96
*(--dst) = ((uc | BYTE_MARK) &
BYTE_MASK
);
in WriteUTF8Bytes()
101
*(--dst) = ((uc | BYTE_MARK) &
BYTE_MASK
);
in WriteUTF8Bytes()
/foundation/communication/dsoftbus/core/broadcast/common/include/
H
A
D
broadcast_protocol_constant.h
73
#define
BYTE_MASK
0xFF
macro
/foundation/ability/ability_base/interfaces/inner_api/base/include/
H
A
D
zchar_wrapper.h
71
static constexpr zchar
BYTE_MASK
= 0x000000BF;
member in OHOS::AAFwk::final
/foundation/ability/dmsfwk_lite/source/
H
A
D
dmslite_packet.c
32
#define
BYTE_MASK
0xFF
macro
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
utf.h
106
constexpr uint8_t
BYTE_MASK
= 0xbf;
member
H
A
D
utf.cpp
158
uint8_t cont = ((codePoint | BYTE_MARK) &
BYTE_MASK
);
in EncodeUTF8()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H
A
D
softbus_listener.cpp
55
constexpr static uint8_t
BYTE_MASK
= 0x0F;
member
793
result[index++] = HEX_ARRAY[(num >> BIN_HIGH_FOUR_NUM) &
BYTE_MASK
];
in ConvertBytesToUpperCaseHexString()
794
result[index++] = HEX_ARRAY[num &
BYTE_MASK
];
in ConvertBytesToUpperCaseHexString()
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H
A
D
disc_ble.c
864
broadcastData->data.data[POS_VERSION] = BLE_VERSION &
BYTE_MASK
;
in AssembleBroadcastData()
865
broadcastData->data.data[POS_BUSINESS] = DISTRIBUTE_BUSINESS &
BYTE_MASK
;
in AssembleBroadcastData()
878
broadcastData->data.data[POS_CAPABLITY] = info->capabilityBitmap[0] &
BYTE_MASK
;
in AssembleBroadcastData()
1858
filter->serviceDataMask[POS_VERSION] =
BYTE_MASK
;
in DiscBleSetScanFilter()
1859
filter->serviceDataMask[POS_BUSINESS] =
BYTE_MASK
;
in DiscBleSetScanFilter()
Completed in 8 milliseconds