PageRenderTime 2288ms queryTime 275ms sortTime 291ms getByIdsTime 724ms findMatchingLines 80ms

100+ results results for 'i++; source:Github repo:Compendium/TROG' (2288 ms)

Not the results you expected?
namei.c https://github.com/amir73il/ext4-snapshots.git | C | 584 lines
                    
358			*p++ = '/';
                    
359			i++;
                    
360			symname += 2;
                    
367			lc   = c;
                    
368			i++;
                    
369		}
                    
                
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		}
                    
                
jazzdma.c https://github.com/gtvhacker/Logitech-Revue.git | C | 566 lines
                    
197		pgtbl[i].owner = VDMA_PAGE_EMPTY;
                    
198		i++;
                    
199	}
                    
                
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)
                    
                
gutils.h https://github.com/prajnashi/glib.git | C Header | 430 lines
                    
363  for (data = *stack_p; data; data = data->next)
                    
364    i++;
                    
365
                    
                
FileWatcher.cpp https://github.com/afrancois/Cinder.git | C++ | 451 lines
                    
120
                    
121		i++;
                    
122	}
                    
                
concepts.hpp https://github.com/mongodb/mongo.git | C++ Header | 388 lines
                    
138                ++i;
                    
139                (void)i++;
                    
140            }
                    
                
ConvertCharset.class.php https://github.com/umbecr/camilaframework.git | PHP | 307 lines
                    
190                 if (($this -> FromCharset == "gsm0338") && ($HexChar == '1B')){
                    
191                     $i++;
                    
192                     $HexChar .= strtoupper(dechex(ord($StringToChange[$i])));
                    
                
XmlNav.php https://github.com/depage/depage-cms.git | PHP | 479 lines
                    
107
                    
108            $i++;
                    
109        }
                    
                
fhmm.c https://github.com/chuan/chmm.git | C | 507 lines
                    
215
                    
216    i++;
                    
217  }
                    
                
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    }
                    
                
jl2005bcd.c https://github.com/ynezz/linux-2.6.git | C | 531 lines
                    
149			return retval;
                    
150		i++;
                    
151	}
                    
                
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            }
                    
                
RubyArrayTests.cs https://github.com/shri/ironruby.git | C# | 359 lines
                    
129                Assert(item.Equals(values[i]));
                    
130                i++;
                    
131            }
                    
                
V2d_Viewer.cxx https://github.com/HuguesDelorme/oce.git | C++ | 445 lines
                    
237      if(!M.Contains(i)) index =i;
                    
238      i++;
                    
239    }
                    
                
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    }
                    
                
miniupnpcmodule.c git://github.com/RJ/libportfwd.git | C | 460 lines
                    
81	for(dev = self->devlist, i = 0; dev; dev = dev->pNext)
                    
82		i++;
                    
83	res = Py_BuildValue("i", i);
                    
                
dt_isadep.c https://github.com/richlowe/illumos-gate.git | C | 338 lines
                    
256is_ret:
                    
257		i++;
                    
258is_ret_baa:
                    
                
Code93Reader.java https://github.com/macdonst/phonegap-plugins.git | Java | 274 lines
                    
244        // bump up i again since we read two characters
                    
245        i++;
                    
246      } else {
                    
                
TerminalList.java https://github.com/rstudio/rstudio.git | Java | 482 lines
                    
241         }
                    
242         i++;
                    
243      }
                    
                
sql.php https://github.com/radixcl/powerirc.git | PHP | 503 lines
                    
238				}
                    
239				$ii++;
                    
240				$trid = uniqid();
                    
                
EventLogRecord.cs https://github.com/pruiz/mono.git | C# | 394 lines
                    
277                theValues[i] = o.ToString();
                    
278                i++;
                    
279            } 
                    
                
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  }
                    
                
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];
                    
                
fsevents-handler.js https://github.com/Zifro/noskvabbel.git | JavaScript | 412 lines
                    
137  var i = 0;
                    
138  while (!path.indexOf(root) && (path = sysPath.dirname(path)) !== root) i++;
                    
139  return i;
                    
                
Course.java https://github.com/yroey/Manage-HW5.git | Java | 497 lines
                    
389				}
                    
390				i++;
                    
391			}
                    
                
md5sum.js https://github.com/cramforce/mu.git | JavaScript | 238 lines
                    
93      x = 0x10000 + ((x & 0x03FF) << 10) + (y & 0x03FF);
                    
94      i++;
                    
95    }
                    
                
wckey_functions.c https://github.com/masteraxl/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);
                    
                
upravit.funkce.php https://github.com/GE3/GE3.git | PHP | 116 lines
                    
29        Do{
                    
30          $i++;
                    
31          $jedinecnyNazev = $friendlyName.($i>1?"-$i":"").".$pripona";
                    
                
ErrataEditor.pm https://github.com/colloquium/spacewalk.git | Perl | 334 lines
                    
171      substr($adv_name, -1, 1) = $i;
                    
172      $i++;
                    
173    }
                    
                
TimerTest.cs https://github.com/schani/mono.git | C# | 327 lines
                    
134				timers.Add (t);
                    
135				i++;
                    
136				t.Dispose ();
                    
                
ilu_ddrop_row.c https://github.com/WarrenWeckesser/scipy.git | C | 339 lines
                    
174	}
                    
175	i++;
                    
176    } /* for */
                    
251	    }
                    
252	    i++;
                    
253
                    
                
TinyAjax.js https://github.com/patadejaguar/S.A.F.E.-Open-Source-Microfinance-Suite.git | JavaScript | 432 lines
                    
12			plaintext += " ";
                    
13			i++;
                    
14		} else if (ch == "%") {
                    
21				plaintext += "%[ERROR]";
                    
22				i++;
                    
23			}
                    
25			plaintext += ch;
                    
26			i++;
                    
27		}
                    
                
pack.c https://github.com/chrissicool/l4openbsd.git | C | 469 lines
                    
112		offset += c + 1;
                    
113		i++;
                    
114	}
                    
                
DonovanDriveTrain.java https://github.com/prog694/frc.git | Java | 276 lines
                    
101    tankDrive((-1*lm), (-1*rm));
                    
102    i++;
                    
103    }
                    
                
sql.php https://github.com/drnic/instantrails.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;
                    
                
clk.c https://github.com/verygreen/ti-omap-encore-kernel.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	}
                    
                
ecmd.c https://github.com/shuairan/ethersex.git | C | 481 lines
                    
109		}
                    
110		i++;
                    
111	}while(ret == 0 && i<OW_SENSORS_COUNT);
                    
                
jquery.tipsy.js https://github.com/bigmlcom/tipsy.git | JavaScript | 357 lines
                    
36                } else {
                    
37                    i++;
                    
38                }
                    
                
lua.c https://github.com/UberGames/RPG-X2.git | C | 477 lines
                    
369        if (argv[i][2] == '\0') {  /* no concatenated argument? */
                    
370          i++;  /* try next 'argv' */
                    
371          if (argv[i] == NULL || argv[i][0] == '-')
                    
                
replace.c https://github.com/labx-technologies-llc/mb-linux-labx.git | C | 612 lines
                    
192				grouplst[i] = g->gr_gid;
                    
193				i++;
                    
194				gr = (char *)NULL;
                    
                
Animate.java https://github.com/firestar/animation.git | Java | 296 lines
                    
214                                g.gt(hi);
                    
215                                hi++;
                    
216                            }
                    
227                                    g.gt(hi);
                    
228                                    hi++;
                    
229                                }
                    
                
i2c-sh7760.c https://github.com/devpress-xx/linux-2.6.git | C | 577 lines
                    
352		msgs++;
                    
353		i++;
                    
354	}
                    
                
unpack.c https://github.com/richlowe/illumos-gate.git | C | 634 lines
                    
200			if (c & 0200)
                    
201				i++;
                    
202			c <<= 1;
                    
                
SessionTest.php https://github.com/maoueh/symfony.git | PHP | 256 lines
                    
239            $this->assertEquals($attributes[$key], $val);
                    
240            $i++;
                    
241        }
                    
                
CSVReader.java https://github.com/kanayo/liquibase.git | Java | 245 lines
                    
210                		sb.append(nextLine.charAt(i+1));
                    
211                		i++;
                    
212                	}else{
                    
                
traps.c https://github.com/ido/linux.git | C | 540 lines
                    
232			printk(" [<%08lx>]", addr);
                    
233			i++;
                    
234		}
                    
                
TcpListener.cs https://github.com/hbons/SparkleShare.git | C# | 259 lines
                    
149                            Thread.Sleep (1000);
                    
150                            i++;
                    
151                        }
                    
                
fft.cpp https://github.com/xbmc/atv2.git | C++ | 319 lines
                    
193        cossintable[i][1] = (float)sinf(theta);
                    
194        i++;
                    
195        dftsize <<= 1;
                    
                
linear.c https://github.com/mpalmer/linux-2.6.git | C | 401 lines
                    
218		       curr_sector >= conf->disks[i+1].start_sector)
                    
219			i++;
                    
220
                    
                
LexNimrod.cxx https://github.com/goofoo/Helium.git | C++ | 430 lines
                    
89      buf[i] = static_cast<char>(tolower(ch));
                    
90      i++;
                    
91    }
                    
                
util.pm https://github.com/txdv/psychostats4.git | Perl | 442 lines
                    
170		$num /= $blocksize;
                    
171		$i++;
                    
172	}
                    
                
adfile.c https://github.com/oza/FreeBSD-7.3-dyntick.git | C | 398 lines
                    
158    FilenameBuf[i] = '_';
                    
159    i++;
                    
160
                    
                
FixedTableLayout.cpp https://github.com/weissms/owb-mirror.git | C++ | 309 lines
                    
122                    usedSpan += eSpan;
                    
123                    i++;
                    
124                }
                    
174                    usedSpan += eSpan;
                    
175                    i++;
                    
176                }
                    
                
th_main.c https://github.com/paulfitz/coopy.git | C | 530 lines
                    
450    z++;
                    
451    i++;
                    
452  }
                    
504    }else{
                    
505      i++;
                    
506    }
                    
                
grid.treegrid.js https://github.com/minikermit/finapp.git | JavaScript | 435 lines
                    
23					}
                    
24					i++;
                    
25				}
                    
                
hmpfile.cpp https://github.com/simX/d2x-xl.git | C++ | 575 lines
                    
391             hmp->devid=i;
                    
392         i++;
                    
393        } while ((i<(int)numdevs) && (hmp->devid==-1));
                    
                
framebuffer.cpp https://github.com/snakehult/android_hardware_msm7k.git | C++ | 416 lines
                    
161        fd = open(name, O_RDWR, 0);
                    
162        i++;
                    
163    }
                    
                
KT_FileUpload.class.php https://github.com/nadavkav/MoodleTAO.git | PHP | 464 lines
                    
259		while (file_exists($tmpName.'_'.$i.$tmpExt) && $i < 1000) {
                    
260			$i++;
                    
261		}
                    
                
drm_ioctl.c https://github.com/gtvhacker/Logitech-Revue.git | C | 389 lines
                    
211		}
                    
212		i++;
                    
213	}
                    
                
item.php https://github.com/shlomsky/ivo.git | PHP | 492 lines
                    
452			$where[] = $as.".element_id = ".$db_name." AND LOWER(".$as.".value) LIKE LOWER(".$db_search.")";			
                    
453			$i++;
                    
454		}
                    
                
LexTAL.cxx https://github.com/LuaDist/scintilla.git | C++ | 399 lines
                    
55		s[i] = static_cast<char>(tolower(styler[start + i]));
                    
56		i++;
                    
57	}
                    
                
SvolLoader_DTTop1.0.h https://github.com/ITKv4-LevelSets/dtgrid_library.git | C Header | 417 lines
                    
102	    ptr[j] = tmp;
                    
103	    i++; j--;
                    
104	}
                    
                
CCTMXLayer.m https://github.com/wave2future/iphone-game-demos.git | Objective C | 483 lines
                    
77			break;
                    
78		i++;
                    
79	}
                    
                
group_internal.c https://github.com/jrcjc/chimein.git | C | 434 lines
                    
84		bd = (qq_buddy_data *) list->data;
                    
85		i++;
                    
86		rmd->members = g_list_remove(rmd->members, bd);
                    
                
ext_mailparse.cpp https://github.com/openparallel/hiphop-php.git | C++ | 438 lines
                    
47        while (i + 1 < l && (s[i + 1] == ' ' || s[i + 1] == '\t')) {
                    
48          i++;
                    
49        }
                    
                
saveload.cpp https://github.com/dreammaster/scummvm.git | C++ | 393 lines
                    
150					warning("SagaEngine::load wrong save %s format", name);
                    
151					i++;
                    
152					continue;
                    
                
R600Packetizer.cpp https://github.com/yiannist/llvm.git | C++ | 404 lines
                    
77    if (I->isBundle())
                    
78      BI++;
                    
79    int LastDstChan = -1;
                    
                
jquery.autotype.js https://github.com/mmonteleone/jquery.autotype.git | JavaScript | 283 lines
                    
74                    // skip the next "{"                    
                    
75                    i++;
                    
76                    
                    
85                    // skip the next "}"
                    
86                    i++;
                    
87                
                    
                
string.cpp https://github.com/grapefrukt/poro.git | C++ | 553 lines
                    
297		pos = return_value.find( what, pos );
                    
298		i++;
                    
299	}
                    
                
wiz.cpp https://github.com/HiroHan/mame4iphone-private.git | C++ | 373 lines
                    
128		{
                    
129			i++;
                    
130			if (i < argc)  /* point to inp file name */
                    
261		{
                    
262            i++;
                    
263			if (i < argc)
                    
                
CConfig.cpp https://github.com/dubizzy/multitheftauto.git | C++ | 423 lines
                    
68                        }
                    
69                        i++;
                    
70                    }
                    
80                            }
                    
81                            i++;
                    
82                            if ( ( szInput[i] == '\0' ) || ( szInput[i] == '\n' ) || ( szInput[i] == '#' ) ) {
                    
91                                    szTemp[j] = szInput[i];
                    
92                                    i++;
                    
93                                    j++;
                    
153                        }
                    
154                        i++;
                    
155                    }
                    
358    if ( m_fp ) {
                    
359        i++;
                    
360        char szInput[256];
                    
                
PorterStemmer.java https://github.com/simplegeo/lucene-solr.git | Java | 547 lines
                    
145        break;
                    
146      i++;
                    
147    }
                    
147    }
                    
148    i++;
                    
149    while(true) {
                    
154          break;
                    
155        i++;
                    
156      }
                    
156      }
                    
157      i++;
                    
158      n++;
                    
163          break;
                    
164        i++;
                    
165      }
                    
                
listGridCMS_PROJECTS.php https://github.com/juddy/GIP.git | PHP | 309 lines
                    
275<?
                    
276		$i++;
                    
277
                    
                
timer_list.c https://github.com/kingklick/kk-incredible-kernel.git | C | 297 lines
                    
95		curr = rb_next(curr);
                    
96		i++;
                    
97	}
                    
                
mvs_soc.c https://github.com/freebsd/freebsd.git | C | 470 lines
                    
116	     mvs_ids[i].rev > revid))
                    
117		i++;
                    
118	ctlr->channels = mvs_ids[i].ports;
                    
                
xkbdata.c https://github.com/ArneBab/arch-hurd-xkb-driver.git | C | 464 lines
                    
353      vmn = vmn->next;
                    
354      i++;
                    
355    }
                    
                
StaxUtil.java https://github.com/GEFFROY/Quercus.git | Java | 450 lines
                    
141          if (prefix.equals(unique)) {
                    
142            i++;
                    
143            unique = "ns" + i;
                    
                
widgets.php https://github.com/schr/wordpress.git | PHP | 341 lines
                    
198	static $i = 0;
                    
199	$i++;
                    
200
                    
                
jazzsonic.c https://github.com/wrjght/kernel-for-odroid.git | C | 288 lines
                    
122	       && known_revisions[i] != silicon_revision)
                    
123		i++;
                    
124
                    
                
first_glut.cpp https://github.com/superBatbrat/LearningOGL.git | C++ | 282 lines
                    
87				//Step to te next position in the buffer.
                    
88				i++;
                    
89			}
                    
                
yaffs_yaffs1.c https://github.com/erasmux/cm-kernel.git | C | 465 lines
                    
85		}
                    
86		bi++;
                    
87	}
                    
                
TupleSpace.h https://github.com/okoye/teenylime.git | C Header | 568 lines
                    
238    t.fields[i] = va_arg(ap, field);
                    
239    i++;
                    
240  }    
                    
243    t.fields[i] = emptyField(); 
                    
244    i++;
                    
245  }
                    
261    t.fields[i] = va_arg(ap, field);
                    
262    i++;
                    
263  }    
                    
266    t.fields[i] = emptyField(); 
                    
267    i++;
                    
268  }
                    
333  while(i < MAX_FIELDS && !isEmptyField(&(t->fields[i]))) {
                    
334    i++;
                    
335  }
                    
                
LexCOBOL.cxx https://github.com/LuaDist/scintilla.git | C++ | 379 lines
                    
74        s[i] = static_cast<char>(tolower(styler[start + i]));
                    
75        i++;
                    
76    }
                    
                
main.cpp https://github.com/albertwcheng/bedSeq.git | C++ | 369 lines
                    
93		{
                    
94			ai++; //consume next
                    
95			if(ai>=argc){
                    
                
SimpleCharStream.java https://github.com/oddlyzen/titanium_mobile.git | Java | 457 lines
                    
435        columnDiff = nextColDiff;
                    
436        i++;
                    
437     } 
                    
                
mbr.cpp https://github.com/kowey/moses.git | C++ | 406 lines
                    
218  {
                    
219    i++;
                    
220    SAFE_GETLINE((*inFileP), line, TABLE_LINE_MAX_LENGTH, '\n');
                    
                
gdkanji.c https://github.com/smorin/f4f.arc.git | C | 660 lines
                    
426	    {
                    
427	      i++;
                    
428	      if (from[i] == '$')
                    
431		  hankaku = FALSE;
                    
432		  i++;
                    
433		}
                    
436		  jisx0208 = FALSE;
                    
437		  i++;
                    
438		  if (from[i] == 'I')	/* Hankaku Kana */
                    
                
asn.cpp https://github.com/etotheipi/PyBtcEngine.git | 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
                    
                
iterators.cc https://github.com/praet/ledger.git | C++ | 258 lines
                    
49  if (xacts_i != xacts_end)
                    
50    return *xacts_i++;
                    
51  else
                    
                
cmd.c https://github.com/bomma/openbeacon.git | C | 293 lines
                    
47        data/=10;
                    
48        i++;
                    
49    } while(data);
                    
87	while(nptr[i] == ' ' && nptr[i] != 0)
                    
88	    i++;
                    
89	    
                    
94		sign *= -1;
                    
95		i++;
                    
96	    }
                    
98		if(nptr[i] == '+')
                    
99		    i++;
                    
100	    
                    
235			while(next_command.command[i+j] == ' ' && next_command.command[i+j] != 0) {
                    
236				i++;
                    
237			}
                    
                
BookieClient.java https://github.com/hammer/mesos.git | Java | 178 lines
                    
118        synchronized void inc() {
                    
119            i++;
                    
120            total++;
                    
                
FontGtk.cpp https://github.com/weissms/owb-mirror.git | C++ | 360 lines
                    
64      if (i < aLength - 1 && IS_LOW_SURROGATE(aText[i+1]))
                    
65        i++;
                    
66      else {
                    
85        if (i < aLength - 1 && IS_LOW_SURROGATE(aText[i+1]))
                    
86          i++;
                    
87        else
                    
                
Serializer.php https://github.com/misterXavier/ManoWars.git | PHP | 346 lines
                    
159                         }
                    
160                         $i++;
                    
161                    }
                    
                
BitTools.cs https://github.com/slau/ManagedMediaHelpers.git | C# | 335 lines
                    
240                {
                    
241                    pati++;
                    
242                }
                    
251
                    
252                di++;
                    
253
                    
                
output.c https://github.com/c4rlo/gargoyle-fedora.git | C | 484 lines
                    
130    /* Skip over space... */
                    
131    while (i < strlen(str) && isSpace(str[i])) i++;
                    
132    if (i < strlen(str)) {
                    
199            while (!isSpace(str[i]) && str[i] != '\0')
                    
200                i++;
                    
201        if (i > 0) {        /* If it fits ... */
                    
                
inode.c https://github.com/teamdesire/cm-kernel.git | C | 466 lines
                    
280			goto out;
                    
281		i++;
                    
282		filp->f_pos++;
                    
289			goto out;
                    
290		i++;
                    
291		filp->f_pos++;
                    
                
skyeye_options.c https://github.com/antmar/Skyeye-fixes.git | C | 300 lines
                    
165		//printf("%s:%s\n", __FUNCTION__, cur);
                    
166		i++;
                    
167		if ((i > 4) || end == 1)
                    
                
 

Source

Language