PageRenderTime 503ms queryTime 45ms sortTime 34ms getByIdsTime 186ms findMatchingLines 53ms

100+ results results for 'i++; source:Bitbucket repo:antiguru/h2database' (503 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}
                    
                
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
                    
                
tsin-parse.cpp https://bitbucket.org/solomonhuang/gcin.git | C++ | 339 lines
                    
317
                    
318      ofsi++;
                    
319    }
                    
                
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      }
                    
                
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];
                    
                
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)
                    
                
DailydealController.php https://bitbucket.org/workhousemarc/fuelsmart.git | PHP | 264 lines
                    
170					$deal->delete();
                    
171					$i++;
                    
172				}
                    
                
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
                    
                
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 }
                    
                
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)){
                    
                
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	}
                    
                
tk.b https://bitbucket.org/floren/inferno/ | Brainfuck | 439 lines
                    
252		}
                    
253		i++;
                    
254	}
                    
                
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>'; }
                    
                
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
                    
                
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);
                    
                
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[] {};
                    
                
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()) {
                    
                
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;
                    
                
codingSnps.pl https://bitbucket.org/cistrome/cistrome-harvard/ | Perl | 570 lines
                    
78   if (!exists $chrSt{$f[0]}) { $chrSt{$f[0]} = $i; }
                    
79   $i++;
                    
80}
                    
141      while ($s[$col1] > $g[2] && $i < $#genes) {
                    
142         $i++;
                    
143         @g = split(/\t/, $genes[$i]);
                    
264      }
                    
265      $i++;
                    
266   }
                    
                
ps2dev9.c https://bitbucket.org/ifcaro/open-ps2-loader/ | C | 1147 lines
                    
559		DelayThread(1000);
                    
560		i++;
                    
561	}while(i<100);
                    
                
ps2mc_io.c https://bitbucket.org/ifcaro/open-ps2-loader/ | C | 1437 lines
                    
109
                    
110				i++;
                    
111			} while (i < mcdi->clusters_per_card);	
                    
117			j++;	
                    
118			i++;
                    
119		} while (j < ifc_length);
                    
146					
                    
147				i++;	
                    
148			} while (i < mcdi->clusters_per_card);	
                    
155			fc->entry[indirect_offset] = i;
                    
156			i++;
                    
157			
                    
                
main.c https://bitbucket.org/ifcaro/open-ps2-loader/ | C | 4295 lines
                    
335			checksum ^= p[i];
                    
336			i++;
                    
337		}
                    
353			return 0;			
                    
354		i++;	
                    
355	} 
                    
                
ps1mc_io.c https://bitbucket.org/ifcaro/open-ps2-loader/ | C | 718 lines
                    
606				
                    
607			i++;
                    
608			info++;
                    
                
fat_driver.c https://bitbucket.org/ifcaro/open-ps2-loader/ | C | 1034 lines
                    
104		buf[i] = cluster; //store first cluster
                    
105		i++;
                    
106	}
                    
143			buf[i] = cluster & 0xFFF;
                    
144			i++;
                    
145		}
                    
164		buf[i] = cluster; //store first cluster
                    
165		i++;
                    
166	}
                    
182			buf[i] = cluster & 0xFFFF;
                    
183			i++;
                    
184		}
                    
202		buf[i] = cluster; //store first cluster
                    
203		i++;
                    
204	}
                    
                
DFS.cpp https://bitbucket.org/RazPasca/fundamental-algorithms.git | C++ | 327 lines
                    
162		addNodeL(arr[x]->vecini, node2);
                    
163		i++;
                    
164	}
                    
                
ForwardAccessor_impl.h https://bitbucket.org/jake_lever/sstruct | C Header | 290 lines
                    
251				//mfc_read_tag_status_all();
                    
252				i++;
                    
253			} while (i < needChanged);
                    
                
selectmodule.c https://bitbucket.org/arigo/cpython-withatomic/ | C | 2294 lines
                    
174
                    
175            i++;
                    
176        }
                    
363        self->ufds[i].events = (short)PyLong_AsLong(value);
                    
364        i++;
                    
365    }
                    
551            while (!self->ufds[i].revents) {
                    
552                i++;
                    
553            }
                    
                
_localemodule.c https://bitbucket.org/arigo/cpython-withatomic/ | C | 681 lines
                    
69    do {
                    
70        i++;
                    
71        val = PyLong_FromLong(s[i]);
                    
                
getargs.c https://bitbucket.org/arigo/cpython-withatomic/ | C | 1810 lines
                    
375                p += strlen(p);
                    
376                i++;
                    
377            }
                    
                
KahluaParser.java https://bitbucket.org/sylvanaar2/lua-for-idea/ | Java | 1709 lines
                    
62//            RESERVED_LOCAL_VAR_KEYWORDS_TABLE.put(RESERVED_LOCAL_VAR_KEYWORD, Boolean.TRUE);
                    
63//            i++;
                    
64//        }
                    
                
web.php https://bitbucket.org/wez/mtrack/ | PHP | 1403 lines
                    
14      $return_vars[$name] = $data[$i];
                    
15      $i++;
                    
16    } else {
                    
                
message.c https://bitbucket.org/vstakhov/rspamd/ | C | 1682 lines
                    
231		}
                    
232		i++;
                    
233		if (i < (gint)src->len) {
                    
                
lmtp_proto.c https://bitbucket.org/vstakhov/rspamd/ | C | 699 lines
                    
128			while (g_ascii_isspace (*c) && i < (gint)line->len) {
                    
129				i++;
                    
130				c++;
                    
201			while (g_ascii_isspace (*c++)) {
                    
202				i++;
                    
203			}
                    
                
GUIEngine.cpp https://bitbucket.org/Ogre/worldapocalypse/ | C++ | 585 lines
                    
41			return true;
                    
42		i++;
                    
43	}
                    
                
OgreGLESHardwarePixelBuffer.cpp https://bitbucket.org/masterfalcon/ogre-gl3plus/ | C++ | 835 lines
                    
54        value = value >> 1;
                    
55        i++;
                    
56    }
                    
                
glew.cpp https://bitbucket.org/masterfalcon/ogre-gl3plus/ | C++ | 4298 lines
                    
178	if (s == NULL) return 0;
                    
179	while (s[i] != '\0') i++;
                    
180	return i;
                    
186	if (s == NULL) return 0;
                    
187	while (s[i] != '\0' && s[i] != c) i++;
                    
188	return (s[i] == '\0' || s[i] == c) ? i : 0;
                    
195		return (a == NULL && b == NULL && n == 0) ? GL_TRUE : GL_FALSE;
                    
196	while (i < n && a[i] != '\0' && b[i] != '\0' && a[i] == b[i]) i++;
                    
197	return i == n ? GL_TRUE : GL_FALSE;
                    
209		GLuint i=0;
                    
210		while (i < nb && (*a)+i != NULL && b+i != NULL && (*a)[i] == b[i]) i++;
                    
211		if(i == nb)
                    
225		GLuint i=0;
                    
226		while (i < nb && (*a)+i != NULL && b+i != NULL && (*a)[i] == b[i]) i++;
                    
227		if(i == nb)
                    
                
OgreGLSLPreprocessor.cpp https://bitbucket.org/masterfalcon/ogre-gl3plus/ | C++ | 1287 lines
                    
104    while (isspace (String [i]))
                    
105        i++;
                    
106
                    
                
glew.cpp https://bitbucket.org/masterfalcon/ogre-gl3plus/ | C++ | 4286 lines
                    
177  if (s == NULL) return 0;
                    
178  while (s[i] != '\0') i++;
                    
179  return i;
                    
185  if (s == NULL) return 0;
                    
186  while (s[i] != '\0' && s[i] != c) i++;
                    
187  return (s[i] == '\0' || s[i] == c) ? i : 0;
                    
194    return (a == NULL && b == NULL && n == 0) ? GL_TRUE : GL_FALSE;
                    
195  while (i < n && a[i] != '\0' && b[i] != '\0' && a[i] == b[i]) i++;
                    
196  return i == n ? GL_TRUE : GL_FALSE;
                    
208    GLuint i=0;
                    
209    while (i < nb && (*a)+i != NULL && b+i != NULL && (*a)[i] == b[i]) i++;
                    
210    if(i == nb)
                    
224    GLuint i=0;
                    
225    while (i < nb && (*a)+i != NULL && b+i != NULL && (*a)[i] == b[i]) i++;
                    
226    if(i == nb)
                    
                
modsupport.c https://bitbucket.org/pypy/pypy/ | C | 588 lines
                    
175    Py_UNICODE *v = u;
                    
176    while (*v != 0) { i++; v++; }
                    
177    return i;
                    
                
flags.c https://bitbucket.org/dabomb69/bash-portable | C | 271 lines
                    
194	return (shell_flags[i].value);
                    
195      i++;
                    
196    }
                    
                
dom_versus_inner_html.html https://bitbucket.org/scope/dragonfly-stp-1/ | HTML | 1584 lines
                    
214        ele = first_arg in CustomElements ? CustomElements[first_arg].create() : doc.createElement(first_arg);
                    
215        i++;
                    
216      }
                    
                
dom.js https://bitbucket.org/scope/dragonfly-stp-1/ | JavaScript | 995 lines
                    
126        }
                    
127        i++;
                    
128      }
                    
                
canvs.c https://bitbucket.org/floren/inferno/ | C | 2221 lines
                    
247				inf[i].r = it->p.bb;
                    
248				i++;
                    
249			}
                    
                
txt.c https://bitbucket.org/floren/inferno/ | C | 1484 lines
                    
324		reg[i]++;
                    
325	lasti++;
                    
326	if(lasti >= 5)
                    
                
txt.c https://bitbucket.org/floren/inferno/ | C | 1251 lines
                    
321	reg[i]++;
                    
322/* 	lasti++;	*** StrongARM does register forwarding */	
                    
323	if(lasti >= 5)
                    
                
lib.c https://bitbucket.org/floren/inferno/ | C | 683 lines
                    
282				break;
                    
283			i++;
                    
284			if (i > nfields)
                    
298			char buf[2];
                    
299			i++;
                    
300			if (i > nfields)
                    
311		for (;;) {
                    
312			i++;
                    
313			if (i > nfields)
                    
                
b.c https://bitbucket.org/floren/inferno/ | C | 856 lines
                    
314					*bp++ = ++c;
                    
315					i++;
                    
316				}
                    
322		*bp++ = c;
                    
323		i++;
                    
324	}
                    
                
span.c https://bitbucket.org/floren/inferno/ | C | 1747 lines
                    
146		cput(0);
                    
147		i++;
                    
148	}
                    
                
txt.c https://bitbucket.org/floren/inferno/ | C | 1200 lines
                    
321	reg[i]++;
                    
322/* 	lasti++;	*** StrongARM does register forwarding */
                    
323/*	
                    
                
readjpg.b https://bitbucket.org/floren/inferno/ | Brainfuck | 974 lines
                    
351			code <<= 1;
                    
352			si++;
                    
353		}while(t.size[k] != si);
                    
364		for(;;){
                    
365			i++;
                    
366			if(i > 16)
                    
                
ftree.b https://bitbucket.org/floren/inferno/ | Brainfuck | 874 lines
                    
577			while (i < len s && s[i] == '/')
                    
578				i++;
                    
579	if (len t > 1 && t[len t - 1] == '/')
                    
                
mand.b https://bitbucket.org/floren/inferno/ | Brainfuck | 861 lines
                    
476		calc.dispbase[d] = byte BORDER;
                    
477		i++;
                    
478	}
                    
481		calc.dispbase[d] = byte BORDER;
                    
482		i++;
                    
483	}
                    
486		calc.dispbase[d] = byte BORDER;
                    
487		i++;
                    
488	}
                    
491		calc.dispbase[d] = byte BORDER;
                    
492		i++;
                    
493	}
                    
                
factotum.b https://bitbucket.org/floren/inferno/ | Brainfuck | 1067 lines
                    
147		if(i < len s)
                    
148			i++;
                    
149		s = s[i:];
                    
                
blur.b https://bitbucket.org/floren/inferno/ | Brainfuck | 654 lines
                    
489		if (gox) {
                    
490			i++;
                    
491			x++;
                    
                
readjpg.b https://bitbucket.org/floren/inferno/ | Brainfuck | 1147 lines
                    
353			code <<= 1;
                    
354			si++;
                    
355		} while(t.size[k] != si);
                    
366		for(;;) {
                    
367			i++;
                    
368			if(i > 16)
                    
                
element.c https://bitbucket.org/floren/inferno/ | C | 724 lines
                    
296		translateelement(e, p);
                    
297		i++;
                    
298	}
                    
360		translateelement(e, p);
                    
361		i++;
                    
362	}
                    
                
devsd.c https://bitbucket.org/floren/inferno/ | C | 1475 lines
                    
369		devs[i].dev->next = nil;
                    
370		i++;
                    
371	}
                    
                
DataGrid.cs https://bitbucket.org/dariusdamalakas/sourcegrid/ | C# | 583 lines
                    
215					Columns.Insert(i, DataGridColumn.CreateRowHeader(this));
                    
216					i++;
                    
217				}
                    
                
selectmodule.c https://bitbucket.org/mirror/cpython/ | C | 2592 lines
                    
167
                    
168            i++;
                    
169        }
                    
369        self->ufds[i].events = (short)(unsigned short)PyLong_AsLong(value);
                    
370        i++;
                    
371    }
                    
                
_heapqmodule.c https://bitbucket.org/mirror/cpython/ | C | 648 lines
                    
266        n >>= 1;
                    
267        i++;
                    
268    }
                    
                
 

Source

Language