Searched refs:SECUREC_MUL10 (Results 1 – 2 of 2) sorted by relevance
106 #define SECUREC_MUL10(x) ((((x) << 2) + (x)) << 1) macro704 … (int)SECUREC_MUL10((unsigned int)formatAttr.fldWidth) + (ch - SECUREC_CHAR('0')); in HiLogSecOutputS()728 … (int)SECUREC_MUL10((unsigned int)formatAttr.precision) + (ch - SECUREC_CHAR('0')); in HiLogSecOutputS()
30 #define SECUREC_MUL10(x) ((((x) << 2) + (x)) << 1) macro570 …formatAttr.fldWidth = (int)SECUREC_MUL10((unsigned int)formatAttr.fldWidth) + (ch - SECUREC_CHAR('…594 … (int)SECUREC_MUL10((unsigned int)formatAttr.precision) + (ch - SECUREC_CHAR('0'));