Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c298 #define SECUREC_FMT_TYPE(c, fmtTable) \ argument
299 …((((unsigned int)(int)(c)) <= (unsigned int)(int)SECUREC_CHAR('~')) ? (fmtTable[(unsigned char)(c)…
300 #define SECUREC_DECODE_STATE(c, fmtTable, laststate) \ argument
301 (SecFmtState)(((fmtTable[(SECUREC_FMT_TYPE(c, fmtTable)) * ((unsigned char)STAT_INVALID + 1) + \
304 #define SECUREC_DECODE_STATE(c, fmtTable, laststate) \ argument
305 (SecFmtState)((fmtTable[(fmtTable[(unsigned char)(c)]) * ((unsigned char)STAT_INVALID + 1) + \
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl136 #define SECUREC_FMT_TYPE(c, fmtTable) ((((unsigned int)(int)(c)) <= (unsigned int)(int)SECUREC_CHA… argument
137 (fmtTable[(unsigned char)(c)]) : 0)
138 #define SECUREC_DECODE_STATE(c, fmtTable, laststate) (SecFmtState)(((fmtTable[(SECUREC_FMT_TYPE(c,f… argument
143 #define SECUREC_DECODE_STATE(c,fmtTable,laststate) (SecFmtState)((fmtTable[(fmtTable[(unsigned char… argument