Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c1030 SecUnsignedInt32 quotientHigh = 0; in HiLogSecOutputS() local
1203 … (SecUnsignedInt32)number, (SecUnsignedInt32)radix, &quotientHigh, &quotientLow, in HiLogSecOutputS()
1210 number = (SecUnsignedInt64)quotientHigh; in HiLogSecOutputS()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl921 SecUnsignedInt32 quotientHigh = 0; local
1104 … (SecUnsignedInt32)radix, &quotientHigh, &quotientLow, &digit)) {
1110 number = (SecUnsignedInt64)quotientHigh;