PageRenderTime 1220ms queryTime 73ms sortTime 434ms getByIdsTime 289ms findMatchingLines 22ms

100+ results results for 'i++; repo:shayn/linguist' (1220 ms)

Not the results you expected?
qcommandline.cpp https://gitlab.com/x33n/phantomjs | C++ | 535 lines
                    
297    else if (forward)
                    
298      i++;
                    
299  }
                    
                
namei.c https://github.com/kvaneesh/linux.git | C | 584 lines
                    
358			*p++ = '/';
                    
359			i++;
                    
360			symname += 2;
                    
367			lc   = c;
                    
368			i++;
                    
369		}
                    
                
jazzdma.c https://gitlab.com/envieidoc/tomato | C | 566 lines
                    
197		pgtbl[i].owner = VDMA_PAGE_EMPTY;
                    
198		i++;
                    
199	}
                    
                
SerializationUtils.java https://bitbucket.org/kcnp/colordiscriptors.git | Java | 375 lines
                    
360            result[i] = next;
                    
361            i++;
                    
362        }
                    
                
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/Skylake/Staging | C | 531 lines
                    
149			return retval;
                    
150		i++;
                    
151	}
                    
                
V2d_Viewer.cxx https://github.com/hmeyer/oce.git | C++ | 445 lines
                    
237      if(!M.Contains(i)) index =i;
                    
238      i++;
                    
239    }
                    
                
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);
                    
                
concepts.hpp https://bitbucket.org/liflg/library-boost.git | C++ Header | 388 lines
                    
138                ++i;
                    
139                (void)i++;
                    
140            }
                    
                
boxpack2d.c https://bitbucket.org/brita/blender-gl_debug.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++;
                    
                
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++;
                    
                
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;
                    
                
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)
                    
                
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;
                    
                
gutils.h https://github.com/prajnashi/glib.git | C Header | 430 lines
                    
363  for (data = *stack_p; data; data = data->next)
                    
364    i++;
                    
365
                    
                
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            }
                    
                
tArrayIteratorSTL.cc http://casacore.googlecode.com/svn/trunk/ | C++ | 504 lines
                    
60    iters++;
                    
61    i++;
                    
62  }
                    
                
traps.c https://github.com/gby/linux.git | C | 540 lines
                    
232			printk(" [<%08lx>]", addr);
                    
233			i++;
                    
234		}
                    
                
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			}
                    
                
accounting.c https://bitbucket.org/killerpenguinassassins/open_distrib_devel.git | C | 499 lines
                    
408	if (hapd->acct_session_id_lo == 0) {
                    
409		hapd->acct_session_id_hi++;
                    
410	}
                    
                
i2c-sh7760.c https://bitbucket.org/Tofe/picasso-kernel.git | C | 567 lines
                    
353		msgs++;
                    
354		i++;
                    
355	}
                    
                
index.js https://gitlab.com/jjgomez/Navicu | JavaScript | 283 lines
                    
74                    // skip the next "{"                    
                    
75                    i++;
                    
76                    
                    
85                    // skip the next "}"
                    
86                    i++;
                    
87                
                    
                
list.c https://gitlab.com/oytunistrator/QuIP | C | 617 lines
                    
187	while( np!=NO_NODE ){
                    
188		i++;
                    
189		np=NODE_NEXT(np);
                    
                
miniupnpcmodule.c https://github.com/HHRy/Colloquy.git | C | 460 lines
                    
81	for(dev = self->devlist, i = 0; dev; dev = dev->pNext)
                    
82		i++;
                    
83	res = Py_BuildValue("i", i);
                    
                
st7586fb.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;
                    
                
asn.cpp https://gitlab.com/Ephemeral/Source | 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 overflow
                    
                
ConvertCharset.class.php https://github.com/mysnip/Core.git | PHP | 307 lines
                    
190                 if (($this -> FromCharset == "gsm0338") && ($HexChar == '1B')){
                    
191                     $i++;
                    
192                     $HexChar .= strtoupper(dechex(ord($StringToChange[$i])));
                    
                
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	}
                    
                
XmlNav.php https://github.com/depage/depage-cms.git | PHP | 479 lines
                    
107
                    
108            $i++;
                    
109        }
                    
                
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				}
                    
                
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    }
                    
                
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                 }
                    
                
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                }
                    
                
kernel.cpp https://github.com/ShotaroTsuji/mona.git | C++ | 457 lines
                    
348    if (i % 2) g_console->printf("\n");
                    
349    i++;
                    
350}
                    
                
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    }
                    
                
sqWin32Security.c http://openqwaq.googlecode.com/svn/trunk/ | C | 345 lines
                    
70    }
                    
71    i++;
                    
72  }
                    
87    }
                    
88    i++;
                    
89  }
                    
                
x11_image.c https://code.google.com/p/jmupdf/ | C | 704 lines
                    
189					DoRed | DoGreen | DoBlue;
                    
190					i++;
                    
191				}
                    
                
radeon_cursor.c https://github.com/Mengqi/linux-2.6.git | C | 288 lines
                    
233			if (crtc_p->enabled)
                    
234				i++;
                    
235		}
                    
                
qrad3.c https://bitbucket.org/ibah42/quake2.git | 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		}
                    
                
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)
                    
                
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      }
                    
                
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);
                    
                
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					}
                    
                
hfi_parser.c https://github.com/kvaneesh/linux.git | C | 325 lines
                    
159		rawfmts[i].buftype = fmt->buffer_type;
                    
160		i++;
                    
161
                    
                
BCG.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            }
                    
                
clk.c https://github.com/galaxyishere/samsung-kernel-latona.git | C | 320 lines
                    
101		services_clks[i].clk_handle = NULL;
                    
102		i++;
                    
103	}
                    
132		services_clks[i].clk_handle = clk_handle;
                    
133		i++;
                    
134	}
                    
                
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++;
                    
125
                    
                
hdmi_edid.c https://gitlab.com/pine64-android/brandy | C | 379 lines
                    
203		}
                    
204		i++;
                    
205	}
                    
                
MovieDetailsHandler.java https://github.com/freezy/android-xbmcremote-sandbox.git | Java | 251 lines
                    
122			batch[i].put(VideoContract.MovieCast.SORT, DBUtils.getIntValue(actor, VideoModel.Cast.ORDER));
                    
123			i++;
                    
124		}
                    
                
dt_isadep.c https://github.com/blacklion/GEOM-Events.git | C | 338 lines
                    
256is_ret:
                    
257		i++;
                    
258is_ret_baa:
                    
                
pA.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(
                    
                
SDEInserter.java https://github.com/rssh/termware2.git | Java | 273 lines
                    
242                    copy(8);
                    
243                    i++;
                    
244                    break;
                    
                
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    }
                    
                
beanDB.java https://gitlab.com/alexaltair/proyectoBdSteam | Java | 299 lines
                    
66	                      j++;
                    
67	                      i++;
                    
68	                  }
                    
122		        		  }
                    
123	        			  i++;
                    
124		        	  }
                    
175		        		  }
                    
176	        			  i++;
                    
177		        	  }
                    
                
ruleset.cpp https://gitlab.com/renato.rotenberg/openmoddler-provenience | C++ | 384 lines
                    
156	  // go to the next one
                    
157	  i++;
                    
158	}
                    
                
icaltz-util.c https://github.com/nolta/libical-universal.git | C | 525 lines
                    
167	while (str [i] != '\0') 
                    
168		i++;
                    
169
                    
                
sql.php https://github.com/shafiqissani/ASTRA-College-Website.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;
                    
                
generic_buffer.c https://github.com/jankeromnes/linux.git | C | 321 lines
                    
51		bytes = channels[i].location + channels[i].bytes;
                    
52		i++;
                    
53	}
                    
                
patchedInterpolation2DTable.C https://bitbucket.org/bgschaid/swak4foam-temporary-replacement-for-original-repo-on | C | 520 lines
                    
322        {
                    
323            i++;
                    
324        }
                    
                
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 {
                    
                
ctxt-info.c https://gitlab.com/oyvholm/linux | C | 288 lines
                    
66		start++;
                    
67		i++;
                    
68	}
                    
                
TerminalList.java https://github.com/rstudio/rstudio.git | Java | 482 lines
                    
241         }
                    
242         i++;
                    
243      }
                    
                
netarm_eth.c https://github.com/CharlieWood/uboot-imx.git | C | 358 lines
                    
127	while (na_mii_read (MII_PHY_STATUS) == 0xffff) {
                    
128		i++;
                    
129	}
                    
348			return 0;
                    
349		i++;
                    
350	}
                    
                
glue.c https://bitbucket.org/kasimling/u-boot.git | C | 435 lines
                    
211		/* take another device_info */
                    
212		di++;
                    
213
                    
                
mrbc.c https://bitbucket.org/monami_ya_mrb/monami-ya.mrb.git | C | 337 lines
                    
90        if (argv[i][2] == '\0' && argv[i+1]) {
                    
91          i++;
                    
92          args->outfile = get_outfilename(mrb, argv[i], "");
                    
99        if (argv[i][2] == '\0' && argv[i+1]) {
                    
100          i++;
                    
101          args->initname = argv[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         }
                    
                
Triangulate.hx https://bitbucket.org/deltaluca/stressing.git | Haxe | 254 lines
                    
226                complete[ntri] = false;
                    
227                ntri++;
                    
228            }
                    
242            }
                    
243            else i++;
                    
244        }
                    
                
wckey_functions.c https://github.com/ralphbean/slurm.git | C | 318 lines
                    
178		    || !strncasecmp (argv[i], "Set", MAX(command_len, 3)))
                    
179			i++;
                    
180		_set_cond(&i, argc, argv, wckey_cond, format_list);
                    
                
sql.php https://github.com/radixcl/powerirc.git | PHP | 503 lines
                    
238				}
                    
239				$ii++;
                    
240				$trid = uniqid();
                    
                
SilverStripeNavigator.php https://github.com/icecaster/silverstripe-cms.git | PHP | 344 lines
                    
47			
                    
48			$i++;
                    
49			$item = new $class($this->record);
                    
                
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  }
                    
                
drm_edid_load.c https://bitbucket.org/ace0/linux-restore-support.git | C | 255 lines
                    
140		while (i < GENERIC_EDIDS && strcmp(name, generic_edid_name[i]))
                    
141			i++;
                    
142		if (i < GENERIC_EDIDS) {
                    
                
Program.cs https://mimoza.svn.codeplex.com/svn | C# | 379 lines
                    
71                            root[i] = (byte)Convert.ToInt16(c.ToString(), 16);
                    
72                            i++;
                    
73
                    
                
EventLogRecord.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    }
                    
                
header.php https://gitlab.com/phamngsinh/baitaplon_sinhvien | PHP | 244 lines
                    
44	{
                    
45	$i++;
                    
46	$hname[] = $skey;
                    
                
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  }
                    
                
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;
                    
                
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 {
                    
                
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
                    
                
Main.java https://github.com/aslakknutsen/jboss-as.git | Java | 309 lines
                    
109            } else if ("--".equals(arg)) {
                    
110                for (i++; i < args.length; i++) {
                    
111                    arg = args[i];
                    
112                    if ("--".equals(arg)) {
                    
113                        for (i++; i < args.length; i++) {
                    
114                            arg = args[i];
                    
                
graph.bar.php https://gitlab.com/ElvisAns/tiki | PHP | 338 lines
                    
311        foreach ($values as $style => $value) {
                    
312            $base = $pad + $width * $i++;
                    
313
                    
                
Course.java https://github.com/yroey/Manage-HW5.git | Java | 497 lines
                    
389				}
                    
390				i++;
                    
391			}
                    
                
 

Source

Language