Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c300 #define SECUREC_DECODE_STATE(c, fmtTable, laststate) \ argument
302 (unsigned char)(laststate) + SECUREC_FMT_STATE_OFFSET])))
304 #define SECUREC_DECODE_STATE(c, fmtTable, laststate) \ argument
306 (unsigned char)(laststate) + SECUREC_FMT_STATE_OFFSET]))
561 SecFmtState laststate; in HiLogSecOutputS() local
632 laststate = state; in HiLogSecOutputS()
633 state = SECUREC_DECODE_STATE(ch, fmtCharTable, laststate); in HiLogSecOutputS()
697 if (laststate != STAT_WIDTH) { in HiLogSecOutputS()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl138 #define SECUREC_DECODE_STATE(c, fmtTable, laststate) (SecFmtState)(((fmtTable[(SECUREC_FMT_TYPE(c,f… argument
140 … (unsigned char)(laststate) + \
143 #define SECUREC_DECODE_STATE(c,fmtTable,laststate) (SecFmtState)((fmtTable[(fmtTable[(unsigned char… argument
145 … (unsigned char)(laststate) + \
427 SecFmtState laststate; local
497 laststate = state;
498 state = SECUREC_DECODE_STATE(ch, FMT_CHAR_TABLE, laststate);
564 if (laststate != STAT_WIDTH) {