Home
last modified time | relevance | path

Searched refs:DIGIT8 (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/light/test/fuzztest/light_fuzzer/
H A Dlight_fuzzer.cpp31 constexpr int32_t DIGIT8 = 8; member
45 return (ptr[ARRAY0] << DIGIT24) | (ptr[ARRAY1] << DIGIT16) | (ptr[ARRAY2] << DIGIT8) | (ptr[ARRAY3]); in Convert2Uint32()
/drivers/peripheral/motion/test/fuzztest/motion_fuzzer/
H A Dmotion_fuzzer.cpp31 constexpr int32_t DIGIT8 = 8; member
46 return (ptr[ARRAY0] << DIGIT24) | (ptr[ARRAY1] << DIGIT16) | (ptr[ARRAY2] << DIGIT8) | (ptr[ARRAY3]); in Convert2Uint32()
/drivers/peripheral/sensor/test/fuzztest/sensor_fuzzer/
H A Dsensor_fuzzer.cpp31 constexpr int32_t DIGIT8 = 8; member
45 return (ptr[ARRAY0] << DIGIT24) | (ptr[ARRAY1] << DIGIT16) | (ptr[ARRAY2] << DIGIT8) | (ptr[ARRAY3]); in Convert2Uint32()
/drivers/peripheral/vibrator/test/fuzztest/vibrator_fuzzer/
H A Dvibrator_fuzzer.cpp31 constexpr int32_t DIGIT8 = 8; member
45 return (ptr[ARRAY0] << DIGIT24) | (ptr[ARRAY1] << DIGIT16) | (ptr[ARRAY2] << DIGIT8) | (ptr[ARRAY3]); in Convert2Uint32()

Completed in 1 milliseconds