Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/common/utils/
H A Dsoftbus_utils.c164 unsigned char h = *inBuf / HEX_MAX_NUM; in ConvertBytesToUpperCaseHexString()
165 unsigned char l = *inBuf % HEX_MAX_NUM; in ConvertBytesToUpperCaseHexString()
234 unsigned char h = *inBuf / HEX_MAX_NUM; in ConvertBytesToHexString()
235 unsigned char l = *inBuf % HEX_MAX_NUM; in ConvertBytesToHexString()
/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_utils.h30 #define HEX_MAX_NUM 16 macro

Completed in 2 milliseconds