Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c1031 SecUnsignedInt32 quotientLow = 0; in HiLogSecOutputS() local
1203 … (SecUnsignedInt32)number, (SecUnsignedInt32)radix, &quotientHigh, &quotientLow, in HiLogSecOutputS()
1211 number = (number << 32) + quotientLow; /* High 32 bit mask */ in HiLogSecOutputS()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl922 SecUnsignedInt32 quotientLow = 0; local
1104 … (SecUnsignedInt32)radix, &quotientHigh, &quotientLow, &digit)) {
1111 number = (number << 32) + quotientLow;