100+ results for 'while(len--'
Not the results you expected?
mock.js (https://github.com/jgallen23/mockdata.git) JavaScript · 178 lines
ParseOptions_Win32.cpp (https://github.com/pmfsampaio/NETMF-LPC.git) C++ · 315 lines
enc28j60.c (https://github.com/sli92/netcon.git) C · 315 lines
TimeoutInputStream.java (https://github.com/tixus/Thngm.git) Java · 439 lines
qlatincodec.cpp (https://gitlab.com/x33n/phantomjs) C++ · 244 lines
jquery-spot_menu.js (https://github.com/brokenseal/jquery-spot_menu.git) JavaScript · 236 lines
npysort_common.h (https://github.com/njsmith/numpy.git) C Header · 360 lines
265 STRING_SWAP(char *s1, char *s2, size_t len)
266 {
267 while(len--) {
268 const char t = *s1;
269 *s1++ = *s2;
294 UNICODE_COPY(npy_ucs4 *s1, npy_ucs4 *s2, size_t len)
295 {
296 while(len--) {
297 *s1++ = *s2++;
298 }
303 UNICODE_SWAP(npy_ucs4 *s1, npy_ucs4 *s2, size_t len)
304 {
305 while(len--) {
306 const npy_ucs4 t = *s1;
307 *s1++ = *s2;
heatmap-gmaps.js (https://github.com/devinblais/heatmaps.git) JavaScript · 160 lines
enc28j60.c (https://github.com/sli92/netcon.git) C · 309 lines
lcd.c (http://embeddedprojects.googlecode.com/svn/trunk/) C · 239 lines
math.c (https://github.com/quixadhal/bloodlines.git) C · 380 lines
StandardUtilities.java (https://github.com/RoDaniel/featurehouse.git) Java · 388 lines
mixaudio16.c (https://bitbucket.org/nathan_young/demx.git) C · 2640 lines
corlib_native_System_String.cpp (https://bitbucket.org/pmfsampaio/netmf-lpc.git) C++ · 1075 lines
jquery-passy.js (https://gitlab.com/staging06/myproject) JavaScript · 216 lines
condition_15.csif.c (https://bitbucket.org/vrrm/brl-cad-copy-for-fast-history-browsing-in-git.git) C · 383 lines
mixaudio16.c (https://github.com/rpavlik/openal-svn-mirror.git) C · 2678 lines
Patch.cpp (https://github.com/dborth/vbagx.git) C++ · 445 lines
idx-opt.c (https://github.com/tnorth/PyTables.git) C · 1168 lines
enc28j60.c (https://github.com/sli92/netcon.git) C · 303 lines
inflate.hpp (https://gitlab.com/TeoTwawki/higan) C++ Header · 346 lines
82 if(s->out != nullptr) {
83 if(s->outcnt + len > s->outlen) return 1;
84 while(len--) s->out[s->outcnt++] = s->in[s->incnt++];
85 } else {
86 s->outcnt += len;
196 if(s->out != nullptr) {
197 if(s->outcnt + len > s->outlen) return 1;
198 while(len--) {
199 s->out[s->outcnt] =
200 #ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOO_FAR
huffa.c
(https://jetpp.svn.sourceforge.net/svnroot/jetpp)
C · 767 lines
✨ Summary
This C code implements a Huffman coding algorithm for encoding binary data into a more compact form. It creates two arrays of Huffman codes, one for decoding and another for encoding, based on the frequency of characters in the input data. The code then uses these arrays to encode and decode the input data.
This C code implements a Huffman coding algorithm for encoding binary data into a more compact form. It creates two arrays of Huffman codes, one for decoding and another for encoding, based on the frequency of characters in the input data. The code then uses these arrays to encode and decode the input data.
mass.c (https://github.com/tonymathew/Beagle-node.git) C · 460 lines
mascodec-archos.c (https://github.com/jdgordon/rockbox.git) C · 485 lines
fliconv.c (https://github.com/quixadhal/bloodlines.git) C · 210 lines
Fill.cpp (http://upp-mirror.googlecode.com/svn/trunk/) C++ · 216 lines
LevelModel.as (https://github.com/JesterXL/ZombieStick.git) ActionScript · 217 lines
38 {
39 len = _selections.length;
40 while(len--)
41 {
42 gameObject = _selections[len] as GameObjectVO;
48 {
49 len = _selections.length;
50 while(len--)
51 {
52 gameObject = _selections[len] as GameObjectVO;
116 var newSelections:ArrayCollection = new ArrayCollection();
117 var len:int = indices.length;
118 while(len--)
119 {
120 var index:int = indices[len];
x_ftoa.c (https://gitlab.com/alx741/sdcc) C · 193 lines
pinkos.c (https://github.com/tobyjaffey/pinkos.git) C · 152 lines
MspFlash.cpp (https://gitlab.com/murixteam/energia-0101e0012-windows-mwc) C++ · 89 lines
60 void MspFlashClass::read(unsigned char *flash, unsigned char *dest, int len)
61 {
62 while(len--)
63 *(dest++) = *(flash++);
64 }
72 FCTL3 = FWKEY; // Clear LOCK
73 FCTL1 = FWKEY+WRT; // Enable write
74 while(len--) // Copy data
75 *(flash++) = *(src++);
76 FCTL1 = FWKEY; //Done. Clear WRT
79 FCTL3 = FWKEY; // Clear Lock bit
80 FCTL1 = FWKEY+WRT; // Set Erase bit
81 while(len--) // Copy data
82 *(flash++) = *(src++);
83 FCTL1 = FWKEY; // Done. Clear WRT
ping_strategy.js (https://bitbucket.org/travis_dunn/trail-of-secrets.git) JavaScript · 188 lines
cbuf.c (https://bitbucket.org/knarf/samba.git) C · 321 lines
i2c.c (https://github.com/Tencent/TencentOS-tiny.git) C · 393 lines
jquery-passy.js (https://gitlab.com/kaouech/theme) JavaScript · 203 lines
deep_clone.c (https://github.com/balmma/ruby-deepclone.git) C · 181 lines
xml.cpp (git://git.savannah.gnu.org/commoncpp.git) C++ · 558 lines
ArrayReader.cs (https://github.com/NETMF/llilum.git) C# · 564 lines
inflate.hpp (https://github.com/libretro/bnes-libretro.git) C++ Header · 358 lines
92 if(s->out != 0) {
93 if(s->outcnt + len > s->outlen) return 1;
94 while(len--) s->out[s->outcnt++] = s->in[s->incnt++];
95 } else {
96 s->outcnt += len;
206 if(s->out != 0) {
207 if(s->outcnt + len > s->outlen) return 1;
208 while(len--) {
209 s->out[s->outcnt] =
210 #ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOO_FAR
gost40.c (https://github.com/rhuitl/uClinux.git) C · 226 lines
103 tmp_dptr=(unsigned long *)dest;
104 len>>=3;
105 while(len--!=0)
106 {
107 gost40_loop(back_code, back_code, gost40_key);
115 {
116 bc_offset=(unsigned char *)back_code;
117 while(len--!=0)
118 {
119 if(last_bytes==0)
143 tmp_dptr=(unsigned long *)dest;
144 len>>=3;
145 while(len--!=0)
146 {
147 gost40_loop(back_code, back_code, gost40_key);
memcmp.c (https://github.com/Cheezzolo123/MonteDroid.git) C · 38 lines
uart.c (https://github.com/flukso/rfm12.git) C · 180 lines
ctype.c (https://bitbucket.org/foss4mv/scarletdme.git) C · 189 lines
106 signed char c;
108 while(len--)
109 {
110 if ((c = UpperCase(*p) - UpperCase(*q)) != 0) return c;
137 void memucpy(char * tgt, char * src, short int len)
138 {
139 while(len--) *(tgt++) = UpperCase(*(src++));
140 }
148 register char c;
150 while(len--)
151 {
152 if (((c = UpperCase(*p) - UpperCase(*q)) != 0)
crc32.h (https://github.com/samneirinck/awesomium-ce3.git) C Header · 165 lines
88 // Perform the algorithm on each character in the string, using the lookup table values.
90 while(len--)
91 {
92 unsigned char c = *buffer++;
117 // Perform the algorithm on each character in the string, using the lookup table values.
119 while(len--)
120 ulCRC = (ulCRC >> 8) ^ crc32_table[(ulCRC & 0xFF) ^ *buffer++];
121 // Exclusive OR the result with the beginning value.
BaseTrait.js (https://github.com/flyinweb/RealtimeMultiplayerNodeJs.git) JavaScript · 127 lines
Sort.java (https://github.com/Tencent/angel.git) Java · 532 lines
wrtfmt.c (https://github.com/siconos/siconos.git) C · 416 lines
PrintClassFile.c (https://github.com/jordanell/School.git) C · 146 lines
hashes.cpp (https://bitbucket.org/ddevine/haiku.git) C++ · 257 lines
Client.js (https://github.com/pamplona/RealtimeMultiplayerNodeJs.git) JavaScript · 195 lines
cycle.jquery.js (https://github.com/sirbrad/Banner-Cycle.git) JavaScript · 167 lines
nandwrite.c (https://github.com/Simo2553/AndroidPortings.git) C · 195 lines
EventEmitter.js (https://gitlab.com/yutiansut/Strut) JavaScript · 165 lines
i2c.c (https://github.com/alibaba/AliOS-Things.git) C · 458 lines
outdatedBrowser.js (https://gitlab.com/Mirros/cdnjs) JavaScript · 138 lines
indexWorker.js (https://gitlab.com/railway/railway-land) JavaScript · 190 lines
loaders.js (https://github.com/GunioRobot/broke.git) JavaScript · 128 lines
TagSyntax.cpp (https://github.com/ultimatepp/mirror.git) C++ · 300 lines
mfbbres.c (git://pkgs.fedoraproject.org/nx) C · 371 lines
hipox-nand-vs-pci.patch (https://github.com/SIFTeam/openembedded.git) Patch · 212 lines
PrimitiveProcedure.java (http://jasi-himanshu.googlecode.com/svn/trunk/) Java · 1025 lines
cycle.js (https://github.com/sirbrad/Banner-Cycle.git) JavaScript · 136 lines
lltextvalidate.cpp (https://github.com/HyangZhao/NaCl-main.git) C++ · 296 lines
195 S32 len = str.length();
196 if(len == 0) return rv;
197 while(len--)
198 {
199 if( !LLStringOps::isAlnum((char)str[len]) )
213 S32 len = str.length();
214 if(len == 0) return rv;
215 while(len--)
216 {
217 if(!(LLStringOps::isAlnum((char)str[len]) || (' ' == str[len])))
232 S32 len = str.length();
233 if(len == 0) return rv;
234 while(len--)
235 {
236 llwchar wc = str[len];
SaveLevelService.as (https://github.com/JesterXL/ZombieStick.git) ActionScript · 191 lines
symmetric_cipher.h (https://github.com/nardo/torque_sockets.git) C Header · 107 lines
TypeReader.cpp (https://github.com/ultimatepp/ultimatepp.git) C++ · 235 lines
printf.c (https://github.com/siegleal/iSanta.git) C · 348 lines
pack.c (https://github.com/Harvey-OS/harvey.git) C · 472 lines
pal.c (https://github.com/Stephane-D/SGDK.git) C · 603 lines
uip_arch.h (https://github.com/devkitPro/libogc.git) C Header · 170 lines
afbbresd.c (git://pkgs.fedoraproject.org/nx) C · 217 lines
140 if (axis == X_AXIS) {
141 if (signdx > 0) {
142 while(len--) {
143 if (rop == RROP_BLACK)
144 *addrl &= ~bit;
157 }
158 } else {
159 while(len--) {
160 if (rop == RROP_BLACK)
161 *addrl &= ~bit;
176 } /* if X_AXIS */ else {
177 if (signdx > 0) {
178 while(len--) {
179 if (rop == RROP_BLACK)
180 *addrl &= ~bit;
GUI_AddBin.c (https://github.com/Arakula/Misa-Kitara-AP.git) C · 50 lines
bcmendian.h (https://github.com/SgtPepperKSU/TomatoVPN.git) C Header · 168 lines
Image.cpp (https://github.com/ultimatepp/mirror.git) C++ · 365 lines
113 fixed = hstyle && vstyle;
114 if(hstyle + vstyle == 0 && fast) {
115 while(len--) {
116 GetIXY();
117 Point l(Int(ix), Int(iy));
127 return;
128 }
129 while(len--) {
130 GetIXY();
131 f32x4 fx, fy;
282 fixed = hstyle && vstyle;
283 if(hstyle + vstyle == 0 && fast) {
284 while(len--) {
285 Point l = interpolator.Get() >> 8;
286 if(l.x > 0 && l.x < maxx && l.y > 0 && l.y < maxy)
hash.c (https://github.com/wayling/xboot-clone.git) C · 74 lines
sanityCheck.js (https://gitlab.com/Nowsad.kamrul/cthealthltd) JavaScript · 225 lines
37 len = all.length;
38 while(len--) {
39 pass = all[len](message);
40 if(pass === false) {
45 if(message instanceof SIPMessage.IncomingRequest) {
46 len = requests.length;
47 while(len--) {
48 pass = requests[len](message);
49 if(pass === false) {
55 else if(message instanceof SIPMessage.IncomingResponse) {
56 len = responses.length;
57 while(len--) {
58 pass = responses[len](message);
59 if(pass === false) {
huffcompress.c (https://github.com/Flameeyes/hypnos.git) C · 93 lines
proto.c (https://gitlab.com/cpana1/espweather) C · 130 lines
0.4.md (https://github.com/AI-algorithms/project-readme.git) Markdown · 269 lines
compress.c (https://github.com/Lameguy64/PSn00bSDK.git) C · 489 lines
type.h (https://github.com/jojoin/Def.git) C Header · 360 lines
hash.h (https://github.com/nardo/torque_sockets.git) C Header · 103 lines
NetworkModel.as (https://github.com/JesterXL/SharedSlideshow.git) ActionScript · 224 lines
87 var len:int = localNetworkDiscovery.receivedObjects.length;
88 while(len--)
89 {
90 var om:ObjectMetadataVO = localNetworkDiscovery.receivedObjects.getItemAt(len) as ObjectMetadataVO;
105 var len:int = localNetworkDiscovery.receivedObjects.length;
106 while(len--)
107 {
108 var om:ObjectMetadataVO = localNetworkDiscovery.receivedObjects.getItemAt(len) as ObjectMetadataVO;
115 len = localNetworkDiscovery.sharedObjects.length;
116 while(len--)
117 {
118 var om:ObjectMetadataVO = localNetworkDiscovery.sharedObjects.getItemAt(len) as ObjectMetadataVO;
MessageStructsGen.cxx (http://openqwaq.googlecode.com/svn/trunk/) C++ · 4229 lines
122 decode_uintX(in, 8, len);
123 resip::DataStream strm(mId);
124 while(len--){
125 c=in.get();
126 if(c==EOF)
445 decode_uintX(in_auto, 8, len);
446 resip::DataStream strm(mCompressed.mCompressedId);
447 while(len--){
448 c=in_auto.get();
449 if(c==EOF)
552 decode_uintX(in, 16, len);
553 resip::DataStream strm(mSignerIdentity);
554 while(len--){
555 c=in.get();
556 if(c==EOF)
screen.c (https://github.com/Spenser309/CS551.git) C · 208 lines
enc28j60.c (https://bitbucket.org/googy/buderus.git) C · 268 lines
Buffer.cs (https://github.com/t-ashula/mono.git) C# · 160 lines
wait.js (https://gitlab.com/shinvdu/nodePPT) JavaScript · 199 lines
Buffer.cs (https://github.com/NETMF/llilum.git) C# · 326 lines
WebdriverLibrary.java (https://github.com/boyaxxx/community.git) Java · 114 lines
rels.c (https://github.com/Tatsh/cmdpack.git) C · 211 lines
RadialGradient.cpp (http://upp-mirror.googlecode.com/svn/trunk/) C++ · 83 lines
display.c (https://github.com/ZoloZiak/WinNT4.git) C · 659 lines
ISO8859_1_Writer.java (https://github.com/borman/phoneme-qtopia.git) Java · 88 lines
strchar.cpp (git://pkgs.fedoraproject.org/commoncpp2) C++ · 282 lines
GUI_AddHex.c (https://github.com/Arakula/Misa-Kitara-AP.git) C · 55 lines
SanityCheck.js (https://bitbucket.org/anadalg/jssip.git) JavaScript · 225 lines
192 len = all.length;
193 while(len--) {
194 pass = all[len](message);
195 if(pass === false) {
200 if(message instanceof JsSIP.IncomingRequest) {
201 len = requests.length;
202 while(len--) {
203 pass = requests[len](message);
204 if(pass === false) {
210 else if(message instanceof JsSIP.IncomingResponse) {
211 len = responses.length;
212 while(len--) {
213 pass = responses[len](message);
214 if(pass === false) {