Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_device_info.c31 #define DIVIDE_NUMBER_AND_LETTERS 10 macro
96 tmp = (*(deviceType + i) - 'A' + DIVIDE_NUMBER_AND_LETTERS); in ConvertStringToInt()
101 tmp = (*(deviceType + i) - 'a' + DIVIDE_NUMBER_AND_LETTERS); in ConvertStringToInt()
125 } else if (InterceptTypeId(typeId, i) < DIVIDE_NUMBER_AND_LETTERS) { in ConvertIntToHexString()
127 } else if (InterceptTypeId(typeId, i) >= DIVIDE_NUMBER_AND_LETTERS) { in ConvertIntToHexString()
128 g_stringTypeId[j] = InterceptTypeId(typeId, i) - DIVIDE_NUMBER_AND_LETTERS + 'A'; in ConvertIntToHexString()