Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Danonymous_string.cpp29 constexpr int32_t WORD_WIDTH_4 = 4; member
47 ss << std::setw(WORD_WIDTH_4) << (b >> 16U); in GetRandomID()
48 ss << std::setw(WORD_WIDTH_4) << (b & 0xFFFFU); in GetRandomID()
49 ss << std::setw(WORD_WIDTH_4) << (c >> 16U); in GetRandomID()
50 ss << std::setw(WORD_WIDTH_4) << (c & 0xFFFFU); in GetRandomID()
/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_util.cpp35 constexpr int32_t WORD_WIDTH_4 = 4; member
77 stringStream << std::setw(WORD_WIDTH_4) << (b >> 16U); in GetRandomID()
78 stringStream << std::setw(WORD_WIDTH_4) << (b & 0xFFFFU); in GetRandomID()
79 stringStream << std::setw(WORD_WIDTH_4) << (c >> 16U); in GetRandomID()
80 stringStream << std::setw(WORD_WIDTH_4) << (c & 0xFFFFU); in GetRandomID()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp43 constexpr int32_t WORD_WIDTH_4 = 4; member
79 ss << std::setw(WORD_WIDTH_4) << (b >> 16U); in GetRandomID()
80 ss << std::setw(WORD_WIDTH_4) << (b & 0xFFFFU); in GetRandomID()
81 ss << std::setw(WORD_WIDTH_4) << (c >> 16U); in GetRandomID()
82 ss << std::setw(WORD_WIDTH_4) << (c & 0xFFFFU); in GetRandomID()
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp43 constexpr int32_t WORD_WIDTH_4 = 4; member
163 ss << std::setw(WORD_WIDTH_4) << (b >> 16U); in GetRandomID()
164 ss << std::setw(WORD_WIDTH_4) << (b & 0xFFFFU); in GetRandomID()
165 ss << std::setw(WORD_WIDTH_4) << (c >> 16U); in GetRandomID()
166 ss << std::setw(WORD_WIDTH_4) << (c & 0xFFFFU); in GetRandomID()

Completed in 3 milliseconds