Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 8 of 8) sorted by relevance

/mipi-sys-t-3.6.0-3.5.0/library/include/mipi_syst/
Dapi.h600 enum mipi_syst_subtype_clock fmt,
1538 const char *fmt,
1545 const char *fmt,
1961 #define MIPI_SYST_CATPRINTF64(svh, severity, id, fmt, ...) \ argument
1996 #define MIPI_SYST_CATPRINTF64_LOC16(h, severity, file, id, fmt, ...) \ argument
2029 #define MIPI_SYST_CATPRINTF64_LOC32(h, severity, file, id, fmt, ...) \ argument
2064 #define MIPI_SYST_CATPRINTF64_LOCADDR(h, severity, id, fmt, ...) \ argument
2286 #define MIPI_SYST_CATPRINTF32(h, sev, id, fmt, ...) \ argument
2316 #define MIPI_SYST_CATPRINTF32_LOC16(h, sev, file, id, fmt, ...) \ argument
2345 #define MIPI_SYST_CATPRINTF32_LOC32(h, sev, file, id, fmt, ...) \ argument
[all …]
/mipi-sys-t-3.6.0-3.5.0/printer/src/
Dmipi_syst_printf.cpp53 fmtscanner::parse(const std::string& fmt, Args& args) in parse() argument
57 const char * p(fmt.c_str()); in parse()
58 const char * eof(p + fmt.size()); in parse()
93 fmt.substr(fragmentStart, in parse()
211 std::string fragment = fmt.substr(fragmentStart, in parse()
289 fmt.substr(fragmentStart, fmtPos - fragmentStart + 1))); in parse()
309 const std::string& fmt, in format() argument
318 if ((parseResult = _scanner.parse(fmt, _args)) != fmtscanner::OK) { in format()
319 sstr << "invalid format string '" << fmt << "'"; in format()
407 << fmt << "'"; in format()
[all …]
Dmipi_syst_decode.cpp77 const std::string& fmt, in printfFormat() argument
85 printer.format(fmt, data, len, result); in printfFormat()
88 printer.format(fmt, NULL, 0, result); in printfFormat()
448 const std::string * fmt(nullptr); in decodeCatalogPayload() local
465 fmt = &entry->msg; in decodeCatalogPayload()
485 fmt = &entry->msg; in decodeCatalogPayload()
497 if (fmt != nullptr) { in decodeCatalogPayload()
498 sstr << printfFormat(*fmt, is32Bit, data, len); in decodeCatalogPayload()
/mipi-sys-t-3.6.0-3.5.0/library/src/
Dmipi_syst_api.c565 enum mipi_syst_subtype_clock fmt, in mipi_syst_write_clock() argument
580 desc.ed_tag.et_subtype = fmt; in mipi_syst_write_clock()
729 const char * fmt, in buildPrintfPayload() argument
738 if (0 == fmt) return FMT_PARSE_UNSUPPORTED_FORMAT; in buildPrintfPayload()
742 fmtp = fmt; in buildPrintfPayload()
751 fmtp = fmt; in buildPrintfPayload()
1119 const char *fmt, in mipi_syst_write_vprintf_string() argument
1142 len = buildPrintfPayload(argBuf, sizeof(argBuf), fmt, args); in mipi_syst_write_vprintf_string()
1155 fmt = fmt ? fmt : (char*)&errmsg; in mipi_syst_write_vprintf_string()
1158 if (0 == fmt[len++]) break; in mipi_syst_write_vprintf_string()
[all …]
/mipi-sys-t-3.6.0-3.5.0/library/test/unit/
Dmipi_syst_clock_test.cpp58 enum mipi_syst_subtype_clock fmt, in mipi_syst_write_clock() argument
64 ::mipi_syst_write_clock(svh, loc,fmt, clock, freq); in mipi_syst_write_clock()
/mipi-sys-t-3.6.0-3.5.0/library/doxygen/
DReference.md226 MIPI_SYST_CATPRINTF64_0(svh, sev, id, fmt)<BR>
228 MIPI_SYST_CATPRINTF64_6(svh, sev, id, fmt, p1,p2,p3,p4,p5,p6)
231 additional fmt string parameter. The functions directly map to
232 their matching catalog call by dropping the fmt parameter.
258 MIPI_SYST_CATPRINTF32_0(svh, sev, id, fmt)<BR>
260 MIPI_SYST_CATPRINTF32_6(svh, sev, id, fmt, p1,p2,p3,p4,p5,p6)
263 additional fmt string parameter. The functions directly map to
264 their matching catalog call by dropping the fmt parameter. Their purpose is
272 MIPI_SYST_HASH(fmt, offset)<BR>
274 <td> The MIPI_SYST_HASH macro computes a 32-bit hash value for the fmt
/mipi-sys-t-3.6.0-3.5.0/printer/include/
Dmipi_syst_printf.h140 uint32_t parse(const std::string& fmt, Args& args);
188 bool format(const std::string& fmt,
Dmipi_syst_guid.h85 bool parse(const std::string& fmt);