Home
last modified time | relevance | path

Searched refs:EIGHT (Results 1 - 25 of 26) sorted by relevance

12

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_bt_uuid.cpp21 #define EIGHT 8 macro
25 (((static_cast<uint64_t>(uuid_[0])) << EIGHT * 7) | ((static_cast<uint64_t>(uuid_[1])) << EIGHT * 6) | in Marshalling()
26 ((static_cast<uint64_t>(uuid_[2])) << EIGHT * 5) | ((static_cast<uint64_t>(uuid_[3])) << EIGHT * 4) | in Marshalling()
27 ((static_cast<uint64_t>(uuid_[4])) << EIGHT * 3) | ((static_cast<uint64_t>(uuid_[5])) << EIGHT * 2) | in Marshalling()
28 ((static_cast<uint64_t>(uuid_[6])) << EIGHT) | uuid_[7]); in Marshalling()
31 (((static_cast<uint64_t>(uuid_[8])) << EIGHT * 7) | ((static_cast<uint64_t>(uuid_[9])) << EIGHT * in Marshalling()
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dipv4_address_test.cpp27 constexpr size_t EIGHT = 8; member
99 size_t prefixLength = EIGHT; in HWTEST_F()
113 size_t prefixLength = EIGHT; in HWTEST_F()
127 size_t prefixLength = EIGHT; in HWTEST_F()
141 size_t prefixLength = EIGHT; in HWTEST_F()
155 size_t prefixLength = EIGHT; in HWTEST_F()
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_color.h26 constexpr int32_t EIGHT = 8; member
53 : red_((rgba >> SIXTEEN) & COLOR_DEFAULT), green_((rgba >> EIGHT) & COLOR_DEFAULT), in TestingColor()
89 green_ = (rgba >> EIGHT) & 0xff; in Color()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskonremoterequest_fuzzer/
H A Dbgtaskonremoterequest_fuzzer.cpp29 constexpr uint8_t EIGHT = 8; member
37 return (ptr[0] << TWENTYFOUR) | (ptr[1] << SIXTEEN) | (ptr[TWO] << EIGHT) | (ptr[THREE]); in GetU32Data()
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactiveonremoterequest_fuzzer/
H A Dbundleactiveonremoterequest_fuzzer.cpp31 constexpr uint8_t EIGHT = 8; member
39 return (ptr[0] << TWENTYFOUR) | (ptr[1] << SIXTEEN) | (ptr[TWO] << EIGHT) | (ptr[THREE]); in GetU32Data()
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactiveobserver_fuzzer/
H A Dbundleactiveobserver_fuzzer.cpp31 constexpr uint8_t EIGHT = 8; member
38 return (ptr[0] << TWENTYFOUR) | (ptr[1] << SIXTEEN) | (ptr[TWO] << EIGHT) | (ptr[THREE]); in GetU32Data()
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/appgroupcallbackstub_fuzzer/
H A Dappgroupcallbackstub_fuzzer.cpp31 constexpr uint8_t EIGHT = 8; member
37 return (ptr[0] << TWENTYFOUR) | (ptr[1] << SIXTEEN) | (ptr[TWO] << EIGHT) | (ptr[THREE]); in GetU32Data()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksubscriber_fuzzer/
H A DbgtaskSubscriber_fuzzer.cpp29 constexpr uint8_t EIGHT = 8; member
40 return (ptr[0] << TWENTYFOUR) | (ptr[1] << SIXTEEN) | (ptr[TWO] << EIGHT) | (ptr[THREE]); in GetU32Data()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/
H A Dn_func_arg.h35 EIGHT = 8, enumerator
/foundation/communication/netstack/utils/common_utils/include/
H A Dnetstack_common_utils.h32 EIGHT, enumerator
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp27 constexpr int32_t EIGHT = 8; member
343 uint32_t bufferSize = static_cast<uint32_t>(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | in ReadData()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp31 constexpr int32_t EIGHT = 8; member
419 uint32_t bufferSize = static_cast<uint32_t>(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | in PushData()
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp27 constexpr int32_t EIGHT = 8; member
343 uint32_t bufferSize = static_cast<uint32_t>(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | in ReadData()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dvideodec_sample.cpp26 constexpr int32_t EIGHT = 8; member
324 uint32_t bufferSize = static_cast<uint32_t>(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | in ReadData()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp31 constexpr int32_t EIGHT = 8; member
419 uint32_t bufferSize = static_cast<uint32_t>(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | in PushData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp29 constexpr int32_t EIGHT = 8; member
539 uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | ((ch[1] & 0xFF) << SIXTEEN) | in PushData()
546 bufferSize = (uint32_t)(((ch[zero] & 0xFF)) | ((ch[one] & 0xFF) << EIGHT) | ((ch[two] & 0xFF) << SIXTEEN) | in PushData()
H A Dvideodec_ndk_sample.cpp29 constexpr int32_t EIGHT = 8; member
530 uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | ((ch[1] & 0xFF) << SIXTEEN) | in ReadData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp34 constexpr int32_t EIGHT = 8; member
340 uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | ((ch[1] & 0xFF) << SIXTEEN) | in PushData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp32 constexpr int32_t EIGHT = 8; member
375 uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | ((ch[1] & 0xFF) << SIXTEEN) | in ReadData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp36 constexpr int32_t EIGHT = 8; member
672 uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | ((ch[1] & 0xFF) << SIXTEEN) | in PushData()
679 bufferSize = (uint32_t)(((ch[zero] & 0xFF)) | ((ch[one] & 0xFF) << EIGHT) | ((ch[two] & 0xFF) << SIXTEEN) | in PushData()
H A Dvideodec_ndk_sample.cpp35 constexpr int32_t EIGHT = 8; member
617 uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | ((ch[1] & 0xFF) << SIXTEEN) | in PushData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp35 constexpr int32_t EIGHT = 8; member
662 uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | ((ch[1] & 0xFF) << SIXTEEN) | in PushData()
669 bufferSize = (uint32_t)(((ch[zero] & 0xFF)) | ((ch[one] & 0xFF) << EIGHT) | ((ch[two] & 0xFF) << SIXTEEN) | in PushData()
H A Dvideodec_ndk_sample.cpp29 constexpr int32_t EIGHT = 8; member
556 uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | ((ch[1] & 0xFF) << SIXTEEN) | in PushData()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_overloads.cpp205 if (!funcArg.InitArgs(NARG_CNT::EIGHT, NARG_CNT::TEN)) { in CompressedTexSubImage2D()
270 if (!funcArg.InitArgs(NARG_CNT::SEVEN, NARG_CNT::EIGHT)) { in ReadPixels()
H A Dwebgl_rendering_context_base.cpp653 if (!funcArg.InitArgs(NARG_CNT::EIGHT)) { in CopyTexImage2D()
700 if (!funcArg.InitArgs(NARG_CNT::EIGHT)) { in CopyTexSubImage2D()

Completed in 24 milliseconds

12