Searched refs:it (Results 1 – 10 of 10) sorted by relevance
/mipi-sys-t-3.7.0/printer/src/ |
D | mipi_syst_printf.cpp | 332 for (fmtscanner::Args::const_iterator it(_args.begin()); in format() local 333 it != _args.end(); in format() 334 ++it) in format() 336 size_t need(it->size()); // number of bytes needed for format in format() 337 fmtscanner::ArgType type(it->type()); in format() 345 success = hostPrintf(sstr, it->text(), val, starArgs); in format() 348 success = hostPrintf(sstr, it->text(), val, starArgs); in format() 356 success = hostPrintf(sstr, it->text(), val, starArgs); in format() 363 for (const char *c = it->text().c_str(); *c; ++c) { in format() 388 success = hostPrintf(sstr, it->text(), bufPtr, starArgs); in format()
|
D | mipi_syst_collateral.cpp | 119 for (auto& it : m_guids) { in match() local 120 if ((g & it.mask()) == (it.key() & it.mask())) in match() 260 auto it = dest.find(data.key()); in parseMaskedItems() local 261 if (it != dest.end() && it->value() != val) { in parseMaskedItems() 264 " old value: " << it->value() << std::endl; in parseMaskedItems() 265 *it = data; in parseMaskedItems()
|
/mipi-sys-t-3.7.0/library/doxygen/ |
D | Adapting.md | 7 The SyS-T library uses a platform concept for integrating it into a system. 23 …r](@ref mipi_syst_printer_page) project can consume this output and decode it into human readable … 28 is to clone an existing platform folder and adapt it as needed. The following
|
D | Doxyfile.in | 27 # to put quotes around the project name if it contains spaces. 52 # If a relative path is entered, it will be relative to the location 175 # member inherits the documentation from any documented member that it 182 # be part of the file/class/namespace that contains it. 233 # Doxygen selects the parser to use depending on the extension of the files it 235 # extension. Doxygen has a built-in mapping, but you can override or extend it 300 # subgroup of that type (e.g. under the Public Functions section). Set it to 422 # Set it to YES to include the internal documentation. 498 # do proper type resolution of all parameters of a function it will reject a 500 # if there is only one candidate or it is obvious which candidate to choose [all …]
|
D | mainpage.md | 18 and typically write it to a trace aggregator for bundling the data with other
|
D | ApiOverview.md | 46 #MIPI_SYST_DELETE_HANDLE on it. 67 thread and to store it in thread local storage. This usage provides low
|
D | Reference.md | 318 define #MIPI_SYST_PCFG_ENABLE_WRITE_API, otherwise it expands to nothing inside
|
D | Protocol.md | 58 issuing a FLAG. SW trace generators may prefer the FLAG variant as it
|
/mipi-sys-t-3.7.0/ |
D | README.md | 31 stack on the DTS reads the data and decodes it into a format suitable for human 205 it into human readable CSV textual data.
|
/mipi-sys-t-3.7.0/library/include/ |
D | mipi_syst.h.in | 555 * It uses its own define as it additionally requires the function
|