Searched refs:SecUnsignedInt32 (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/ |
H A D | vsnprintf_s_p.c | 152 typedef unsigned int SecUnsignedInt32; typedef 155 typedef unsigned __int32 SecUnsignedInt32; typedef 159 typedef unsigned int SecUnsignedInt32; typedef
|
H A D | output_p.inl | 920 SecUnsignedInt32 digit = 0; /* ascii value of digit */ 921 SecUnsignedInt32 quotientHigh = 0; 922 SecUnsignedInt32 quotientLow = 0; 1065 SecUnsignedInt32 n32Tmp = (SecUnsignedInt32)number; 1080 SecUnsignedInt32 q; 1081 SecUnsignedInt32 r; 1102 if (0 != SecU64Div32((SecUnsignedInt32)((number >> 16) >> 16), 1103 (SecUnsignedInt32)number, 1104 … (SecUnsignedInt32)radix, "ientHigh, "ientLow, &digit)) {
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | hiview_log.c | 29 typedef unsigned int SecUnsignedInt32; typedef 1029 SecUnsignedInt32 digit = 0; /* ascii value of digit */ in HiLogSecOutputS() 1030 SecUnsignedInt32 quotientHigh = 0; in HiLogSecOutputS() 1031 SecUnsignedInt32 quotientLow = 0; in HiLogSecOutputS() 1167 SecUnsignedInt32 n32Tmp = (SecUnsignedInt32)number; in HiLogSecOutputS() 1181 SecUnsignedInt32 q; in HiLogSecOutputS() 1182 SecUnsignedInt32 r; in HiLogSecOutputS() 1202 … if (0 != SecU64Div32((SecUnsignedInt32)((number >> 16) >> 16), /* 16, High 32 bit mask */ in HiLogSecOutputS() 1203 … (SecUnsignedInt32)number, (SecUnsignedInt32)radix, "ientHigh, "ientLow, in HiLogSecOutputS()
|