Home
last modified time | relevance | path

Searched refs:i (Results 1 – 11 of 11) sorted by relevance

/mipi-sys-t-3.6.0-3.5.0/collateral/generator/
Dsyst_cgen.pl289 for (my $i = 0; $i < $#content+1; $i++) {
309 if ($content[$i] =~ /\b${function_name}\b/) {
310 my $call = strip_comments ($content[$i]);
311 my $line_no_start = $i+1;
312 my $line_no_end = $i+1;
324 while ($content[$i] !~ /\)(\s*|\t*);/) {
325 my $tmp = strip_comments ($content[++$i]);
328 $line_no_end = $i+1;
350 for (my $i = 0; $i < $#array+1; $i++) {
353 if ($array[$i] eq ")" && !$inside_string) {
[all …]
/mipi-sys-t-3.6.0-3.5.0/printer/src/
Dmipi_syst_collateral.cpp293 for (int i(0); i < 16; ++i, p += 2) { in parse() local
294 if (i == 4 || i == 6|| i == 8 || i == 10) { in parse()
303 u.b[i] = (uint8_t)(temp); in parse()
316 for (int i(0); i < 16; ++i) { in operator <<() local
318 << (uint16_t)g.u.b[i]; in operator <<()
320 if (i == 3 || i == 5|| i == 7 || i == 9) { in operator <<()
Dmipi_syst_main.cpp185 for (auto i = 1; i < argc; ++i) { in main() local
186 const std::string arg(argv[i]); in main()
188 if (++i >= argc) { in main()
192 decoder.loadCollateral(argv[i]); in main()
195 std::cerr << "error loading '" << argv[i] << "': " << e.what(); in main()
201 if (++i >= argc) { in main()
206 mipi::syst::guid(argv[i])); in main()
212 if (++i >= argc) { in main()
215 output = argv[i]; in main()
Dmipi_syst_decode.cpp57 uint32_t i(0); in bytes2String() local
59 while(i <len) in bytes2String()
61 if (!data[i]) { in bytes2String()
64 dest += data[i++]; in bytes2String()
67 if (i == len && data[i - 1]) { in bytes2String()
/mipi-sys-t-3.6.0-3.5.0/library/platform/example/src/
Dmipi_syst_platform.c213 int i; local
216 for (i = n-1; i >= 0; --i) {
218 for (i = 0; i < n; ++i) {
223 ((const mipi_syst_u8*)p)[i];
/mipi-sys-t-3.6.0-3.5.0/printer/include/
Dmipi_syst_printer.h116 for (size_t i(0); i < sizeof(T); ++i) { in bytes2ValLE()
117 result |= (T)(*data++) << (i * 8); in bytes2ValLE()
/mipi-sys-t-3.6.0-3.5.0/examples/client/
Dothersource.c61 int i, ii, y; in sinewave() local
67 for (i = 0; i < 1; ++i) { in sinewave()
89 int i; in raw() local
91 for (i = 0; i < sizeof(data) / sizeof(data[0]); ++i) { in raw()
92 data[i] = i; in raw()
/mipi-sys-t-3.6.0-3.5.0/library/include/
Dmipi_syst.h.in106 #define _MIPI_SYST_HASH1(s,i,x,l) (x*65599u+(mipi_syst_u8)s[(i)<(l)?((l)-1-(i)):(l)]) argument
107 #define _MIPI_SYST_HASH4(s,i,x,l) _MIPI_SYST_HASH1(s,i,_MIPI_SYST_HASH1(s,i+1,_MIPI_SYST_HASH1(s,i argument
108 #define _MIPI_SYST_HASH16(s,i,x,l) _MIPI_SYST_HASH4(s,i,_MIPI_SYST_HASH4(s,i+4,_MIPI_SYST_HASH4(s,i argument
109 …efine _MIPI_SYST_HASH64(s,i,x,l) _MIPI_SYST_HASH16(s,i,_MIPI_SYST_HASH16(s,i+16,_MIPI_SYST_HASH16(… argument
/mipi-sys-t-3.6.0-3.5.0/library/platform/mipi_stp_sim/src/
Dmipi_syst_platform.c235 int i; in stp_write_async() local
236 for(i=0; i < 21; ++i) { in stp_write_async()
/mipi-sys-t-3.6.0-3.5.0/library/
DCMakeLists.txt57 if (CMAKE_SYSTEM_PROCESSOR MATCHES "amd64.*|x86|x86_64.*|i?86.*|AMD64.*")
/mipi-sys-t-3.6.0-3.5.0/library/doxygen/
DDoxyfile.in167 # treat a multi-line C++ special comment block (i.e. a block of //! or ///
262 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
315 # of the scope in which they are defined (i.e. file, namespace, or group
673 # *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh
687 *.i++ \
801 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
1180 # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
1231 # thA MathJax output. Supported types are HTML-CSS, NativeMML (i.e. MathML) and
1444 # config file, i.e. a series of assignments. You only have to provide
1667 # interpreter (i.e. the result of `which perl').
[all …]