Searched refs:BIT_NUM (Results 1 – 2 of 2) sorted by relevance
57 const int32_t BIT_NUM = 4; in ConvertHexStringToBytes() local84 bytes[i / SIZE_VALUE] = ((hexCh1 << BIT_NUM) | hexCh2); in ConvertHexStringToBytes()
63 #define BIT_NUM 8 macro67 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()