Home
last modified time | relevance | path

Searched refs:HEX_MAX_BIT_NUM (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_utils.h32 #define HEX_MAX_BIT_NUM 4 macro
/foundation/distributedhardware/device_manager/utils/src/crypto/
H A Ddm_crypto.cpp34 constexpr int HEX_MAX_BIT_NUM = 4; member
160 *outBuf++ = (c << HEX_MAX_BIT_NUM) | c2; in ConvertHexStringToBytes()
/foundation/communication/dsoftbus/core/common/utils/
H A Dsoftbus_utils.c219 *outBuf++ = (c << HEX_MAX_BIT_NUM) | c2; in ConvertHexStringToBytes()

Completed in 2 milliseconds