Searched refs:SECUREC_DECODE_STATE (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | hiview_log.c | 300 #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 D | output_p.inl | 138 #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);
|