Home
last modified time | relevance | path

Searched refs:NUM_24 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/common/src/
H A Dcommon_fuzzer.cpp81 constexpr int32_t NUM_24 = 24; variable
192 …return (ptr[NUM_INDEX_ZERO] << NUM_24) | (ptr[NUM_INDEX_FIRST] << NUM_16) | (ptr[NUM_INDEX_SECOND]… in GetU32Data()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp150 static const uint8_t NUM_24 = 24; variable
2930 (static_cast<uint32_t>(fileData[NUM_3]) << NUM_24); in IsASTC()
3021 (static_cast<uint32_t>(buf[NUM_3]) << NUM_24); in GetDataSize()
3117 (static_cast<uint32_t>(fileData[NUM_3]) << NUM_24); in FormatIsSUT()
3220 (static_cast<uint32_t>(fileData[NUM_3]) << NUM_24); in GetASTCInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_area_modifier.cpp40 constexpr int NUM_24 = 24; variable
1264 …if ((values == nullptr) || (valuesSize != NUM_24) || (colorAndStyle == nullptr) || colorAndStyleSi… in SetTextAreaBorder()
H A Dnode_common_modifier.cpp79 constexpr int NUM_24 = 24; variable
1857 …if ((values == nullptr) || (valuesSize != NUM_24) || (colorAndStyle == nullptr) || colorAndStyleSi… in SetBorder()
4759 …if ((values == nullptr) || (valuesSize != NUM_24) || (colorAndStyle == nullptr) || colorAndStyleSi… in SetOutline()