PageRenderTime 1359ms queryTime 439ms sortTime 64ms getByIdsTime 484ms findMatchingLines 47ms

100+ results results for 'i++; source:Bitbucket repo:illumos/illumos-stc' (1359 ms)

Not the results you expected?
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;
                    
                
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				}
                    
                
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		}
                    
                
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++;
                    
                
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        }
                    
                
patchedInterpolation2DTable.C https://bitbucket.org/bgschaid/swak4foam-temporary-replacement-for-original-repo-on | C | 520 lines
                    
322        {
                    
323            i++;
                    
324        }
                    
                
ringmod.cpp https://bitbucket.org/bucket_brigade/neil/ | C++ | 421 lines
                    
51  while (numsamples--) {
                    
52    *o++ += *i++;
                    
53  }
                    
                
interpolationCellPointFace.hpp https://bitbucket.org/gsoxley/caelus-contributors.git | C++ Header | 450 lines
                    
264                }
                    
265                faceI++;
                    
266            }
                    
                
main.c https://bitbucket.org/floren/inferno/ | C | 469 lines
                    
79	for(i = 0; i < 100*1024*1024; i++)
                    
80		i++;
                    
81}
                    
                
gpu_cooling.c https://bitbucket.org/corsicanu/hadeskernel-o.git | C | 460 lines
                    
189		}
                    
190		i++;
                    
191	}
                    
                
PorterStemmer.java https://bitbucket.org/szitnik/iobie.git | Java | 428 lines
                    
133        {  if (i > j) return n;
                    
134            if (! cons(i)) break; i++;
                    
135        }
                    
135        }
                    
136        i++;
                    
137        while(true)
                    
140            if (cons(i)) break;
                    
141            i++;
                    
142        }
                    
142        }
                    
143            i++;
                    
144            n++;
                    
147                if (! cons(i)) break;
                    
148                i++;
                    
149            }
                    
                
add_post_list.php https://bitbucket.org/Yatindra_Mohite/spectre.git | PHP | 239 lines
                    
124                                            { 
                    
125                                                $i++;
                    
126
                    
                
IntervalSet.cpp https://bitbucket.org/HanyunseopEverspin/eversafe_ios_obfuscator_archive.git | C++ | 521 lines
                    
160    if (rightInterval.b < resultInterval.a) {
                    
161      rightI++;
                    
162      continue;
                    
165    if (rightInterval.a > resultInterval.b) {
                    
166      resultI++;
                    
167      continue;
                    
184        result._intervals.insert(result._intervals.begin() + resultI + 1, afterCurrent);
                    
185        resultI++;
                    
186        rightI++;
                    
189        result._intervals[resultI] = beforeCurrent;
                    
190        resultI++;
                    
191      }
                    
195        result._intervals[resultI] = afterCurrent;
                    
196        rightI++;
                    
197      } else {
                    
                
tsin-parse.cpp https://bitbucket.org/solomonhuang/gcin.git | C++ | 339 lines
                    
317
                    
318      ofsi++;
                    
319    }
                    
                
AverageCase.java https://bitbucket.org/GeoTrif/misc.git | Java | 342 lines
                    
304
                    
305				i++;
                    
306
                    
                
localfile-config.c https://bitbucket.org/cmoraes/ossec.old | C | 456 lines
                    
169                    os_strdup(node[i]->content, logf[pl].file);
                    
170                    i++;
                    
171                    continue;
                    
182                    }
                    
183                    i++;
                    
184                    continue;
                    
368
                    
369        i++;
                    
370    }
                    
                
overloaded-operator.cpp https://bitbucket.org/dwilliamson/clreflect/ | C++ | 418 lines
                    
120void incdec_test(PostInc pi, PostDec pd) {
                    
121  const PostInc& pi1 = pi++;
                    
122  const PostDec& pd1 = pd--;
                    
                
ThreadManager.java https://bitbucket.org/Hanyuu/wipe.git | Java | 421 lines
                    
212                    destroyThread(running.get(i), "Stopped.");
                    
213                    i++;
                    
214                }
                    
                
users.php https://bitbucket.org/w1nterheart/nmm-nature-is-lit-wp.git | PHP | 278 lines
                    
156					wpmu_delete_user( $id );
                    
157					$i++;
                    
158				}
                    
                
serialtime.c https://bitbucket.org/jrevell_ortus/isa-application-linux-demo.git | C | 319 lines
                    
98    }
                    
99    i++;
                    
100    token = strtok(NULL, str);
                    
                
Captcha.php https://bitbucket.org/kiruthiga208/expertplus_enc.git | PHP | 450 lines
                    
327
                    
328            $i++;
                    
329        }
                    
                
canadapost_configuration.php https://bitbucket.org/rubbystar/carimod.git | PHP | 229 lines
                    
182					$i=-1; foreach($this->data['canadapost_methods'] as $method){
                    
183					$i++;
                    
184					$varName=$method['name'];
                    
                
prefline.cpp https://bitbucket.org/rainbow21/postal.git | C++ | 319 lines
                    
92			// Find first non-space char after '='
                    
93			for (i++; pszLine[i] != '\0' && isspace(pszLine[i]); i++)
                    
94				;
                    
259			// Find first non-space char after '='
                    
260			for (i++; m_pszLine[i] != '\0' && isspace(m_pszLine[i]); i++)
                    
261				;
                    
                
app.js https://bitbucket.org/alex-di/printer-sprinter-server.git | JavaScript | 339 lines
                    
209        io.sockets.emit("unprintedList", data);
                    
210        i++;
                    
211      }
                    
                
sqstdstream.cpp https://bitbucket.org/comarius/komswitch.git | C++ | 336 lines
                    
269            sq_newslot(v,-3,SQFalse);
                    
270            i++;
                    
271        }
                    
306            sq_newslot(v,-3,SQFalse);
                    
307            i++;
                    
308        }
                    
320            sq_newslot(v,-3,SQFalse);
                    
321            i++;
                    
322        }
                    
                
setup.c https://bitbucket.org/matthias_lei/advanced-operating-systems-project.git | C | 263 lines
                    
102        }
                    
103        i++;
                    
104    }
                    
                
DataServer.java https://bitbucket.org/palvaro/netdb-bfs-branch | Java | 397 lines
                    
169        			if (b == '|') {
                    
170        				i++;
                    
171        				path[i] = "";
                    
                
resources.inc https://bitbucket.org/rbonesource1234/no2co2 | PHP | 370 lines
                    
19				$arykeyword[$i]['value'] = $ary['KeywordText'];
                    
20			$i++;
                    
21		}
                    
37				$aryresources[$i]['value'] = $ary['CompanyName'];
                    
38			$i++;
                    
39		}
                    
56				$ArySend[$i]['value'] = $ary['CityName'];
                    
57			$i++;
                    
58		}
                    
                
main.c https://bitbucket.org/rsc/plan9port/ | C | 543 lines
                    
105		else if(strcmp(argv[i], "-font") == 0 && i+1<argc){
                    
106			i++;
                    
107			fname = argv[i];
                    
                
TaskList.java https://bitbucket.org/BohyunBarry/taskmanager.git | Java | 300 lines
                    
94            if (!(id.equals(tasksList.get(i).getTaskId()))) {
                    
95                i++;
                    
96            }
                    
203            }
                    
204            i++;
                    
205        } while (i < tasksList.size());
                    
216            }
                    
217            i++;
                    
218        } while (i < tasksList.size());
                    
244            }
                    
245            i++;
                    
246        } while (i < tasksList.size());
                    
                
pphbadan.php https://bitbucket.org/stadrianto/dora.git | PHP | 236 lines
                    
89			{
                    
90				$i++;				
                    
91				$saldo=floatval($result[$key]["SaldoAwal"]);
                    
114				}
                    
115				$i++;
                    
116				if(substr($result[$key]["NoAkun"],0,1)=="4")
                    
                
HomePage.xaml.cs https://bitbucket.org/KingsleyChung/tenniscourt.git | C# | 226 lines
                    
211            int i = PhotoGallery.SelectedIndex;
                    
212            i++;
                    
213            if (i >= PhotoGallery.Items.Count)
                    
                
Forkan.php https://bitbucket.org/rakmana/forkan.git | PHP | 310 lines
                    
75            
                    
76            $i++;
                    
77		}
                    
                
kalendar.js https://bitbucket.org/francoav86/inspeccion.git | JavaScript | 360 lines
                    
80			src += (i==0?'?':'&')+k+'='+encodeURIComponent(v);
                    
81			i++;
                    
82		});
                    
                
DailydealController.php https://bitbucket.org/workhousemarc/fuelsmart.git | PHP | 264 lines
                    
170					$deal->delete();
                    
171					$i++;
                    
172				}
                    
                
MeshOptCommon.cpp https://bitbucket.org/pefarrell/gmsh.git | C++ | 347 lines
                    
186    }
                    
187    i++;
                    
188  }
                    
                
RTData.Serializer.cpp https://bitbucket.org/NuclearCookie/gamesparks-cpp-unreal.git | C++ | 276 lines
                    
67                    }
                    
68                    i++;
                    
69                }
                    
                
config.c https://bitbucket.org/hudson/magic-lantern/ | C | 379 lines
                    
50	while( line[i] && is_space( line[i] ) )
                    
51		i++;
                    
52
                    
68	while( line[i] && is_space( line[i] ) )
                    
69		i++;
                    
70	if( line[i++] != '=' )
                    
72	while( line[i] && is_space( line[i] ) )
                    
73		i++;
                    
74
                    
                
execute.php https://bitbucket.org/satumaa/mellow-cms.git | PHP | 437 lines
                    
40{
                    
41	$i++;
                    
42	if ($path == $base)  $cycle=FALSE;
                    
                
ChunkProviderEnd.java https://bitbucket.org/Cocanuta/cookie | Java | 408 lines
                    
319                    par1ArrayOfDouble[i] = d5;
                    
320                    i++;
                    
321                }
                    
                
iron-overlay-manager.html https://bitbucket.org/danmohr/machine-learning.git | HTML | 362 lines
                    
107        this._overlays[i] = this._overlays[i + 1];
                    
108        i++;
                    
109      }
                    
                
modsupport.c https://bitbucket.org/mirror/python-release25-maint | C | 632 lines
                    
248	Py_UNICODE *v = u;
                    
249	while (*v != 0) { i++; v++; } 
                    
250	return i;
                    
                
symtable2.c https://bitbucket.org/mathioudcsd/compiler_all_phases.git | C | 513 lines
                    
119		scopePtr=scopePtr->next;
                    
120		i++;
                    
121	}
                    
278		}
                    
279		i++;
                    
280	}
                    
                
DataManager.java https://bitbucket.org/cos_clav/hellobooks | Java | 514 lines
                    
68				}
                    
69				i++;
                    
70
                    
100				}
                    
101				i++;
                    
102			}
                    
                
VideoTab.cpp https://bitbucket.org/face/ovp | C++ | 238 lines
                    
110  }
                    
111  i++;
                    
112 }
                    
                
EventController.php https://bitbucket.org/vit_che/backpart.git | PHP | 485 lines
                    
391//            $array [$i] = $ar;
                    
392//            $i++;
                    
393//        }
                    
429            $array [$i] = $ar;
                    
430            $i++;
                    
431        }
                    
467            $array [$i] = $ar;
                    
468            $i++;
                    
469        }
                    
                
CmsGuiBindingsManager.java https://bitbucket.org/invest/anyoption.git | Java | 371 lines
                    
186		for(JmxServerConfig serves : JmxServerConfigManager.getJmxServersConfig()){
                    
187			i++;
                    
188			if(!interfaceCacheReloader.initAssetIndexMarketsCache(application, serves)){
                    
                
Home.js https://bitbucket.org/me-me/hackathon-uae.git | JavaScript | 194 lines
                    
56                    phraseTarget = phraseTarget.concat(" ");
                    
57                i++;
                    
58            }
                    
                
tools.php https://bitbucket.org/ivanfr26/alquilolibre-production.git | PHP | 563 lines
                    
232	$out[$i] = "&#39;";
                    
233	$i++;
                    
234
                    
236	$out[$i] = "&#34;";
                    
237	$i++;
                    
238
                    
252	$out[$i] = "'";
                    
253	$i++;
                    
254
                    
256	$out[$i] = '\"';
                    
257	$i++;
                    
258
                    
369			
                    
370		$i++;
                    
371	}
                    
                
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    }
                    
                
Registry.php https://bitbucket.org/programmerlab/ourteam.co.in.git | PHP | 649 lines
                    
96		{
                    
97			$i++;
                    
98		}
                    
99
                    
100		return $i++;
                    
101	}
                    
                
pm-domains.c https://bitbucket.org/laigui/linux-imx.git | C | 505 lines
                    
151				clk_stats[i].rate = clk_hw_get_rate(__clk_get_hw(imx8_rsrc_clk->clk));
                    
152				i++;
                    
153			}
                    
                
product-media.js https://bitbucket.org/maconeto/proman.git | JavaScript | 245 lines
                    
37        {
                    
38            if      (a[ai] < b[bi] ){ ai++; }
                    
39            else if (a[ai] > b[bi] ){ bi++; }
                    
42                result.push(a[ai]);
                    
43                ai++;
                    
44                bi++;
                    
                
Json.cs https://bitbucket.org/Anjali__Chayal/outback-slots-ios.git | C# | 599 lines
                    
304				while (i < str.Length && (str[i] == ' ' || str[i] == '\r' || str[i] == '\n' || str[i] == '\t'))
                    
305					i++;
                    
306			}
                    
436				if (str[i] == '-')
                    
437					i++;
                    
438				
                    
441				{
                    
442					i++;
                    
443					if (in_range(str[i], '0', '9'))
                    
447				{
                    
448					i++;
                    
449					while (in_range(str[i], '0', '9'))
                    
449					while (in_range(str[i], '0', '9'))
                    
450						i++;
                    
451				}
                    
                
hash.c https://bitbucket.org/killerpenguinassassins/open_distrib_devel.git | C | 352 lines
                    
83    while (i < 10 && string[i])
                    
84	i++;
                    
85
                    
                
Lemur3.java https://bitbucket.org/wraybowling/lemur-clone.git | Java | 487 lines
                    
159    midi_controller[0] = next_available_midi;
                    
160    next_available_midi++;
                    
161  }
                    
216    midi_controller[0] = next_available_midi;
                    
217    next_available_midi++;
                    
218  }
                    
391      midi_controller[0] = next_available_midi;
                    
392      next_available_midi++;
                    
393    }
                    
402      midi_controller[0] = next_available_midi;
                    
403      next_available_midi++;
                    
404    }
                    
416      midi_controller[1] = next_available_midi;
                    
417      next_available_midi++;
                    
418    }
                    
                
inc_mainmenu_dev.php https://bitbucket.org/iconography/north-west-tools.git | PHP | 199 lines
                    
91                    echo '<a href="/'.$rowsub['urlstring'].'/c'.$rowsub['catid'].'" class="mainoption">'.htmlspecialchars($rowsub['name']).'</a>';
                    
92                    $i++;
                    
93                    // output sub cats
                    
96                            echo '<a href="/'.$rowsubsub['urlstring'].'/c'.$rowsubsub['catid'].'" class="suboption">'.htmlspecialchars($rowsubsub['name']).'</a>';
                    
97                            $i++;
                    
98                            if ($i > $break && $break > 0) {
                    
125                        echo '<a href="/'.$rs["urlstring"].'/c'.$rs["catid"].'-'.$bname.'-b'.$rowsub['brandid'].'" class="suboption">'.htmlspecialchars($rowsub['name']).'</a>';
                    
126                        $i++;
                    
127                        if ($i == $break) { $columnsused++; $i = 0; echo '</li><li class="col-sm-3 col-md-2"><span class="hidden-xs">&nbsp;<br/></span>'; }
                    
                
Aggregator.php https://bitbucket.org/kigugama/simplesamlphp.git | PHP | 311 lines
                    
119
                    
120            $i++;
                    
121            $lastlogline = $logline;
                    
                
19800.c https://bitbucket.org/DinoRex99/exploit-database.git | C | 315 lines
                    
58      else if (buf[i] > SB)
                    
59	i++;
                    
60      else if (buf[i] == SB) {
                    
                
FileFinder.php https://bitbucket.org/bryanhui/wordpress-wptouchpoc.git | PHP | 462 lines
                    
331                $this->add( $file );
                    
332                $this->i++;
                    
333                return $file;
                    
                
logconf.c https://bitbucket.org/freebsd/freebsd-head/ | C | 313 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
                    
                
FeedBuilder.java https://bitbucket.org/kemiri494/feedserverrepo.git | Java | 317 lines
                    
170				otherBuilder.setYesterday(ss);
                    
171				i++;
                    
172			}
                    
210				otherBuilder.setYesterday(stock);
                    
211				i++;
                    
212			}
                    
                
TextUtils.h https://bitbucket.org/minnesotaice/frozendocs.git | C Header | 540 lines
                    
374  while (!isAlphanumeric(input[i]) && (i < max)) {
                    
375    i++;
                    
376  }
                    
391  while (isAlphanumeric(input[i]) && (i < max)) {
                    
392    i++;
                    
393  }
                    
408  while (!isPrintable(input[i]) && (i < max)) {
                    
409    i++;
                    
410  }
                    
425  while (isPrintable(input[i]) && (i < max)) {
                    
426    i++;
                    
427  }
                    
442  while (isVisible(input[i]) && (i < max)) {
                    
443    i++;
                    
444  }
                    
                
mailinglist.php https://bitbucket.org/saltwaterdev/offshorefinancial.com.git | PHP | 255 lines
                    
37				echo 'data.setValue('. $i .', 1, '. $list['nbMailSent'] .'); ';
                    
38				$i++;
                    
39				$nbSentRatio = number_format($list['nbMailSent'] / $this->totalSent * 100, 1);
                    
72				array_push($array_detail, $list['listname'] .': '. $list['nbOpen'] .' ('. $list['nbOpenRatio'] .'%)');
                    
73				$i++;
                    
74			}
                    
100				array_push($array_detail, $list['listname'] .': '. $list['nbBounce'] .' ('. $list['nbBounceRatio'] .'%)');
                    
101				$i++;
                    
102			}
                    
128				array_push($array_detail, $list['listname'] .': '. $list['nbClic'] .' ('. $list['nbClicRatio'] .'%)');
                    
129				$i++;
                    
130			}
                    
156				array_push($array_detail, $list['listname'] .': '. $list['nbUnsub'] .' ('. $list['nbUnsubRatio'] .'%)');
                    
157				$i++;
                    
158			}
                    
                
JavaCharStream.java https://bitbucket.org/giusilvano/okapi.git | Java | 548 lines
                    
523      columnDiff = nextColDiff;
                    
524      i++;
                    
525    }
                    
                
PrintfFormatString.cpp https://bitbucket.org/freebsd/freebsd-head | C++ | 680 lines
                    
72    if (c == '%') {
                    
73      Start = I++;  // Record the start of the format specifier.
                    
74      break;
                    
166  // Finally, look for the conversion specifier.
                    
167  const char *conversionPosition = I++;
                    
168  ConversionSpecifier::Kind k = ConversionSpecifier::InvalidSpecifier;
                    
                
SearchFormData.java https://bitbucket.org/KillHacker/navigatofly.git | Java | 374 lines
                    
262			}
                    
263			i++;
                    
264		}
                    
                
Vector.hx https://bitbucket.org/kodetech/haxe_bin_lfs.git | Haxe | 336 lines
                    
165						src[j] = src[i];
                    
166						i++;
                    
167						j++;
                    
                
untraceable.c https://bitbucket.org/jrevell_ortus/isa-application-linux-demo.git | C | 431 lines
                    
98		}
                    
99		i++;
                    
100		token = strtok(NULL, str);
                    
                
DoubleHashTable.cs https://bitbucket.org/minsma/algoritmu-sudarymas-ir-analize.git | C# | 304 lines
                    
49                    Encoding.ASCII.GetBytes(el).CopyTo(bytes[i], 0);
                    
50                    i++;
                    
51                }
                    
55                    Encoding.ASCII.GetBytes("null           ").CopyTo(bytes[i], 0);
                    
56                    i++;
                    
57                }
                    
246
                    
247                i++;
                    
248                index = (index0 + index * hash2(key)) % table.Length;
                    
                
FDPBDialog.C https://bitbucket.org/okohlbacher/ball.git | C | 346 lines
                    
181
                    
182					i++;
                    
183					thread_->wait(10); 
                    
                
LagrangeCurve.java https://bitbucket.org/jorgenio/gvsig.git | Java | 294 lines
                    
235				pt[j] = cp.getPoint(gi.next()).getLocation();
                    
236				i++;
                    
237			}
                    
                
Array.hx https://bitbucket.org/kodetech/haxe_bin_lfs.git | Haxe | 350 lines
                    
159				return i;
                    
160			i++;
                    
161		}
                    
                
MDTintHelper.java https://bitbucket.org/josholadele/streetlaw360-android.git | Java | 191 lines
                    
144    colors[i] = DialogUtils.resolveColor(context, R.attr.colorControlNormal);
                    
145    i++;
                    
146    states[i] = new int[] {-android.R.attr.state_pressed, -android.R.attr.state_focused};
                    
147    colors[i] = DialogUtils.resolveColor(context, R.attr.colorControlNormal);
                    
148    i++;
                    
149    states[i] = new int[] {};
                    
                
sudoku.c https://bitbucket.org/bkueng/nuttx-apps.git | C | 577 lines
                    
429
                    
430  while ((line[i] == ' ' || line[i] == '\t') && (line[i] != '\0') && (line[i] != '\n')) i++;
                    
431
                    
438
                    
439  while ((line[i] == ' ' || line[i] == '\t') && (line[i] != '\0') && (line[i] != '\n')) i++;
                    
440
                    
448
                    
449  while ((line[i] == ' ' || line[i] == '\t') && (line[i] != '\0') && (line[i] != '\n')) i++;
                    
450
                    
476
                    
477  while ((line[i] == ' ' || line[i] == '\t') && (line[i] != '\0') && (line[i] != '\n')) i++;
                    
478
                    
                
CodeGeneration.cs https://bitbucket.org/rusoaica/judgement-day-map-editor.git | C# | 626 lines
                    
241                    GetReturnTypesFromMethod(_method, out _return_types[i]);
                    
242                    i++;
                    
243                }
                    
248                        GetReturnTypesFromMethod(_method, out _return_types[i]);
                    
249                        i++;
                    
250                    }
                    
300                    GenerateMethod(_my_type, _method, MethodAttributes.HideBySig | MethodAttributes.Virtual | MethodAttributes.NewSlot, i, _lua_table_field, _return_types_field, false, out _return_types[i]);
                    
301                    i++;
                    
302                }
                    
307                        GenerateMethod(_my_type, _method, (_method.Attributes | MethodAttributes.NewSlot) ^ MethodAttributes.NewSlot, i, _lua_table_field, _return_types_field, true, out _return_types[i]);
                    
308                        i++;
                    
309                    }
                    
                
ltable.cs https://bitbucket.org/rusoaica/judgement-day-map-editor.git | C# | 517 lines
                    
106            int _i = FindIndex(_l, _t, _key);
                    
107            for (_i++; _i < _t.sizeArray; _i++)
                    
108            {
                    
                
lstrlib.cs https://bitbucket.org/rusoaica/judgement-day-map-editor.git | C# | 989 lines
                    
316            while ((_s + _i < _ms.srcEnd) && (SingleMatch((byte)(_s[_i]), _p, _ep) != 0))
                    
317                _i++;
                    
318            while (_i >= 0)
                    
                
lbaselib.cs https://bitbucket.org/rusoaica/judgement-day-map-editor.git | C# | 643 lines
                    
245            LuaLCheckType(_l, 1, LUA_TTABLE);
                    
246            _i++; 
                    
247            LuaPushInteger(_l, _i);
                    
                
_SemanticAnalyzer.java https://bitbucket.org/raphael_leite_serapiao/compilador.git | Java | 859 lines
                    
268            } else {
                    
269                vi++;
                    
270                tvi += constIntArmazenadaAcao12;
                    
                
smooth-scroll.js https://bitbucket.org/cbrs/national-convention.git | JavaScript | 484 lines
                    
61			deep = arguments[0];
                    
62			i++;
                    
63		}
                    
                
TernaryTree.cs https://bitbucket.org/udaken/zippla-mirror.git | C# | 631 lines
                    
288                        return eq[p];
                    
289                    i++;
                    
290                    p = eq[p];
                    
                
PPMContext.cs https://bitbucket.org/udaken/zippla-mirror.git | C# | 568 lines
                    
217                {
                    
218                    i++;
                    
219                    p.DecrementAddress();
                    
                
ZipPlaInfo.cs https://bitbucket.org/udaken/zippla-mirror.git | C# | 371 lines
                    
119                        }
                    
120                        while (i + 1 < fullLength && charArray[i + 1] == ' ') i++;
                    
121                        index = i + 1;
                    
                
helper.js https://bitbucket.org/anjanigupta1204/tracarta_website.git | JavaScript | 449 lines
                    
187                        filters[i] = val;
                    
188                        i++;
                    
189                    } else if (typeof val.order != 'undefined') {
                    
                
ec_asn1.c https://bitbucket.org/jtl/nginx.git | C | 1620 lines
                    
78	while (group->poly[i] != 0)
                    
79		i++;
                    
80
                    
                
comboot_call.c https://bitbucket.org/hillliam/ipxe.git | C | 705 lines
                    
97		putchar ( c );
                    
98		i++;
                    
99	}
                    
                
FetchSessionHandlerTest.java https://bitbucket.org/mrshukla/mshukla.kafka.git | Java | 356 lines
                    
126                expectedEntry.getValue(), actuaLEntry.getValue());
                    
127            i++;
                    
128        }
                    
                
create-user-on-order.js https://bitbucket.org/daniellbraun/wildernessatthesmokies.git | JavaScript | 529 lines
                    
145			// Debugging: note the index for internal use.
                    
146			$i++;
                    
147			
                    
                
bignum.c https://bitbucket.org/frodo_man/vvn.io.git | C | 2457 lines
                    
160            break;
                    
161    i++;
                    
162
                    
201            break;
                    
202    i++;
                    
203
                    
                
references.php https://bitbucket.org/re_al_/real.test.spip.git | PHP | 927 lines
                    
105			#	spip_log("Cherchexpl: $nom_champ '$explicite' '$idb' '$i'");
                    
106			$i++;
                    
107			$idb = $boucles[$idb]->id_parent;
                    
141			$idb = $boucles[$idb]->id_parent;
                    
142			$i++;
                    
143		} else {
                    
                
functions.php https://bitbucket.org/emagid/cognizant2.git | PHP | 959 lines
                    
65		$plus_one_month = mktime(0, 0, 0, date('m', $now) + 1, date('d', $now) - $i, date('Y', $now));
                    
66		$i++;
                    
67	}
                    
                
moment.js https://bitbucket.org/OverSite/capstone-demo.git | JavaScript | 3130 lines
                    
252            }
                    
253            i++;
                    
254        }
                    
                
DiffEngine.php https://bitbucket.org/aswinvk28/smartpan-stock-drupal.git | PHP | 1226 lines
                    
475        USE_ASSERTS && assert('$j < $other_len && ! $other_changed[$j]');
                    
476        $i++;
                    
477        $j++;
                    
                
yaffsfs.c https://bitbucket.org/hldspb/uboot-sbc8600.git | C | 3211 lines
                    
658				str[i + 1] = '\0';
                    
659				i++;
                    
660			}
                    
                
ubifs.c https://bitbucket.org/hldspb/uboot-sbc8600.git | C | 959 lines
                    
105		if (!comp) {
                    
106			i++;
                    
107			continue;
                    
112		}
                    
113		i++;
                    
114	}
                    
                
ext4_journal.c https://bitbucket.org/hldspb/uboot-sbc8600.git | C | 660 lines
                    
367
                    
368		i++;
                    
369		debug("\t\ttag %u\n", be32_to_cpu(tag->block));
                    
475					ofs += 16;
                    
476				i++;
                    
477				debug("\t\ttag %u\n", be32_to_cpu(tag->block));
                    
478			} while (!(flags & EXT3_JOURNAL_FLAG_LAST_TAG));
                    
479			i++;
                    
480			DB_FOUND = YES;
                    
491				transaction_state = TRANSACTION_COMPLETE;
                    
492				i++;
                    
493				jsb->s_sequence =
                    
510				ext4fs_push_revoke_blk((char *)jdb);
                    
511			i++;
                    
512		} else {
                    
                
ext4_common.c https://bitbucket.org/hldspb/uboot-sbc8600.git | C | 2376 lines
                    
261			if (status) {
                    
262				i++;
                    
263				count++;
                    
                
stm32_qspi.c https://bitbucket.org/hldspb/uboot-sbc8600.git | C | 650 lines
                    
373					debug("%02x ", dout[i]);
                    
374					i++;
                    
375				}
                    
402			debug("%02x ", din[i]);
                    
403			i++;
                    
404		}
                    
                
eth.c https://bitbucket.org/hldspb/uboot-sbc8600.git | C | 796 lines
                    
81	if ((priv->enet_if == PHY_INTERFACE_MODE_QSGMII) && (i < 3)) {
                    
82		i++;
                    
83		goto qsgmii_loop;
                    
                
mmc.c https://bitbucket.org/hldspb/uboot-sbc8600.git | C | 883 lines
                    
520		if (!strcmp(argv[i], "user")) {
                    
521			i++;
                    
522			r = parse_hwpart_user(&pconf, argc-i, &argv[i]);
                    
529			pidx = argv[i][2] - '1';
                    
530			i++;
                    
531			r = parse_hwpart_gp(&pconf, pidx, argc-i, &argv[i]);
                    
536			mode = MMC_HWPART_CONF_CHECK;
                    
537			i++;
                    
538		} else if (!strcmp(argv[i], "set")) {
                    
539			mode = MMC_HWPART_CONF_SET;
                    
540			i++;
                    
541		} else if (!strcmp(argv[i], "complete")) {
                    
542			mode = MMC_HWPART_CONF_COMPLETE;
                    
543			i++;
                    
544		} else {
                    
                
profile.blade.php https://bitbucket.org/inets_company/erb_payment.git | PHP | 604 lines
                    
145                                                        <?php
                    
146                                                        $i++;
                    
147                                                        array_push($user_ids, $applicant->user->id);
                    
180                                                        </tr>
                    
181                                                        <?php $i++; ?>
                    
182                                                        @endforeach
                    
                
attendance.blade.php https://bitbucket.org/inets_company/erb_payment.git | PHP | 322 lines
                    
132                                            </tr>
                    
133                                            <?php $i++; ?>
                    
134                                            @endforeach
                    
187                                                </tr>
                    
188                                                <?php $i++;
                    
189                                            }
                    
                
applicants.blade.php https://bitbucket.org/inets_company/erb_payment.git | PHP | 444 lines
                    
147                            </tr>
                    
148                            <?php $i++; ?>
                    
149                            @endforeach
                    
                
search.blade.php https://bitbucket.org/inets_company/erb_payment.git | PHP | 350 lines
                    
83                                    <?php
                    
84                                    $i++;
                    
85                                }
                    
217                                    <?php
                    
218                                    $i++;
                    
219                                }
                    
                
index.blade.php https://bitbucket.org/inets_company/erb_payment.git | PHP | 15367 lines
                    
95                                    }
                    
96                                    $i++;
                    
97                                    ?></td>
                    
                
cpu_init.c https://bitbucket.org/hldspb/uboot-sbc8600.git | C | 1060 lines
                    
540	/* The first cache has already been set up, so skip it */
                    
541	i++;
                    
542
                    
                
glew.c https://bitbucket.org/terraai/resinsight.git | C | 15490 lines
                    
184  if (s == NULL) return 0;
                    
185  while (s[i] != '\0') i++;
                    
186  return i;
                    
192  if (s == NULL) return 0;
                    
193  while (s[i] != '\0' && s[i] != c) i++;
                    
194  return (s[i] == '\0' || s[i] == c) ? i : 0;
                    
201    return (a == NULL && b == NULL && n == 0) ? GL_TRUE : GL_FALSE;
                    
202  while (i < n && a[i] != '\0' && b[i] != '\0' && a[i] == b[i]) i++;
                    
203  return i == n ? GL_TRUE : GL_FALSE;
                    
215    GLuint i=0;
                    
216    while (i < nb && (*a)+i != NULL && b+i != NULL && (*a)[i] == b[i]) i++;
                    
217    if(i == nb)
                    
231    GLuint i=0;
                    
232    while (i < nb && (*a)+i != NULL && b+i != NULL && (*a)[i] == b[i]) i++;
                    
233    if(i == nb)
                    
                
cvfRegGrid2D.cpp https://bitbucket.org/terraai/resinsight.git | C++ | 557 lines
                    
334    cellFromPoint(intersect1, &gridI, &gridJ);
                    
335    if (changeI == 1) gridI++;
                    
336    if (changeJ == 1) gridJ++;
                    
340    cellFromPoint(intersect2, &maxGridI, &maxGridJ);
                    
341    if (changeI == 1) maxGridI++;
                    
342    if (changeJ == 1) maxGridJ++;
                    
                
RiuResultTextBuilder.cpp https://bitbucket.org/terraai/resinsight.git | C++ | 766 lines
                    
153                    // Adjust to 1-based Eclipse indexing
                    
154                    i++;
                    
155                    j++;
                    
                
RiuFemResultTextBuilder.cpp https://bitbucket.org/terraai/resinsight.git | C++ | 389 lines
                    
124                // Adjust to 1-based Eclipse indexing
                    
125                i++;
                    
126                j++;
                    
                
cpu.c https://bitbucket.org/hldspb/uboot-sbc8600.git | C | 903 lines
                    
310		}
                    
311		i++;
                    
312	} while ((cluster & TP_CLUSTER_EOC) == 0x0);
                    
334		}
                    
335		i++;
                    
336	} while ((cluster & TP_CLUSTER_EOC) == 0x0);
                    
366		}
                    
367		i++;
                    
368	} while ((cluster & TP_CLUSTER_EOC) == 0x0);
                    
391		}
                    
392		i++;
                    
393	} while ((cluster & TP_CLUSTER_EOC) == 0x0);
                    
                
FoobarSvgHandler.java https://bitbucket.org/ivertex/itext-fork | Java | 398 lines
                    
63					break;
                    
64				i++;
                    
65			}
                    
73				}
                    
74				i++;
                    
75			}
                    
82					break;
                    
83				i++;
                    
84			}
                    
92				}
                    
93				i++;
                    
94				if (i == value.length()) {
                    
                
memstream.h https://bitbucket.org/Marisa-Chan/ua_source.git | C Header | 477 lines
                    
258                off += blk->GetSize();
                    
259                i++;
                    
260            }            
                    
                
pdpotrf.c https://bitbucket.org/bosilca/dague.public | C | 255 lines
                    
198            p = atoi(argv[i+1]);
                    
199            i++;
                    
200            continue;
                    
203            q = atoi(argv[i+1]);
                    
204            i++;
                    
205            continue;
                    
208            params[PARAM_N] = atoi(argv[i+1]);
                    
209            i++;
                    
210            continue;
                    
213            params[PARAM_NB] = atoi(argv[i+1]);
                    
214            i++;
                    
215            continue;
                    
222            params[PARAM_NRHS] = atoi(argv[i+1]);
                    
223            i++;
                    
224            continue;
                    
                
 

Source

Language