Searched refs:SecUnsignedInt32 (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/porting/linux/user/src/hilog/ |
D | vsnprintf_s_p.c | 150 typedef unsigned int SecUnsignedInt32; typedef 153 typedef unsigned __int32 SecUnsignedInt32; typedef 157 typedef unsigned int SecUnsignedInt32; typedef
|
D | output_p.inl | 919 SecUnsignedInt32 digit = 0; /* ascii value of digit */ 920 SecUnsignedInt32 quotientHigh = 0; 921 SecUnsignedInt32 quotientLow = 0; 1064 SecUnsignedInt32 n32Tmp = (SecUnsignedInt32)number; 1079 SecUnsignedInt32 q; 1080 SecUnsignedInt32 r; 1101 if (0 != SecU64Div32((SecUnsignedInt32)((number >> 16) >> 16), 1102 (SecUnsignedInt32)number, 1103 … (SecUnsignedInt32)radix, "ientHigh, "ientLow, &digit)) {
|
/third_party/musl/src/hilog/linux/ |
D | vsnprintf_s_p.c | 150 typedef unsigned int SecUnsignedInt32; typedef 153 typedef unsigned __int32 SecUnsignedInt32; typedef 157 typedef unsigned int SecUnsignedInt32; typedef
|
D | output_p.inl | 919 SecUnsignedInt32 digit = 0; /* ascii value of digit */ 920 SecUnsignedInt32 quotientHigh = 0; 921 SecUnsignedInt32 quotientLow = 0; 1064 SecUnsignedInt32 n32Tmp = (SecUnsignedInt32)number; 1079 SecUnsignedInt32 q; 1080 SecUnsignedInt32 r; 1101 if (0 != SecU64Div32((SecUnsignedInt32)((number >> 16) >> 16), 1102 (SecUnsignedInt32)number, 1103 … (SecUnsignedInt32)radix, "ientHigh, "ientLow, &digit)) {
|
/third_party/bounds_checking_function/src/ |
D | output.inl | 209 SECUREC_INLINE void SecNumber32ToOctalString(SecUnsignedInt32 number, SecFormatAttr *attr) 211 SecUnsignedInt32 val32 = number; 225 SECUREC_INLINE void SecNumber32ToDecString(SecUnsignedInt32 number, SecFormatAttr *attr) 227 SecUnsignedInt32 val32 = number; 240 SECUREC_INLINE void SecNumber32ToHexString(SecUnsignedInt32 number, SecFormatAttr *attr) 242 SecUnsignedInt32 val32 = number; 252 SECUREC_INLINE void SecNumber32ToDecStringFast(SecUnsignedInt32 number, SecFormatAttr *attr) 254 SecUnsignedInt32 val32 = number; 256 SecUnsignedInt32 quotient; 257 SecUnsignedInt32 remain; [all …]
|
D | securecutil.h | 271 typedef unsigned int SecUnsignedInt32; typedef 273 typedef unsigned __int32 SecUnsignedInt32; typedef 276 typedef unsigned int SecUnsignedInt32; typedef
|