Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c33 #define INI_CONVERT_DIVID_NUM 10 macro
566 temp /= INI_CONVERT_DIVID_NUM; in IntAppendStr()
577 str[i] = temp % INI_CONVERT_DIVID_NUM + '0'; in IntAppendStr()
578 temp /= INI_CONVERT_DIVID_NUM; in IntAppendStr()
598 temp /= INI_CONVERT_DIVID_NUM; in UIntAppendStr()
603 str[i] = temp % INI_CONVERT_DIVID_NUM + '0'; in UIntAppendStr()
604 temp /= INI_CONVERT_DIVID_NUM; in UIntAppendStr()