Searched refs:format (Results 1 – 13 of 13) sorted by relevance
/mipi-sys-t-3.7.0/printer/include/ |
D | mipi_syst_printer.h | 130 const std::string& format, T value, const std::vector<int>& starArgs) in hostPrintf() argument 142 int(*nativeSprintf)(char * data, size_t buffer, const char * format, ...) = _snprintf; in hostPrintf() 145 int(*nativeSprintf)(char * data, size_t buffer, const char * format, ...) = snprintf; in hostPrintf() 150 result = nativeSprintf(buf, sizeof(buf), format.c_str(), value); in hostPrintf() 153 result = nativeSprintf(buf, sizeof(buf), format.c_str(), starArgs[0], value); in hostPrintf() 156 result = nativeSprintf(buf, sizeof(buf), format.c_str(), starArgs[0], starArgs[1], value); in hostPrintf() 168 dest << " - invalid format '" << format << "' in printf"; in hostPrintf() 171 dest << " - printf result using format '" << format << "' is too large"; in hostPrintf()
|
D | mipi_syst_printf.h | 188 bool format(const std::string& fmt,
|
/mipi-sys-t-3.7.0/printer/src/ |
D | mipi_syst_decode.cpp | 85 printer.format(fmt, data, len, result); in printfFormat() 88 printer.format(fmt, NULL, 0, result); in printfFormat() 405 std::string format; in decodeStringPayload() local 408 if (!len || (fmtlen = bytes2String(format, data, len)) <= 0) { in decodeStringPayload() 418 format, in decodeStringPayload() 430 sstr << format; in decodeStringPayload()
|
D | mipi_syst_printf.cpp | 308 bool msgprintf::format( in format() function in msgprintf
|
/mipi-sys-t-3.7.0/library/doxygen/ |
D | Adapting.md | 23 …onsume this output and decode it into human readable text using comma separated value format (CSV). 24 mipi_stp_sim| [MIPI System Trace Protocol](https://mipi.org/specifications/stp) format file writer.…
|
D | Reference.md | 150 <td>Send a C-language style *printf()* API format string and its 211 by the format string that matches the 64-bit catalog ID.</td> 234 code together with catalog messages. The format strings are not 243 by the format string that matches the 32-bit catalog ID.</td> 266 catalog messages. The format strings are not part of the message
|
D | Protocol.md | 195 * Specify format of used message location information that is added to the 199 /** Message format 214 * Location information inside a message (32-bit format) 228 * Location information inside a message (64-bit format)
|
D | mainpage.md | 29 These parameters are encoded into an internal format and written out by
|
D | Catgen.md | 20 creation and updating of SyS-T decode collateral in XML format. This 49 calls, and extract the format strings, source locations, and
|
D | Building.md | 113 tests and finally calls the printer tool to format the output of
|
D | Doxyfile.in | 7 # The format is: 59 # format and will distribute the generated files over these directories. 236 # using this tag. The format is ext=language, where ext is a file extension, 247 # comments according to the Markdown format, which allows for more readable 576 # output files in an output format independent way. To create the layout file 630 # The WARN_FORMAT tag determines the format of the warning messages that 633 # warning originated and the warning text. Optionally the format may contain 1230 # When MathJax is enabled you can set the default output format to be used for 1309 # The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ... 1638 # format of a tag file without this location is as follows: [all …]
|
/mipi-sys-t-3.7.0/ |
D | README.md | 17 text format. 19 updating of MIPI SyS-T decode collateral in XML format. The generator 31 stack on the DTS reads the data and decodes it into a format suitable for human 303 creation and updating of SyS-T decode collateral in XML format. This 330 calls, and extracts the format strings, source locations, and 365 tests and finally calls the printer tool to format the output of
|
/mipi-sys-t-3.7.0/library/include/ |
D | mipi_syst.h.in | 689 * Location information inside a message (64-bit format) 708 * Location information inside a message (32-bit format) 729 /** Message format
|