Home
last modified time | relevance | path

Searched refs:SECUREC_DECODE_STATE (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) \ macro
304 #define SECUREC_DECODE_STATE(c, fmtTable, laststate) \ macro
633 state = SECUREC_DECODE_STATE(ch, fmtCharTable, laststate); 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… macro
143 #define SECUREC_DECODE_STATE(c,fmtTable,laststate) (SecFmtState)((fmtTable[(fmtTable[(unsigned char… macro
498 state = SECUREC_DECODE_STATE(ch, FMT_CHAR_TABLE, laststate);