577,656 results for 'i++;' (1787 ms)
indicateurs.c https://github.com/sylafrs/Dames.git | C | 341 lines
59 possible = (plateau[sourceX+i][sourceY+i].pion == non); 60 i++; 61 } 70 possible = (plateau[sourceX+i][sourceY-i].pion == non); 71 i++; 72 } 81 possible = (plateau[sourceX-i][sourceY-i].pion == non); 82 i++; 83 } 92 possible = (plateau[sourceX-i][sourceY+i].pion == non); 93 i++; 94 } 112 possible = (plateau[sourceX+i][sourceY+i].pion == non); 113 i++; 114 }jsdecoder.js https://github.com/jinbo51/DiscuzX.git | JavaScript | 1,149 lines
35 this.switch_c(c); 36 this.i++; 37 } 173 { 174 i++; 175 var c = this.s.charAt(i); 444 445 this.i++; 446 556 } 557 this.i++; 558 } 642 { 643 i++; 644 var c = this.s.charAt(i);cvsps.c https://github.com/jamesblackburn/cvsps.git | C | 2,697 lines
643 do_diff = 1; 644 i++; 645 continue; 749 750 i++; 751 continue; 756 update_cache = 1; 757 i++; 758 continue; 764 update_cache = 1; 765 i++; 766 continue; 794 debuglvl = ~0; 795 i++; 796 continue;PublicMethods.cpp https://github.com/hunslater/pdfium.git | C++ | 2,336 lines
642 case '/': 643 i++; 644 j++; 663 case 'y': 664 i++; 665 j++; 668 nMonth = ParseStringInteger(value, j, nSkip, 2); 669 i++; 670 j += nSkip; 673 nDay = ParseStringInteger(value, j, nSkip, 2); 674 i++; 675 j += nSkip; 678 nHour = ParseStringInteger(value, j, nSkip, 2); 679 i++; 680 j += nSkip;s-array.js https://github.com/hyaska/meanstack-data-samples.git | JavaScript | 1,248 lines
33 arr.forEach(function(a) { 34 i++; 35 arr.push(a+3); 123 arr.some(function(a) { 124 i++; 125 arr.push(a+3); 218 arr.every(function(a) { 219 i++; 220 arr.push(a+3); 540 arr.filter(function(a) { 541 i++; 542 if(i <= 4) { 606 Array.prototype.filter.call(arr, function(a) { 607 i++; 608 if(i <= 4) {diet.d https://github.com/BoapNet/vibe.d.git | D | 1,377 lines
894 if( line[i] == '#' ){ 895 i++; 896 assertp(id.length == 0, "Id may only be set once."); 901 } else if (line[i] == '&') { 902 i++; 903 assertp(i >= line.length || line[i] == ' ' || line[i] == '.'); 905 } else if( line[i] == '.' ){ 906 i++; 907 // check if tag ends with dot 917 // parse other attributes 918 i++; 919 string attribstring = skipUntilClosingClamp(line, i); 920 parseAttributes(attribstring, attribs); 921 i++; 922 } else break;main.c https://github.com/svettom/gpac.git | C | 1,061 lines
721 the_cfg = argv[i+1]; 722 i++; 723 } 744 the_cfg = argv[i+1]; 745 i++; 746 } else if (!strcmp(arg, "-rti")) { 747 rti_file = argv[i+1]; 748 i++; 749 } else if (!strcmp(arg, "-rtix")) { 750 rti_file = argv[i+1]; 751 i++; 752 use_rtix = 1; 761 else dump_mode=1; 762 if ((url_arg || (i+2<(u32)argc)) && get_time_list(argv[i+1], times, &nb_times)) i++; 763 } else if (!strcmp(arg, "-rgbds")) { /*get dump in rgbds pixel format*/main.c https://github.com/svettom/gpac-1.git | C | 2,127 lines
965 the_cfg = argv[i+1]; 966 i++; 967 } 990 the_cfg = argv[i+1]; 991 i++; 992 } else if (!strcmp(arg, "-rti")) { 993 rti_file = argv[i+1]; 994 i++; 995 } else if (!strcmp(arg, "-rtix")) { 996 rti_file = argv[i+1]; 997 i++; 998 use_rtix = 1; 1007 else dump_mode=1; 1008 if ((url_arg || (i+2<(u32)argc)) && get_time_list(argv[i+1], times, &nb_times)) i++; 1009 } else if (!strcmp(arg, "-rgbds")) { /*get dump in rgbds pixel format*/pjopt.c https://github.com/markangelo/PX4NuttX.git | C | 450 lines
82 default : 83 i++; 84 break; 115 default : 116 i++; 117 break; 142 default : 143 i++; 144 break; 169 default : 170 i++; 171 break; 196 default : 197 i++; 198 break;pjopt.c https://github.com/markangelo/PX4NuttX.git | C | 451 lines
83 default : 84 i++; 85 break; 116 default : 117 i++; 118 break; 143 default : 144 i++; 145 break; 170 default : 171 i++; 172 break; 197 default : 198 i++; 199 break;fetchXMLname.c https://github.com/pffy/Amaya-Editor.git | C | 810 lines
312 while (ptr[i].XMLname[0] < c && ptr[i].XMLname[0] != EOS) 313 i++; 314 /* look at all entries starting with the right character */ 318 /* it's not the tag */ 319 i++; 320 else if ((xmlformat || ptr != XHTMLElemMappingTable) && 322 /* it's not the tag */ 323 i++; 324 else if (XMLtype == XHTML_TYPE && profile != L_Other && !(ptr[i].Level & profile)) 327 *checkProfile = FALSE; 328 i++; 329 } 392 } 393 i++; 394 }bg_misc.c https://github.com/Stoiss/jaMME.git | C | 3,266 lines
368 { 369 i++; 370 } 370 } 371 i++; 372 while (i < sizeof( powerBuf ) && powerBuf[i] && powerBuf[i] != '-') 375 c++; 376 i++; 377 } 378 readBuf[c] = 0; 379 i++; 380 //at this point, readBuf contains the intended side 409 c++; 410 i++; 411 }EEPROMHelper.ino https://github.com/karlqui/QuadraCopter.git | Arduino Sketch | 110 lines
14 tempPara += (char)b; 15 i++; 16 b = EEPROM.read(i); 23 while((char)b!='|'){//loop through data 24 i++; 25 b = EEPROM.read(i); 26 } 27 i++; 28 b = EEPROM.read(i); 30 if(paraExists){//@TODO replace data on index i 31 i++; 32 byte high = highByte(data); 34 byte low = lowByte(data); 35 i++; 36 EEPROM.write(i, low);OptionParser.h git://github.com/FooBarWidget/passenger.git | C++ Header | 379 lines
238 options.setBool("user_switching", false); 239 i++; 240 } else if (p.isValueFlag(argc, i, argv[i], '\0', "--default-user")) { 268 options.setBool("load_shell_envvars", true); 269 i++; 270 } else if (p.isValueFlag(argc, i, argv[i], '\0', "--concurrency-model")) { 277 options.setBool("multi_app", true); 278 i++; 279 } else if (p.isFlag(argv[i], '\0', "--force-friendly-error-pages")) { 280 options.setBool("friendly_error_pages", true); 281 i++; 282 } else if (p.isFlag(argv[i], '\0', "--disable-friendly-error-pages")) { 283 options.setBool("friendly_error_pages", false); 284 i++; 285 } else if (p.isValueFlag(argc, i, argv[i], '\0', "--max-request-time")) {GeometryFunctions.as git://github.com/omoa/omoa-as3.git | ActionScript | 214 lines
77 currentPath.wideLineTo( points[i++], points[i++] ); 78 i++; i++; 79 // TODO: Test 86 currentPath.wideMoveTo( points[i++], points[i++] ); 87 i++; i++; 88 break; 165 case GraphicsPathCommand.CURVE_TO: 166 i++; i++; 167 p2.x = points[i++]; 170 case GraphicsPathCommand.CUBIC_CURVE_TO: 171 i++; i++; 172 i++; i++; 178 p2.y = points[i++]; 179 i++; i++; 180 // TODO: Testmain.c https://bitbucket.org/npepinpe/mupen64plus-ui-console | C | 757 lines
396 l_CoreLibPath = argv[i+1]; 397 i++; 398 } 401 l_ConfigDirPath = argv[i+1]; 402 i++; 403 } 406 l_DataDirPath = argv[i+1]; 407 i++; 408 } 460 { /* these are handled in ParseCommandLineInitial */ 461 i++; 462 } 466 int xres, yres; 467 i++; 468 if (sscanf(res, "%ix%i", &xres, &yres) != 2)vi.js https://github.com/10gen/external.git | JavaScript | 3,800 lines
1625 ng[ng.length] = marks[s.substr(i+1,1)]; 1626 i++; 1627 1628 } else if (c == "\\") { 1629 i++; 1630 c = s.substr(i, 1); 1650 var j = i; 1651 for (i++; i < s.length; i++) { 1652 var tc = s.substr(i, 1); 1652 var tc = s.substr(i, 1); 1653 if (tc == "\\") i++; 1654 else if (tc == c) break; 1677 tok = ''; 1678 i++; 1679 }test_Signal.js https://github.com/ccnmtl/mochikit-mirror.git | JavaScript | 540 lines
9 t.ok(this === submit, "aFunction should have 'this' as submit"); 10 i++; 11 if (typeof(this.someVar) != 'undefined') { 26 t.ok(this === aObject, "aMethod should have 'this' as aObject"); 27 i++; 28 }; 89 var eventTest = function(e) { 90 i++; 91 t.ok((typeof(e.event()) === 'object'), 'checking that event() is an object'); 126 ident = connect('submit', 'onmousewheel', function(e) { 127 i++; 128 t.ok((typeof(e.mouse()) === 'object'), 'checking that mouse() is an object'); 182 var aFunction = function() { 183 i++; 184 if (typeof(this.someVar) != 'undefined') {PlayerInfo.java https://github.com/weachina/aion-emu-backup.git | Java | 313 lines
153 writeD(buf, 0); 154 i++; 155 itemsSize = itemsSize + 13; 163 writeD(buf, 0); 164 i++; 165 itemsSize = itemsSize + 13; 174 writeD(buf, 0); 175 i++; 176 itemsSize = itemsSize + 13; 184 writeD(buf, 0); 185 i++; 186 itemsSize = itemsSize + 13; 194 writeD(buf, 0); 195 i++; 196 itemsSize = itemsSize + 13;FloatTest.java https://github.com/tisoft/xmlvm.git | Java | 87 lines
32 // floatToIntBits: 33 i++; 34 result[i] = Float.floatToIntBits(Float.NaN) == 0x7FC00000; 35 description[i] = "floatToIntBits(NaN) == 0x7FC00000"; 36 i++; 37 result[i] = Float.floatToIntBits(Float.POSITIVE_INFINITY) == 0x7F800000; 38 description[i] = "floatToIntBits(+Infinity) == 0x7F800000"; 39 i++; 40 result[i] = Float.floatToIntBits(Float.NEGATIVE_INFINITY) == 0xFF800000; 41 description[i] = "floatToIntBits(-Infinity) == 0x0xFF800000"; 42 i++; 43 result[i] = Float.compare(Float.intBitsToFloat(Float.floatToIntBits(1.546F)),1.546F)==0; 44 description[i] = "longBitsToFloat(floatToIntBits(x))==x, for some x"; 45 i++; 46 result[i] = Float.floatToIntBits(-1.461381E-12F) == 0xABCDABCD;