PageRenderTime 1012ms queryTime 57ms sortTime 252ms getByIdsTime 432ms findMatchingLines 42ms

100+ results results for 'i++; source:Github repo:labx-technologies-llc/wireshark' (1012 ms)

Not the results you expected?
V2d_Viewer.cxx https://github.com/hmeyer/oce.git | C++ | 445 lines
                    
237      if(!M.Contains(i)) index =i;
                    
238      i++;
                    
239    }
                    
                
namei.c https://github.com/andikleen/linux-misc.git | C | 584 lines
                    
358			*p++ = '/';
                    
359			i++;
                    
360			symname += 2;
                    
367			lc   = c;
                    
368			i++;
                    
369		}
                    
                
jazzdma.c https://github.com/kittyhawk/linux.git | C | 566 lines
                    
197		pgtbl[i].owner = VDMA_PAGE_EMPTY;
                    
198		i++;
                    
199	}
                    
                
writeMeshObj.C https://github.com/lakeatmt/OpenFOAM-1.7.x.git | C | 545 lines
                    
70        writeOBJ(mesh.points()[pointI], pointStream);
                    
71        vertI++;
                    
72    }
                    
119                meshTools::writeOBJ(str, mesh.points()[e[0]]);
                    
120                v0 = vertI++;
                    
121                pointToObj.insert(e[0], v0);
                    
134                meshTools::writeOBJ(str, mesh.points()[e[1]]);
                    
135                v1 = vertI++;
                    
136                pointToObj.insert(e[1], v1);
                    
367
                    
368        meshTools::writeOBJ(pointStream, mesh.points()[e[0]]); vertI++;
                    
369        meshTools::writeOBJ(pointStream, mesh.points()[e[1]]); vertI++;
                    
                
testExtendedStencil.C https://github.com/lakeatmt/OpenFOAM-1.7.x.git | C | 498 lines
                    
72    meshTools::writeOBJ(str, fc);
                    
73    vertI++;
                    
74
                    
77        meshTools::writeOBJ(str, stencilCc[i]);
                    
78        vertI++;
                    
79        str << "l 1 " << vertI << nl;
                    
                
police.c https://github.com/huitebe/fuck_reuben.git | C | 612 lines
                    
100			r->rta_len = skb->tail - (u8*)r;
                    
101			n_i++;
                    
102		}
                    
                
scraps.js https://github.com/heygrady/transform3d.git | JavaScript | 435 lines
                    
45						sum += a[(row * cols) + i] * b[(i * bcols) + col];
                    
46						i++;
                    
47					} while (i < cols)
                    
                
gutils.h https://github.com/prajnashi/glib.git | C Header | 430 lines
                    
363  for (data = *stack_p; data; data = data->next)
                    
364    i++;
                    
365
                    
                
accounting.c https://github.com/okuoku/freebsd-head.git | C | 499 lines
                    
408	if (hapd->acct_session_id_lo == 0) {
                    
409		hapd->acct_session_id_hi++;
                    
410	}
                    
                
traps.c https://github.com/gby/linux.git | C | 540 lines
                    
232			printk(" [<%08lx>]", addr);
                    
233			i++;
                    
234		}
                    
                
i2c-sh7760.c https://github.com/iksaif/platform-drivers-x86.git | C | 567 lines
                    
353		msgs++;
                    
354		i++;
                    
355	}
                    
                
miniupnpcmodule.c https://github.com/HHRy/Colloquy.git | C | 460 lines
                    
81	for(dev = self->devlist, i = 0; dev; dev = dev->pNext)
                    
82		i++;
                    
83	res = Py_BuildValue("i", i);
                    
                
ConvertCharset.class.php https://github.com/mysnip/Core.git | PHP | 307 lines
                    
190                 if (($this -> FromCharset == "gsm0338") && ($HexChar == '1B')){
                    
191                     $i++;
                    
192                     $HexChar .= strtoupper(dechex(ord($StringToChange[$i])));
                    
                
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            }
                    
                
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            }
                    
                
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    }
                    
                
hfi_parser.c https://github.com/kvaneesh/linux.git | C | 325 lines
                    
159		rawfmts[i].buftype = fmt->buffer_type;
                    
160		i++;
                    
161
                    
                
radeon_cursor.c https://github.com/dingjiu/linux.git | C | 288 lines
                    
233			if (crtc_p->enabled)
                    
234				i++;
                    
235		}
                    
                
logconf.c https://github.com/okuoku/freebsd-head.git | C | 312 lines
                    
117	if (fileobj != NULL)
                    
118		i++;
                    
119	if (syslogobj != NULL)
                    
119	if (syslogobj != NULL)
                    
120		i++;
                    
121	if (nullobj != NULL)
                    
121	if (nullobj != NULL)
                    
122		i++;
                    
123	if (stderrobj != NULL)
                    
123	if (stderrobj != NULL)
                    
124		i++;
                    
125
                    
                
dt_isadep.c https://github.com/okuoku/freebsd-head.git | C | 338 lines
                    
256is_ret:
                    
257		i++;
                    
258is_ret_baa:
                    
                
clk.c https://github.com/galaxyishere/samsung-kernel-latona.git | C | 320 lines
                    
101		services_clks[i].clk_handle = NULL;
                    
102		i++;
                    
103	}
                    
132		services_clks[i].clk_handle = clk_handle;
                    
133		i++;
                    
134	}
                    
                
MovieDetailsHandler.java https://github.com/freezy/android-xbmcremote-sandbox.git | Java | 251 lines
                    
122			batch[i].put(VideoContract.MovieCast.SORT, DBUtils.getIntValue(actor, VideoModel.Cast.ORDER));
                    
123			i++;
                    
124		}
                    
                
ExifIJGWriteFrame.cpp https://github.com/Divo2011/libmv.git | C++ | 288 lines
                    
111    while(( qtblList[i] != NULL ) && ( qtblList[i] != qtbl ))
                    
112      i++;
                    
113    
                    
246      length += compute_dht_length(htblList[i]);
                    
247      i++;
                    
248    }
                    
276      htbl->sent_table = TRUE;
                    
277      i++;
                    
278    }
                    
                
SDEInserter.java https://github.com/rssh/termware2.git | Java | 273 lines
                    
242                    copy(8);
                    
243                    i++;
                    
244                    break;
                    
                
icaltz-util.c https://github.com/nolta/libical-universal.git | C | 525 lines
                    
167	while (str [i] != '\0') 
                    
168		i++;
                    
169
                    
                
sql.php https://github.com/shafiqissani/ASTRA-College-Website.git | PHP | 242 lines
                    
61            // Find first interesting character, several strpos seem to be faster than simple loop in php:
                    
62            //while (($i < $len) && (strpos('\'";#-/', $buffer[$i]) === FALSE)) $i++;
                    
63            //if ($i == $len) break;
                    
141                }
                    
142                $i++;
                    
143                // Aren't we at the end?
                    
190                    }
                    
191                    $i++;
                    
192                }
                    
193                // Skip last char
                    
194                $i++;
                    
195                // Next query part will start here
                    
231                } else {
                    
232                    $i++;
                    
233                    $start_pos = $i;
                    
                
microcode_amd.c https://github.com/jankeromnes/linux.git | C | 355 lines
                    
103		}
                    
104		i++;
                    
105	}
                    
                
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      }
                    
                
generic_buffer.c https://github.com/herbertx/cryptodev.git | C | 321 lines
                    
51		bytes = channels[i].location + channels[i].bytes;
                    
52		i++;
                    
53	}
                    
                
netarm_eth.c https://github.com/CharlieWood/uboot-imx.git | C | 358 lines
                    
127	while (na_mii_read (MII_PHY_STATUS) == 0xffff) {
                    
128		i++;
                    
129	}
                    
348			return 0;
                    
349		i++;
                    
350	}
                    
                
Main.java https://github.com/smcgowan/wildfly.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];
                    
                
wckey_functions.c https://github.com/ralphbean/slurm.git | C | 318 lines
                    
178		    || !strncasecmp (argv[i], "Set", MAX(command_len, 3)))
                    
179			i++;
                    
180		_set_cond(&i, argc, argv, wckey_cond, format_list);
                    
                
sql.php https://github.com/radixcl/powerirc.git | PHP | 503 lines
                    
238				}
                    
239				$ii++;
                    
240				$trid = uniqid();
                    
                
SilverStripeNavigator.php https://github.com/lenix/silverstripe-cms.git | PHP | 344 lines
                    
47			
                    
48			$i++;
                    
49			$item = new $class($this->record);
                    
                
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  }
                    
                
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			}
                    
                
domxml-php4-to-php5.php https://github.com/foxluck/otdelstroy.git | PHP | 572 lines
                    
183				$nodeSet[]=new php4DOMElement($node,$this);
                    
184				$i++;
                    
185			}
                    
222				$nodeSet[]=new php4DOMElement($node,$this->myOwnerDocument);
                    
223				$i++;
                    
224			}
                    
298				$nodeSet[]=new php4DOMAttr($node,$this->myOwnerDocument);
                    
299				$i++;
                    
300			}
                    
314				$nodeSet[]=new php4DOMElement($node,$this->myOwnerDocument);
                    
315				$i++;
                    
316			}
                    
487
                    
488				$i++;
                    
489			}
                    
                
md5sum.js https://github.com/cramforce/mu.git | JavaScript | 238 lines
                    
93      x = 0x10000 + ((x & 0x03FF) << 10) + (y & 0x03FF);
                    
94      i++;
                    
95    }
                    
                
Audio.cpp https://github.com/8cH9azbsFifZ/ghpsdr3.git | C++ | 271 lines
                    
128        }
                    
129        i++;
                    
130    }
                    
                
upravit.funkce.php https://github.com/GE3/GE3.git | PHP | 116 lines
                    
29        Do{
                    
30          $i++;
                    
31          $jedinecnyNazev = $friendlyName.($i>1?"-$i":"").".$pripona";
                    
                
ilu_ddrop_row.c https://github.com/matthew-brett/scipy.git | C | 339 lines
                    
174	}
                    
175	i++;
                    
176    } /* for */
                    
251	    }
                    
252	    i++;
                    
253
                    
                
ErrataEditor.pm https://github.com/colloquium/spacewalk.git | Perl | 334 lines
                    
171      substr($adv_name, -1, 1) = $i;
                    
172      $i++;
                    
173    }
                    
                
amlogic-gxl-cipher.c https://github.com/kvaneesh/linux.git | C | 374 lines
                    
172		eat += todo;
                    
173		i++;
                    
174		tloffset++;
                    
                
TimerTest.cs https://github.com/schani/mono.git | C# | 327 lines
                    
134				timers.Add (t);
                    
135				i++;
                    
136				t.Dispose ();
                    
                
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    }
                    
                
MergedPreferenceModel.java https://github.com/paranoia25/DockingFrames.git | Java | 423 lines
                    
202            
                    
203            i++;
                    
204        }
                    
219            
                    
220            i++;
                    
221        }
                    
                
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;
                    
                
read_file.cc https://github.com/dilawar/MyPublic.git | C++ | 332 lines
                    
255			{
                    
256				i++;
                    
257			}
                    
                
index.js https://github.com/tsschnoc/gapps_script_shared.git | JavaScript | 484 lines
                    
109      }
                    
110      i++;
                    
111    }
                    
                
framebuffer.cpp https://github.com/MIPS/hardware-msm7k.git | C++ | 416 lines
                    
161        fd = open(name, O_RDWR, 0);
                    
162        i++;
                    
163    }
                    
                
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                                }
                    
                
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        }
                    
                
card.c https://github.com/penberg/linux.git | C | 458 lines
                    
44					break;
                    
45				i++;
                    
46			}
                    
                
CSVReader.java https://github.com/kanayo/liquibase.git | Java | 245 lines
                    
210                		sb.append(nextLine.charAt(i+1));
                    
211                		i++;
                    
212                	}else{
                    
                
TcpListener.cs https://github.com/hbons/SparkleShare.git | C# | 259 lines
                    
149                            Thread.Sleep (1000);
                    
150                            i++;
                    
151                        }
                    
                
RecvQueue.c++ https://github.com/claymodel/voip-foip.git | C++ | 510 lines
                    
182	    sanitize(ri.callid[i]);
                    
183	    i++;
                    
184	}
                    
                
assets_model.php https://github.com/be3/FUEL-CMS.git | PHP | 331 lines
                    
224		}
                    
225		$i++;
                    
226		if ($max_depth == $i) $end = TRUE;
                    
                
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    }
                    
                
Config.php https://github.com/razvanp/zfs.git | PHP | 323 lines
                    
130        foreach($configArray AS $k => $v) {
                    
131            $i++;
                    
132            $tree .= $this->_printTree($k, $v, 1, count($configArray)==$i);
                    
172            foreach ($value as $k => $v) {
                    
173                $i++;
                    
174                $tree .= $this->_printTree($k, $v, $level+1, (count($value)==$i));
                    
                
convert.d https://github.com/alvatar/snippets.git | D | 637 lines
                    
55
                    
56		i++;
                    
57
                    
                
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                }
                    
                
Grapher.js https://github.com/mesmerli/maqetta.git | JavaScript | 422 lines
                    
202_17.removeSeries(_1b);
                    
203i++;
                    
204_1b="Series "+_19.graphNumber+"_"+i;
                    
                
PropelModelPagerTest.php https://github.com/1989gaurav/Propel.git | PHP | 241 lines
                    
105			$this->assertEquals('Book' . $i, $book->getTitle(), 'getIterator() returns an iterator');
                    
106			$i++;
                    
107		}
                    
118			$this->assertEquals('Book' . $i, $book->getTitle(), 'getIterator() returns an iterator');
                    
119			$i++;
                    
120		}
                    
125			$this->assertEquals('Book' . $i, $book->getTitle());
                    
126			$i++;
                    
127		}
                    
137			$this->assertEquals('Book' . $i, $book->getTitle(), 'setPage() sets the list to start on a given page');
                    
138			$i++;
                    
139		}
                    
                
priv.c https://github.com/ab3416/linux-2.6.git | C | 377 lines
                    
242
                    
243	vcpu->stat.instruction_stsi++;
                    
244	VCPU_EVENT(vcpu, 4, "stsi: fc: %x sel1: %x sel2: %x", fc, sel1, sel2);
                    
                
cx25821-i2c.c https://github.com/mstsirkin/kvm.git | C | 425 lines
                    
259				goto err;
                    
260			i++;
                    
261			retval = i2c_readbytes(i2c_adap, &msgs[i], 1);
                    
                
yaffs_yaffs1.c https://github.com/dmitriy103/bravo_kernel-2.6.35.git | C | 465 lines
                    
85		}
                    
86		bi++;
                    
87	}
                    
                
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));
                    
                
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		}
                    
                
URI.php https://github.com/mkhairul/Presta.git | PHP | 591 lines
                    
161			{
                    
162				$i++;
                    
163			}
                    
405		
                    
406			$i++;
                    
407		}
                    
                
test.c https://github.com/rtemss/rtems.git | C | 439 lines
                    
126
                    
127     i++;
                    
128  }
                    
195
                    
196     i++;
                    
197  }
                    
                
nsssrv.c https://github.com/pavka/sssd.git | C | 426 lines
                    
96        DEBUG(6, ("Found shell %s in /etc/shells\n", shells[i]));
                    
97        i++;
                    
98
                    
                
apll.c https://github.com/gby/linux.git | C | 416 lines
                    
75			break;
                    
76		i++;
                    
77		udelay(1);
                    
281			break;
                    
282		i++;
                    
283		udelay(1);
                    
                
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		}
                    
                
smp.c https://github.com/gby/linux.git | C | 512 lines
                    
87		action >>= 1;
                    
88		i++;
                    
89	}
                    
                
JBIG2SegmentReader.java https://github.com/RoDaniel/featurehouse.git | Java | 374 lines
                    
232                segment_retention_flags[i] = (((( 0x1 << j ) & referred_to_current_byte) >> j) == 0x1);
                    
233                i++;
                    
234            } while ( i <= count_of_referred_to_segments );
                    
                
LexTACL.cxx https://github.com/LuaDist/scintilla.git | C++ | 400 lines
                    
55		s[i] = static_cast<char>(tolower(styler[start + i]));
                    
56		i++;
                    
57	}
                    
                
 

Source

Language