Home
last modified time | relevance | path

Searched refs:BIT_NUM (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_base.cpp57 const int32_t BIT_NUM = 4; in ConvertHexStringToBytes() local
84 bytes[i / SIZE_VALUE] = ((hexCh1 << BIT_NUM) | hexCh2); in ConvertHexStringToBytes()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c63 #define BIT_NUM 8 macro
67 static unsigned long g_proxyChanIdBits[MAX_PROXY_CHANNEL_ID_COUNT / BIT_NUM / sizeof(long)] = {0};
101 uint32_t index = id / (BIT_NUM * sizeof(long)); in GenerateProxyChannelId()
102 uint32_t bit = id % (BIT_NUM * sizeof(long)); in GenerateProxyChannelId()