577,656 results for 'i++;' (108 ms)
oxygen_solver.C https://bitbucket.org/devinsilvia/enzo-dengo-devin | C++ | 2,124 lines
85 } 86 i++; 87 98 } 99 i++; 100 111 } 112 i++; 113 124 } 125 i++; 126 137 } 138 i++; 139svm_struct_cpp.cpp https://github.com/wxiang7/iPM3F.git | C++ | 1,071 lines
841 case '?': print_help(); exit(0); 842 case 'a': i++; strcpy(learn_parm->alphafile,argv[i]); break; 843 case 'c': i++; struct_parm->C=atof(argv[i]); break; 843 case 'c': i++; struct_parm->C=atof(argv[i]); break; 844 case 'p': i++; struct_parm->slack_norm=atol(argv[i]); break; 845 case 'e': i++; struct_parm->epsilon=atof(argv[i]); break; 845 case 'e': i++; struct_parm->epsilon=atof(argv[i]); break; 846 case 'k': i++; struct_parm->newconstretrain=atol(argv[i]); break; 847 case 'h': i++; learn_parm->svm_iter_to_shrink=atol(argv[i]); break; 847 case 'h': i++; learn_parm->svm_iter_to_shrink=atol(argv[i]); break; 848 case '#': i++; learn_parm->maxiter=atol(argv[i]); break; 849 case 'm': i++; learn_parm->kernel_cache_size=atol(argv[i]); break; 849 case 'm': i++; learn_parm->kernel_cache_size=atol(argv[i]); break; 850 case 'w': i++; (*alg_type)=atol(argv[i]); break; 851 case 'o': i++; struct_parm->loss_type=atol(argv[i]); break;CronExpression.java https://github.com/wgorman/pentaho-commons-gwt-modules.git | Java | 866 lines
435 lastdayOfWeek = true; 436 i++; 437 } 450 if (c == '?') { 451 i++; 452 if ((i + 1) < s.length() && (s.charAt(i) != ' ' && s.charAt(i + 1) != '\t')) { 476 } else if (c == '*') { 477 i++; 478 } 480 if (c == '/') { // is an increment specified? 481 i++; 482 if (i >= s.length()) { 487 488 i++; 489 if (incr > 10)IntersectionSet.java https://github.com/Santa827/Chemxseer_subSearch.git | Java | 431 lines
28 j++; 29 i++; 30 iter ++; 32 else {// items[i] < c[j] 33 i++; 34 continue; 64 j++; 65 i++; 66 } 67 else {// items[i] < c[j] 68 i++; 69 continue; 105 iter++; 106 i++; 107 break;EasyBMP.cpp https://bitbucket.org/tcmreastwood/pyplusplus | C++ | 1,907 lines
650 WriteNumber += 2; 651 i++; 652 } 1069 1070 i++; 1071 } 1128 Colors[i].Blue = ell*128; 1129 i++; 1130 } 1143 Colors[i].Blue = ell*255; 1144 i++; 1145 } 1176 Colors[i].Alpha = 0; 1177 i++; 1178 }TriggerEditActivity.java https://bitbucket.org/K-RAD/swip | Java | 826 lines
381 summary.append(", "); 382 i++; 383 } else if (i == size - 1) { 384 summary.append(" " + getResources().getString(R.string.pref_and) + " "); 385 i++; 386 } 391 summary.append(", "); 392 i++; 393 } else if (i == size - 1) { 394 summary.append(" " + getResources().getString(R.string.pref_and) + " "); 395 i++; 396 } 401 summary.append(", "); 402 i++; 403 } else if (i == size - 1) {w_force.c https://github.com/Stoiss/jaMME.git | C | 5,793 lines
219 ent->client->ps.fd.forcePowersKnown &= ~(1 << i); 220 i++; 221 } 243 } 244 i++; 245 } 305 i_r++; 306 i++; 307 } 310 ent->client->ps.fd.forceRank = atoi(readBuf); 311 i++; 312 317 i_r++; 318 i++; 319 }ui_force.c https://github.com/Stoiss/jaMME.git | C | 1,344 lines
274 275 i++; 276 } 523 c++; 524 i++; 525 } 527 c = 0; 528 i++; 529 543 c++; 544 i++; 545 } 547 c = 0; 548 i++; 549demoindex.html https://github.com/sailesharya/rms.git | HTML | 516 lines
25 $('#first'+i+'').load("adduser.html"); 26 i++; 27 33 $('#first'+i+'').load("requisition.html"); 34 i++; 35 40 $('#first'+i+'').load("editprofile.html"); 41 i++; 42 47 $('#first'+i+'').load("org_details.html"); 48 i++; 49 54 $('#first'+i+'').load("addjob.html"); 55 i++; 56as_mysql_archive.c https://github.com/FredHutch/slurm.git | C | 2,569 lines
946 while (data_in[i] && data_in[i-1] != ';') 947 i++; 948 xstrncat(data_out, data_in+start, i-start); 953 while (data_in[i] && data_in[i-1] != ';') 954 i++; 955 xstrncat(data_out, data_in+start, i-start); 957 } 958 i++; 959 } 1003 while (data_in[i] && data_in[i-1] != '(' && data_in[i-1] != ';') 1004 i++; 1005 else 1006 while (data_in[i] && data_in[i-1] != ' ') 1007 i++; 1008 //info("table is %s '%s'", table, data_in+i);CronExpression.java https://github.com/YuanZhencai/tms.git | Java | 1,649 lines
539 lastdayOfWeek = true; 540 i++; 541 } 554 if (c == '?') { 555 i++; 556 if ((i + 1) < s.length() && (s.charAt(i) != ' ' && s.charAt(i + 1) != '\t')) { 582 } else if (c == '*') { 583 i++; 584 } 586 if (c == '/') { // is an increment specified? 587 i++; 588 if (i >= s.length()) { 593 594 i++; 595 if (incr > 10) {test_util.cpp https://github.com/jinhou/quda.git | C++ | 1,926 lines
1600 1601 i++; 1602 ret = 0; 1614 } 1615 i++; 1616 ret = 0; 1624 prec = get_prec(argv[i+1]); 1625 i++; 1626 ret = 0; 1634 prec_sloppy = get_prec(argv[i+1]); 1635 i++; 1636 ret = 0; 1644 link_recon = get_recon(argv[i+1]); 1645 i++; 1646 ret = 0;PclExport.WinStore.cs git://github.com/ServiceStack/ServiceStack.git | C# | 329 lines
199 var i = 0; 200 if (QueryStringWriter<Poco>.WriteFn() != null) i++; 201 } 234 i += Register<T, JsonTypeSerializer>(); 235 if (jsonSerializer.GetParseFn<T>() != null) i++; 236 if (jsonSerializer.GetWriteFn<T>() != null) i++; 236 if (jsonSerializer.GetWriteFn<T>() != null) i++; 237 if (jsonReader.GetParseFn<T>() != null) i++; 238 if (jsonWriter.GetWriteFn<T>() != null) i++; 240 i += Register<T, Text.Jsv.JsvTypeSerializer>(); 241 if (jsvSerializer.GetParseFn<T>() != null) i++; 242 if (jsvSerializer.GetWriteFn<T>() != null) i++; 242 if (jsvSerializer.GetWriteFn<T>() != null) i++; 243 if (jsvReader.GetParseFn<T>() != null) i++; 244 if (jsvWriter.GetWriteFn<T>() != null) i++;EasyBMP.cpp https://bitbucket.org/cosmin189/ray_tracing | C++ | 1,906 lines
649 WriteNumber += 2; 650 i++; 651 } 1068 1069 i++; 1070 } 1127 Colors[i].Blue = ell*128; 1128 i++; 1129 } 1142 Colors[i].Blue = ell*255; 1143 i++; 1144 } 1175 Colors[i].Alpha = 0; 1176 i++; 1177 }EasyBMP.cpp https://bitbucket.org/cawhitworth/raymarcher | C++ | 1,906 lines
649 WriteNumber += 2; 650 i++; 651 } 1068 1069 i++; 1070 } 1127 Colors[i].Blue = ell*128; 1128 i++; 1129 } 1142 Colors[i].Blue = ell*255; 1143 i++; 1144 } 1175 Colors[i].Alpha = 0; 1176 i++; 1177 }erl_alloc.c https://github.com/system/erlang-otp.git | C | 3,055 lines
1320 } 1321 i++; 1322 } 1330 } 1331 i++; 1332 } 1823 values[i].ui[0] = erts_instr_get_total(); 1824 i++; 1825 1828 values[i].ui[0] = erts_instr_get_max_total(); 1829 i++; 1830 } 1844 values[i].ui[1] += efi.total - efi.used; 1845 i++; 1846command.c https://github.com/ice799/rr0d.git | C | 820 lines
204 205 i++; 206 226 } 227 i++; 228 246 247 i++; 248 } 296 case 0: 297 i++; 298 break; 301 start_cmd = &command[i]; 302 i++; 303 state = STATE_COMMAND;ClassInfo.java https://github.com/jsherman/platform_build.git | Java | 1,455 lines
559 methods[i] = m; 560 i++; 561 } 958 } 959 i++; 960 } 966 } 967 i++; 968 } 975 } 976 i++; 977 } 983 field.makeHDF(data, "class.enumConstants." + i); 984 i++; 985 }http_util.cpp https://github.com/andreisavu/static-httpd.git | C++ | 378 lines
32 // extrage metoda folosita - mergi pana la primul spatiu. 33 while( r[i]!=' ' && i<l ) i++; 34 r[i] = 0; 35 m_method = p; 36 i++; 37 38 // extrage url - care nu contine spatii 39 while( r[i]==' ' && i<l ) i++; 40 p = &r[i]; 40 p = &r[i]; 41 while( r[i]!=' ' && i<l ) i++; 42 r[i]=0; 43 m_url = p; 44 i++; 45Time.java https://github.com/pdecat/play.git | Java | 1,554 lines
550 lastdayOfWeek = true; 551 i++; 552 } 567 if (c == '?') { 568 i++; 569 if ((i + 1) < s.length() && (s.charAt(i) != ' ' && s.charAt(i + 1) != '\t')) { 596 } else if (c == '*') { 597 i++; 598 } 600 if (c == '/') { // is an increment specified? 601 i++; 602 if (i >= s.length()) { 607 608 i++; 609 if (incr > 10) {