Home
last modified time | relevance | path

Searched defs:BYTE_MASK (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dzchar_wrapper.h74 static constexpr zchar BYTE_MASK = 0x000000BF; variable
/ohos5.0/foundation/communication/dsoftbus/core/broadcast/common/include/
H A Dbroadcast_protocol_constant.h73 #define BYTE_MASK 0xFF macro
/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_packet.c32 #define BYTE_MASK 0xFF macro
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutf.h106 constexpr uint8_t BYTE_MASK = 0xbf; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp56 constexpr static uint8_t BYTE_MASK = 0x0F; variable