Searched refs:size (Results 1 – 12 of 12) sorted by relevance
| /mipi-sys-t-latest/printer/src/ |
| D | mipi_syst_main.cpp | 87 size_t nibbles(hexStr.size()); in hex2bin() 123 if (line.compare(0, pattern.size(), pattern)) { in readAndPrint() 129 while (line.size() && in readAndPrint() 130 (line[line.size()-1] == '\r' || in readAndPrint() 131 line[line.size()-1] == '\n')) in readAndPrint() 133 line.erase(line.size()-1); in readAndPrint() 136 if (!hex2bin(line.substr(pattern.size()), bytes)) { in readAndPrint()
|
| D | mipi_syst_printf.cpp | 58 const char * eof(p + fmt.size()); in parse() 302 ArgType type, size_t size, const std::string& text) : in ArgFragment() argument 303 _type(type), _size(size), _text(text) in ArgFragment() 310 const void * args, uint32_t size, in format() argument 325 const void * eob((const char *)args + size); // end of buffer address in format() 336 size_t need(it->size()); // number of bytes needed for format in format()
|
| D | mipi_syst_decode.cpp | 71 return (uint32_t)dest.size(); in bytes2String() 122 if (data.size() < sizeof(uint32_t)) throw tooshort_exception(); in decode() 128 rt = decodeShortMessage(dest, &data[0], (uint32_t)data.size(), ctx); in decode() 130 rt = decodeNormalMessage(dest, &data[0], (uint32_t)data.size(), ctx); in decode()
|
| /mipi-sys-t-latest/printer/include/ |
| D | mipi_syst_printf.h | 99 ArgFragment(ArgType type, size_t size, const std::string& text); 102 size_t size() const { return _size; } in size() function 189 const void * args, uint32_t size,
|
| D | mipi_syst_printer.h | 148 switch (starArgs.size()) { in hostPrintf()
|
| /mipi-sys-t-latest/collateral/generator/ |
| D | syst_cgen.pl | 186 my $size = $_[1]+0; 188 my $data = $hits->{$size}; 191 $output.= '<syst:Catalog'.$size.'>'."\n"; 199 if ($size == 32) { 215 $output.= '</syst:Catalog'.$size.'>'."\n";
|
| /mipi-sys-t-latest/library/src/ |
| D | mipi_syst_api.c | 728 mipi_syst_u32 size, in buildPrintfPayload() argument 741 argEob = buffer + size; /* end of buffer address */ in buildPrintfPayload() 1003 mipi_syst_u32 size, in buildCatalogPayload() argument 1011 argEob = buffer + size; /* end of buffer address */ in buildCatalogPayload()
|
| /mipi-sys-t-latest/library/doxygen/ |
| D | mainpage.md | 22 * Catalog messages to save data size and trace I/O bandwidth
|
| D | Doxyfile.in | 332 # Similar to the SYMBOL_CACHE_SIZE the size of the symbol lookup cache can be 337 # If the cache is too large, memory is wasted. The cache size is given by this 339 # corresponding to a cache size of 2^16 = 65536 symbols. 1205 # Use this tag to change the font size of Latex formulas included 1207 # when you change the font size after a successful doxygen run you need 1502 # enabling this will significantly increase the size of the XML output. 1539 # tag is set to NO the size of the Perl module output will be much smaller 1722 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. 1723 # The default size is 10pt. 1761 # threshold limits the number of items for each type to make the size more [all …]
|
| D | Protocol.md | 44 packets with a smaller payload size can be combined into a Dn with a larger 45 size to reduce the number of IO's. For example, two D16 IO's can be combined
|
| D | Catgen.md | 166 Builds are expressed as values up to 64 bits in size, and can include a
|
| /mipi-sys-t-latest/library/include/ |
| D | mipi_syst.h.in | 448 * Set this define if speed is more important than code size on your platform. 595 * Maximum size of printf payload in bytes.
|