Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c157 uint32_t high4bit = 0; in GetSoftbusHichainAuthErrorCode() local
159 high4bit = hichainErrCode & MASK_HIGH_4BIT; in GetSoftbusHichainAuthErrorCode()
160 high4bit = high4bit >> ERRCODE_SHIFT_12BIT; in GetSoftbusHichainAuthErrorCode()
163 ((AUTH_SUB_MODULE_CODE) << ERRCODE_SHIFT_16BIT) | (tempCode | (high4bit << ERRCODE_SHIFT_8BIT))); in GetSoftbusHichainAuthErrorCode()

Completed in 2 milliseconds