Home
last modified time | relevance | path

Searched refs:ZERO_MOVE_LEN (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/input/test/fuzztest/hidddk_fuzzer/
H A Dhidddk_fuzzer.cpp32 constexpr int32_t ZERO_MOVE_LEN = 24; variable
47 … return (ptr[ZERO_BIT] << ZERO_MOVE_LEN) | (ptr[FIRST_BIT] << FIRST_MOVE_LEN) | (ptr[SECOND_BIT] << in Convert2Uint32()
/ohos5.0/drivers/peripheral/usb/test/fuzztest/usb_fuzzer/
H A Dusb_fuzzer.cpp31 constexpr int32_t ZERO_MOVE_LEN = 24; variable
46 … return (ptr[ZERO_BIT] << ZERO_MOVE_LEN) | (ptr[FIRST_BIT] << FIRST_MOVE_LEN) | (ptr[SECOND_BIT] << in Convert2Uint32()
/ohos5.0/drivers/peripheral/usb/test/fuzztest/usbddk_fuzzer/
H A Dusbddk_fuzzer.cpp32 constexpr int32_t ZERO_MOVE_LEN = 24; variable
47 … return (ptr[ZERO_BIT] << ZERO_MOVE_LEN) | (ptr[FIRST_BIT] << FIRST_MOVE_LEN) | (ptr[SECOND_BIT] << in Convert2Uint32()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/deviceprofile_fuzzer/
H A Ddevice_profile_fuzzer.cpp43 constexpr int32_t ZERO_MOVE_LEN = 24; variable
55 return (ptr[ZERO_BIT] << ZERO_MOVE_LEN) | (ptr[FIRST_BIT] << FIRST_MOVE_LEN) | in Convert2Uint32()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/newdeviceprofile_fuzzer/
H A Dnew_device_profile_fuzzer.cpp43 constexpr int32_t ZERO_MOVE_LEN = 24; variable
55 return (ptr[ZERO_BIT] << ZERO_MOVE_LEN) | (ptr[FIRST_BIT] << FIRST_MOVE_LEN) | in Convert2Uint32()