100+ results results for 'i++;' (1072 ms)
185 result[i]= new MultiFixTarget(cu, locations.toArray(new IProblemLocation[locations.size()])); 186 i++; 187 }qcommandline.cpp https://gitlab.com/x33n/phantomjs | C++ | 535 lines
297 else if (forward) 298 i++; 299 }readstabs.c https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | C | 396 lines
211 212 i++; 213 if (i >= n_stab_entries)jazzdma.c https://gitlab.com/envieidoc/advancedtomato2 | C | 566 lines
197 pgtbl[i].owner = VDMA_PAGE_EMPTY; 198 i++; 199 }check_names.c https://bitbucket.org/vrrm/brl-cad-copy-for-fast-history-browsing-in-git.git | C | 693 lines
115 } 116 i++; 117 if( 'A'+i == '[' ) 151 j = 0; 152 i++; 153 }domain.c https://bitbucket.org/thelearninglabs/uclinux-distro-tll-public.git | C | 611 lines
76 *(d++) = *((*name) ++); 77 i++; 78 } else if (isdigit(**name)) { 91 *(d++) = (char) n; 92 i++; 93 102 *(d++) = *((*name) ++); 103 i++; 104 }shellSurfaces.C https://gitlab.com/johnvarv/OpenFOAM-3.0.x | C | 464 lines
271 candidateDistSqr[candidateI] = sqr(distances[levelI]); 272 candidateI++; 273 break; 325 candidateMap[candidateI] = pointI; 326 candidateI++; 327 } 378 { 379 shellI++; 380 } 409 410 shellI++; 411 }jl2005bcd.c https://gitlab.com/kush/linux | C | 531 lines
149 return retval; 150 i++; 151 }ffs_balloc.c https://bitbucket.org/killerpenguinassassins/open_distrib_devel.git | C | 578 lines
256 break; 257 i++; 258 if (nb != 0) { 507 break; 508 i++; 509 if (nb != 0) {namei.c https://gitlab.com/lszubowi/kernel-ark | C | 584 lines
358 *p++ = '/'; 359 i++; 360 symname += 2; 367 lc = c; 368 i++; 369 }pdp8.c https://gitlab.com/jhw866/cs429 | C | 654 lines
577 values1[i] = c; 578 i++; 579 c = getc(input); 601 values2[i] = c; 602 i++; 603 c = getc(input);Table.php https://gitlab.com/zanderwong/admin | PHP | 466 lines
397 398 $i++; 399 }fsevents-handler.js https://gitlab.com/sogeta_albazi/books-and-movies | JavaScript | 412 lines
137 var i = 0; 138 while (!path.indexOf(root) && (path = sysPath.dirname(path)) !== root) i++; 139 return i;writeMeshObj.C https://github.com/lakeatmt/OpenFOAM-1.7.x.git | C | 545 lines
70 writeOBJ(mesh.points()[pointI], pointStream); 71 vertI++; 72 } 119 meshTools::writeOBJ(str, mesh.points()[e[0]]); 120 v0 = vertI++; 121 pointToObj.insert(e[0], v0); 134 meshTools::writeOBJ(str, mesh.points()[e[1]]); 135 v1 = vertI++; 136 pointToObj.insert(e[1], v1); 367 368 meshTools::writeOBJ(pointStream, mesh.points()[e[0]]); vertI++; 369 meshTools::writeOBJ(pointStream, mesh.points()[e[1]]); vertI++;BoxFoldersManagerIntegrationTest.java https://github.com/gnodet/camel.git | Java | 329 lines
321 Object obj : it) { 322 i++; 323 }testExtendedStencil.C https://github.com/lakeatmt/OpenFOAM-1.7.x.git | C | 498 lines
72 meshTools::writeOBJ(str, fc); 73 vertI++; 74 77 meshTools::writeOBJ(str, stencilCc[i]); 78 vertI++; 79 str << "l 1 " << vertI << nl;RadioGroup.js https://github.com/fjakobs/qooxdoo.git | JavaScript | 524 lines
402 index = (index + 1) % length; 403 i++; 404 } 431 index = (index - 1 + length) % length; 432 i++; 433 }police.c https://github.com/huitebe/fuck_reuben.git | C | 612 lines
100 r->rta_len = skb->tail - (u8*)r; 101 n_i++; 102 }scraps.js https://github.com/heygrady/transform3d.git | JavaScript | 435 lines
45 sum += a[(row * cols) + i] * b[(i * bcols) + col]; 46 i++; 47 } while (i < cols)Long.java https://github.com/borman/phoneme-qtopia.git | Java | 378 lines
217 limit = Long.MIN_VALUE; 218 i++; 219 } else {smarty_cacheresource_keyvaluestore.php https://github.com/rodneyrehm/php-template-engines.git | PHP | 393 lines
350 // skip past delimiter position 351 $i++; 352 }clcmsgs.cpp http://miranda-dev.googlecode.com/svn/trunk/ | C++ | 484 lines
262 case CLGN_NEXTCONTACT: 263 for (i++; i < group->cl.count; i++) 264 if (group->cl.items[i]->type == CLCIT_CONTACT) 280 case CLGN_NEXTGROUP: 281 for (i++; i < group->cl.count; i++) 282 if (group->cl.items[i]->type == CLCIT_GROUP)edpopup.js https://Triad.svn.codeplex.com/svn | JavaScript | 392 lines
16var gTabbableTags=["A","BUTTON","TEXTAREA","INPUT","IFRAME"]; 17function disableTabIndexes(){if(document.all){var i=0;for(var j=0;j<gTabbableTags.length;j++){var tagElements=document.getElementsByTagName(gTabbableTags[j]);for(var k=0;k<tagElements.length;k++){gTabIndexes[i]=tagElements[k].tabIndex;tagElements[k].tabIndex="-1";i++;}}}} 18function restoreTabIndexes(){if(document.all){var i=0;for(var j=0;j<gTabbableTags.length;j++){var tagElements=document.getElementsByTagName(gTabbableTags[j]);for(var k=0;k<tagElements.length;k++){tagElements[k].tabIndex=gTabIndexes[i];tagElements[k].tabEnabled=true;i++;}}}}modsupport.c https://code.google.com/p/ironclad/ | C | 652 lines
252 Py_UNICODE *v = u; 253 while (*v != 0) { i++; v++; } 254 return i;RubyArrayTests.cs https://hg.codeplex.com/quartz | C# | 360 lines
129 Assert(item.Equals(values[i])); 130 i++; 131 }memmgr.cpp git://pkgs.fedoraproject.org/polyml | C++ | 450 lines
194 lSpaces[i] = lSpaces[i+1]; 195 i++; 196 }fc_sort.c git://pkgs.fedoraproject.org/selinux-policy | C | 559 lines
383 while (i < line_len && (!isspace(line_buf[i]))) 384 i++; 385 finish = i; 457 while (i < line_len && (!isspace(line_buf[i]))) 458 i++; 459 finish = i;tArrayIteratorSTL.cc http://casacore.googlecode.com/svn/trunk/ | C++ | 504 lines
60 iters++; 61 i++; 62 }lwgeom_rtree.c git://pkgs.fedoraproject.org/postgis | C | 532 lines
60 nodes[i] = createInteriorNode(nodes[i*2], nodes[i*2+1]); 61 i++; 62 } 228 freeTree(cache->ringIndices[i]); 229 i++; 230 } 447 currentCache->ringIndices[i] = createTree(mpoly->geoms[p]->rings[r]); 448 i++; 449 }qgsfieldconditionalformatwidget.cpp git://github.com/qgis/Quantum-GIS.git | C++ | 422 lines
405 mPresets.append( style ); 406 i++; 407 }traps.c https://bitbucket.org/alfredchen/linux-gc.git | C | 540 lines
232 printk(" [<%08lx>]", addr); 233 i++; 234 }index.js https://gitlab.com/jjgomez/Navicu | JavaScript | 283 lines
74 // skip the next "{" 75 i++; 76 85 // skip the next "}" 86 i++; 87list.c https://gitlab.com/oytunistrator/QuIP | C | 617 lines
187 while( np!=NO_NODE ){ 188 i++; 189 np=NODE_NEXT(np);asn.cpp https://gitlab.com/testkontrakt31/armory | C++ | 597 lines
21 bt.Put(byte(length)); 22 i++; 23 } 26 bt.Put(byte(BytePrecision(length) | 0x80)); 27 i++; 28 for (int j=BytePrecision(length); j; --j) 30 bt.Put(byte(length >> (j-1)*8)); 31 i++; 32 } 233 BERDecodeError(); 234 i++; 235 if (v >> (8*sizeof(v)-7)) // v about to overflowst7586fb.c https://bitbucket.org/sirokujira/toppershrp2_ev3rt_test.git | C | 605 lines
219 } 220 i++; 221 } while (!end_script); 255 if (!driver_inited) { 256 while ( (!vmem[i]) && (i <(WIDTH+2)/3*HEIGHT)) i++; 257 if (i != ((WIDTH+2)/3*HEIGHT)) driver_inited = true;R600Packetizer.cpp https://gitlab.com/wustl-pctg-pub/llvm-cilk | C++ | 404 lines
77 if (I->isBundle()) 78 BI++; 79 int LastDstChan = -1;FileWatcher.cpp https://github.com/afrancois/Cinder.git | C++ | 451 lines
120 121 i++; 122 }concepts.hpp https://github.com/mongodb/mongo.git | C++ Header | 388 lines
138 ++i; 139 (void)i++; 140 }MemoryDealer.cpp https://gitlab.com/Atomic-ROM/frameworks_native | C++ | 468 lines
458 459 i++; 460 cur = cur->next;intel_mocs.c https://gitlab.com/joemail44.jp/linux-next | C | 417 lines
322 intel_logical_ring_emit(ringbuf, l3cc_combine(table, 2*i, 0)); 323 i++; 324 } 370 I915_WRITE(GEN9_LNCFCMOCS(i), l3cc_combine(&table, 2*i, 0)); 371 i++; 372 }ConvertCharset.class.php https://github.com/umbecr/camilaframework.git | PHP | 307 lines
190 if (($this -> FromCharset == "gsm0338") && ($HexChar == '1B')){ 191 $i++; 192 $HexChar .= strtoupper(dechex(ord($StringToChange[$i])));language.php https://bitbucket.org/alex_poluektov/itech_test.git | PHP | 566 lines
374 $arDetectionFrom[$lang][] = $i; 375 $i++; 376 } 408 $arDetection[$lang_from_to][] = $lang_from_to; 409 $i++; 410 } 557 $result[$p1." ".$p2] = $weight; 558 $i++; 559 }SQLPagedSelectComponentTemplate.cs https://nhydrate.svn.codeplex.com/svn | C# | 341 lines
219 sb.AppendLine(); 220 ii++; 221 } 238 sb.AppendLine(); 239 ii++; 240 } 270 sb.AppendLine(); 271 ii++; 272 } 320 sb.AppendLine(); 321 ii++; 322 }DVDDemuxPVRClient.cpp https://gitlab.com/jothow/kodi | C++ | 503 lines
457 int i = 0; 458 while (i < MAX_STREAMS && m_streams[i]) i++; 459 return i;paf.c https://gitlab.com/mba811/libav.git | C | 450 lines
197 copy_block4(dst, src, c->width, c->width, 4); 198 i++; 199 if ((i & 0x3F) == 0)fhmm.c https://github.com/chuan/chmm.git | C | 507 lines
215 216 i++; 217 }PagSeguroTransactionParser.class.php https://gitlab.com/maickonrangel/HelpRpg.br | PHP | 400 lines
172 $items[$i] = $item; 173 $i++; 174 }ReflectionUtils.cs https://github.com/xerxesb/ironruby.git | C# | 304 lines
219 if (actualTypes[i] != requiredSignature[i]) return false; 220 i++; 221 }object.c https://github.com/russross/envoy.git | C | 502 lines
464 if (offset * storage_server_count > info->length * (i + 1)) 465 i++; 466 }pxfexecve.c https://github.com/somian/Path64.git | C | 423 lines
277 } 278 i++; 279 } 289 } 290 i++; 291 }text_format_osl.c https://repo.or.cz/blender.git | C | 376 lines
174 while (text_check_whitespace(string[i])) { 175 i++; 176 } 177 while (text_check_identifier(string[i])) { 178 i++; 179 }BacktrackTransformer.java https://github.com/ptII/ptII.git | Java | 337 lines
118 } 119 i++; 120 }boxpack2d.c https://bitbucket.org/DeanGiberson/blender.git | C | 439 lines
184 vert->trb = box; 185 vert->index = i; i++; 186 box->v[BL] = vert; vert++; 192 vert->blb = box; 193 vert->index = i; i++; 194 box->v[TR] = vert; vert++; 200 vert->brb = box; 201 vert->index = i; i++; 202 box->v[TL] = vert; vert++; 208 vert->tlb = box; 209 vert->index = i; i++; 210 box->v[BR] = vert; vert++;miniupnpcmodule.c https://github.com/ppanhoto/Freeswitch-mod_mp4.git | C | 460 lines
81 for(dev = self->devlist, i = 0; dev; dev = dev->pNext) 82 i++; 83 res = Py_BuildValue("i", i);GoogleVisualization.cs https://github.com/nicknystrom/ascend.git | C# | 355 lines
58 r.Cells.Add(c); 59 i++; 60 }WCFTenantMembershipProvider.cs https://SaaSCrab.svn.codeplex.com/svn | C# | 358 lines
156 { 157 i++; 158 }V2d_Viewer.cxx https://github.com/HuguesDelorme/oce.git | C++ | 445 lines
237 if(!M.Contains(i)) index =i; 238 i++; 239 }ADTFile.cpp https://github.com/shlainn/pseuwow.git | C++ | 384 lines
38 unsigned n = inbuf[offI] & 0x7F; 39 offI++; 40 for( unsigned k = 0; k < n; k++ ) 44 if( !fill ) 45 offI++; 46 } 46 } 47 if( fill ) offI++; 48 }kernel.cpp https://github.com/ShotaroTsuji/mona.git | C++ | 457 lines
348 if (i % 2) g_console->printf("\n"); 349 i++; 350}x11_image.c https://code.google.com/p/jmupdf/ | C | 704 lines
189 DoRed | DoGreen | DoBlue; 190 i++; 191 }paf.c https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | C | 455 lines
178 copy_block4(dst, src, avctx->width, avctx->width, 4); 179 i++; 180 if ((i & 0x3F) == 0)WebAppMetadataImplTest.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 223 lines
180 } 181 i++; 182 }BufferedTokenStream.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 272 lines
267 while ( tokens.get(i).getType()!=Token.EOF ) { 268 i++; 269 sync(i);DateUtils.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 252 lines
162 } catch (ParseException e) { 163 i++; 164 } catch (NumberFormatException e) { 164 } catch (NumberFormatException e) { 165 i++; 166 }HighlightingNameFormatter.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 211 lines
152 formattedTypeName.append(name.charAt(i)); 153 i++; 154 }PatchByteCode.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 181 lines
101 pos += 8; 102 i++; // next entry is ignored 103 break;EvaluationSourceGenerator.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 229 lines
90 if (inString) { // skip the char after an escape char 91 i++; 92 }logconf.c https://bitbucket.org/killerpenguinassassins/open_distrib_devel.git | C | 312 lines
117 if (fileobj != NULL) 118 i++; 119 if (syslogobj != NULL) 119 if (syslogobj != NULL) 120 i++; 121 if (nullobj != NULL) 121 if (nullobj != NULL) 122 i++; 123 if (stderrobj != NULL) 123 if (stderrobj != NULL) 124 i++; 125BCG.java https://gitlab.com/rprotas/protas.roman | Java | 273 lines
24 dp[i] = ImageAlgorithms.changeBrightness(sp[i], db); 25 i++; 26 } 41 dp[i] = ImageAlgorithms.changeGamma(sp[i]); 42 i++; 43 } 67 dp[i] = ImageAlgorithms.changeContrast(sp[i]); 68 i++; 69 }hdmi_edid.c https://gitlab.com/pine64-android/brandy | C | 379 lines
203 } 204 i++; 205 }gstnumbersrc.c https://github.com/kzfm1024/misc.git | C | 472 lines
432 memcpy(data, &i, sizeof(i)); 433 i++; 434pA.cpp https://bitbucket.org/vermapratyush/online-judges.git | C++ | 339 lines
57 {vector<pair<T,int> > R;for (T i=2;n>1;){if (n%i==0){int C=0;for (;n%i==0;C++,n/=i);R.push_back(make_pair(i,C));} 58 i++;if (i>n/i) i=n;}if (n>1) R.push_back(make_pair(n,1));return R;} 59template<class T> inline bool isPrimeNumber(T n)//NOTES:isPrimeNumber(ruleset.cpp https://gitlab.com/renato.rotenberg/openmoddler-provenience | C++ | 384 lines
156 // go to the next one 157 i++; 158 }beanDB.java https://gitlab.com/alexaltair/proyectoBdSteam | Java | 299 lines
66 j++; 67 i++; 68 } 122 } 123 i++; 124 } 175 } 176 i++; 177 }dt_isadep.c https://github.com/richlowe/illumos-gate.git | C | 338 lines
256is_ret: 257 i++; 258is_ret_baa:Representation.cpp https://bitbucket.org/vrrm/brl-cad-copy-for-fast-history-browsing-in-git.git | C++ | 280 lines
98 } 99 i++; 100 } 113 } 114 i++; 115 } 128 } 129 i++; 130 }hfi_parser.c https://gitlab.com/deepcypher/linux | C | 325 lines
159 rawfmts[i].buftype = fmt->buffer_type; 160 i++; 161patchedInterpolation2DTable.C https://bitbucket.org/bgschaid/swak4foam-temporary-replacement-for-original-repo-on | C | 520 lines
322 { 323 i++; 324 }ctxt-info.c https://gitlab.com/oyvholm/linux | C | 288 lines
66 start++; 67 i++; 68 }generic_buffer.c https://gitlab.com/tibmeister52761/bbb-kernel | C | 321 lines
51 bytes = channels[i].location + channels[i].bytes; 52 i++; 53 }Code93Reader.java https://github.com/macdonst/phonegap-plugins.git | Java | 274 lines
244 // bump up i again since we read two characters 245 i++; 246 } else {TerminalList.java https://github.com/rstudio/rstudio.git | Java | 482 lines
241 } 242 i++; 243 }sql.php https://bitbucket.org/jojoluzifer/web-megagenius.git | PHP | 242 lines
61 // Find first interesting character, several strpos seem to be faster than simple loop in php: 62 //while (($i < $len) && (strpos('\'";#-/', $buffer[$i]) === FALSE)) $i++; 63 //if ($i == $len) break; 141 } 142 $i++; 143 // Aren't we at the end? 190 } 191 $i++; 192 } 193 // Skip last char 194 $i++; 195 // Next query part will start here 231 } else { 232 $i++; 233 $start_pos = $i;Stemmer.java git://pkgs.fedoraproject.org/java-1.7.0-openjdk | Java | 434 lines
139 { if (i > j) return n; 140 if (! cons(i)) break; i++; 141 } 141 } 142 i++; 143 while(true) 146 if (cons(i)) break; 147 i++; 148 } 148 } 149 i++; 150 n++; 153 if (! cons(i)) break; 154 i++; 155 }sql.php https://github.com/radixcl/powerirc.git | PHP | 503 lines
238 } 239 $ii++; 240 $trid = uniqid();qrad3.c https://gitlab.com/viciious/netradiant | C | 717 lines
609 numbounce = atoi (argv[i+1]); 610 i++; 611 } 623 numthreads = atoi (argv[i+1]); 624 i++; 625 } 628 subdiv = atoi (argv[i+1]); 629 i++; 630 } 633 lightscale = atof (argv[i+1]); 634 i++; 635 } 639 printf ("direct light scaling at %f\n", direct_scale); 640 i++; 641 }utils.js https://gitlab.com/maudebo/tp-maudebaillyotis | JavaScript | 371 lines
56 iterator.call(context, obj[i], i, obj); 57 i++; 58 } 134 } 135 i++; 136 } 281 } 282 i++; 283 } 314 values[i] = val; 315 i++; 316 } 348 } 349 i++; 350 }ringmod.cpp https://bitbucket.org/bucket_brigade/neil/ | C++ | 421 lines
51 while (numsamples--) { 52 *o++ += *i++; 53 }selene_client.c https://github.com/rphillips/selene.git | C | 350 lines
291 host = argv[i+1]; 292 i++; 293 } 295 port = atoi(argv[i+1]); 296 i++; 297 } 306 port = atoi(p); 307 i++; 308 }TableModelAdapter.java git://pkgs.fedoraproject.org/eclipse-wtp-jpa | Java | 421 lines
391 this.rows.set(i, row); 392 i++; 393 }Program.cs https://mimoza.svn.codeplex.com/svn | C# | 379 lines
71 root[i] = (byte)Convert.ToInt16(c.ToString(), 16); 72 i++; 73EventLogRecord.cs https://github.com/pruiz/mono.git | C# | 394 lines
277 theValues[i] = o.ToString(); 278 i++; 279 }windialo.c git://pkgs.fedoraproject.org/xaos | C | 472 lines
44 return (ch + i + 1); 45 i++; 46 }search.js https://github.com/sunlightlabs/datajam.git | JavaScript | 384 lines
170 while (i < j && ranges[i].start.column < startColumn && ranges[i].start.row == range.start.row) 171 i++; 172header.php https://gitlab.com/phamngsinh/baitaplon_sinhvien | PHP | 244 lines
44 { 45 $i++; 46 $hname[] = $skey;sh_stack.c https://bitbucket.org/vrrm/brl-cad-copy-for-fast-history-browsing-in-git.git | C | 378 lines
260 inputs |= sp->mfuncs[i]->mf_inputs; 261 i++; 262 } else { 279 inputs |= sp->mfuncs[i]->mf_inputs; 280 i++; 281 } else {frontend-nav-menu.php https://gitlab.com/mostafame/team_website | PHP | 280 lines
84 $lang_item->classes = $lang['classes']; 85 $lang_item->menu_order += $offset + $i++; 86 $new_items[] = $lang_item;contract_profile.cc https://github.com/reflectometry/refl1d.git | C++ | 435 lines
142 } 143 newi++; 144 219 } /* First layer uses substrate values */ 220 newi++; 221 } 299 } /* First layer uses substrate values */ 300 newi++; 301 } 399 dz += d[i]; 400 i++; 401 } 414 } 415 newi++; 416 }MutatableCode.java https://gitlab.com/Atomic-ROM/art | Java | 410 lines
379 moveInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_WIDE_16); 380 i++; 381 } else {Frame.pm git://pkgs.fedoraproject.org/perl-SVG-Graph | Perl | 688 lines
379 $ystack[$i] += $datum->y; 380 $i++; 381 }elbg.c https://gitlab.com/f3822/qtwebengine-chromium | C | 438 lines
112 while (elbg->utility_inc[i] < r) 113 i++; 114