PageRenderTime 2944ms queryTime 579ms sortTime 1218ms getByIdsTime 42ms findMatchingLines 28ms

100+ results results for 'while repo:kengonakajima/lua-parser' (2944 ms)

Not the results you expected?
vt8500lcdfb.c https://github.com/mstsirkin/linux.git | C | 475 lines
                    
117	writel(0, fbi->regbase);
                    
118	while (readl(fbi->regbase + 0x38) & 0x10)
                    
119		/* wait */;
                    
                
ExtensionMechanismsHelper.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 338 lines
                    
144     * Get commonly used tagged value types. <p>
                    
145     * While in early UML 1.x versions only String was provided, in UML 2.x
                    
146     * tagged values are stereotype properties with any possible type. However
                    
166     * Tests if a stereotype has a given name and given base class.
                    
167     * While comparing the baseclass, inheritance is not considered.
                    
168     *
                    
                
AutomaticIndexStatisticsMultiTest.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 349 lines
                    
68
                    
69        // Start the threads and let them run for a while.
                    
70        Thread[] threads = new Thread[threadCount];
                    
131
                    
132        // Start the threads and let them run for a while.
                    
133        for (int i=0; i < threadCount; i++) {
                    
269            int counter = 0;
                    
270            while (System.currentTimeMillis() - started < runTime) {
                    
271                try {
                    
318                Statement stmt = con.createStatement();
                    
319                while (System.currentTimeMillis() - started < runTime) {
                    
320                    if (lastWasCreate) {
                    
                
ec.c https://gitlab.com/thomasphillips3/node | C | 365 lines
                    
122    argv++;
                    
123    while (argc >= 1) {
                    
124        if (strcmp(*argv, "-inform") == 0) {
                    
                
show-hint.js https://gitlab.com/Blueprint-Marketing/cdnjs | JavaScript | 335 lines
                    
161  function getHintElement(hintsElement, el) {
                    
162    while (el && el != hintsElement) {
                    
163      if (el.nodeName.toUpperCase() === "LI" && el.parentNode == hintsElement) return el;
                    
                
fw-download.c https://github.com/kvaneesh/linux.git | C | 466 lines
                    
79 *
                    
80 * free_firmware() also takes the mutex while removing an entry from the list,
                    
81 * it guarantees that every user of fw_req has taken a kref-reference by now and
                    
                
signal.c https://github.com/kvaneesh/linux.git | C | 507 lines
                    
80
                    
81	while (base < XCHAL_NUM_AREGS / 4) {
                    
82
                    
                
files.cpp https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | C++ | 482 lines
                    
15{
                    
16    while (*p && isspace(*p)) {
                    
17        p++;
                    
35{
                    
36    while (*p) {
                    
37        if (!isspace(*p)) {
                    
46is_exclude_line(const char* p) {
                    
47    while (*p) {
                    
48        if (*p == '-') {
                    
65    enum { WHITE, TEXT, IN_QUOTE } state = WHITE;
                    
66    while (*p) {
                    
67        if (*p == '#') {
                    
152            string::size_type pos = 0;
                    
153            while((pos = result.find(it->first, pos)) != string::npos) {
                    
154                result = result.replace(pos, it->first.length(), it->second);
                    
                
VisualizerTest.java https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | Java | 336 lines
                    
169                int looperWaitCount = MAX_LOOPER_WAIT_COUNT;
                    
170                while ((mWaveform == null) && (looperWaitCount-- > 0)) {
                    
171                    try {
                    
185                int looperWaitCount = MAX_LOOPER_WAIT_COUNT;
                    
186                while ((mFft == null) && (looperWaitCount-- > 0)) {
                    
187                    try {
                    
259        int looperWaitCount = MAX_LOOPER_WAIT_COUNT;
                    
260        while (!mInitialized && (looperWaitCount-- > 0)) {
                    
261            try {
                    
                
FileSystemPathBuilder.cpp https://gitlab.com/mkroehnert/ArmarXCore | C++ | 347 lines
                    
59        boost::match_results<std::string::const_iterator> match;
                    
60        while (boost::regex_search(start, end, match, expression))
                    
61        {
                    
                
array_slice.h https://gitlab.com/hrishikeshvganu/tensorflow | C Header | 314 lines
                    
20// object, and clients must arrange for the backing store to remain
                    
21// live while the ArraySlice object is in use.
                    
22//
                    
                
lge_gpio_h2w.c https://bitbucket.org/Lloir/lge-kernel-jb.git | C | 491 lines
                    
45#else
                    
46#define H2W_DBG(fmt, arg...) do {} while (0)
                    
47#endif
                    
257		value2 = gpio_get_value(hi->gpio_detect);
                    
258	} while (value1 != value2 && retry_limit-- > 0);
                    
259
                    
298		H2W_DBG("button_irq_handler : value2 = %d\n", value2);
                    
299	} while (value1 != value2 && retry_limit-- > 0);
                    
300
                    
                
testptp.c https://github.com/gby/linux.git | C | 523 lines
                    
189	progname = progname ? 1+progname : argv[0];
                    
190	while (EOF != (c = getopt(argc, argv, "a:A:cd:e:f:ghi:k:lL:p:P:sSt:T:v"))) {
                    
191		switch (c) {
                    
434		}
                    
435		while (1) {
                    
436			pause();
                    
                
test_lru_dist.c https://github.com/gby/linux.git | C | 543 lines
                    
230
                    
231	while (next_to_try < nr_cpus) {
                    
232		CPU_ZERO(&cpuset);
                    
367
                    
368		while (start_key <= end_key) {
                    
369			bpf_map_lookup_elem(map_fd, &start_key, value);
                    
                
IntroduceQueryExpressions.cs https://github.com/jfcantin/monodevelop.git | C# | 295 lines
                    
54				QueryExpression innerQuery = fromClause.Expression as QueryExpression;
                    
55				while (IsDegenerateQuery(innerQuery)) {
                    
56					QueryFromClause innerFromClause = (QueryFromClause)innerQuery.Clauses.First();
                    
185								InvocationExpression tmp = invocation;
                    
186								while (mre.MemberName == "ThenBy" || mre.MemberName == "ThenByDescending") {
                    
187									// insert new ordering at beginning
                    
                
protocol.c https://github.com/Dabary/linux_gt-i9000.git | C | 582 lines
                    
70		datalen = buflen-16;
                    
71	while (i < datalen) {
                    
72		n += scnprintf(buf + n, buflen - n, "%02x ", data[i]);
                    
                
selector.js https://bitbucket.org/cng1985/kissy.git | JavaScript | 337 lines
                    
165                    var t = [], i = 0, j = 0, node;
                    
166                    while ((node = ret[i++])) {
                    
167                        // Filter out possible comments
                    
                
RSSI2DistInternalBuffer.java https://github.com/ph4r05/WirelessSensorNodeGeolocation.git | Java | 432 lines
                    
84            Iterator<RSSI2DistInternalBufferRaw> it = raw.iterator();
                    
85            while(it.hasNext()){
                    
86                clone.raw.add((RSSI2DistInternalBufferRaw) it.next().clone());
                    
160
                    
161        //this optimization is usually worthwhile, and can
                    
162        //always be added
                    
338        Iterator<RSSI2DistInternalBufferRaw> it = this.raw.iterator();
                    
339        while(it.hasNext()){
                    
340            resultList.add(it.next().getRssi());
                    
                
spi_lld.c https://bitbucket.org/minux/chibios.git | C | 404 lines
                    
61
                    
62  while(((ssp->SR & SR_TNF) != 0) && (n > 0)) {
                    
63    if (spip->txptr != NULL) {
                    
95  ssp->ICR = ICR_RT | ICR_ROR;
                    
96  while ((ssp->SR & SR_RNE) != 0) {
                    
97    if (spip->rxptr != NULL) {
                    
396  spip->ssp->DR = (uint32_t)frame;
                    
397  while ((spip->ssp->SR & SR_RNE) == 0)
                    
398    ;
                    
                
print-tree.c https://github.com/mstsirkin/linux.git | C | 338 lines
                    
110	end = (unsigned long)ei + item_size;
                    
111	while (ptr < end) {
                    
112		iref = (struct btrfs_extent_inline_ref *)ptr;
                    
                
dsp_audio.c https://github.com/mstsirkin/linux.git | C | 433 lines
                    
255	i = 0;
                    
256	while (i < 256) {
                    
257		j = 0;
                    
257		j = 0;
                    
258		while (j < 256) {
                    
259			sample = dsp_audio_law_to_s32[i];
                    
322	i = 0;
                    
323	while (i < 256) {
                    
324		dsp_audio_reduce8[i] = dsp_audio_s16_to_law[
                    
426	/* change volume */
                    
427	while (i < ii) {
                    
428		*p = volume_change[*p];
                    
                
cmd.c https://github.com/mstsirkin/linux.git | C | 496 lines
                    
40	intr = wl1251_reg_read32(wl, ACX_REG_INTERRUPT_NO_CLEAR);
                    
41	while (!(intr & WL1251_ACX_INTR_CMD_COMPLETE)) {
                    
42		if (time_after(jiffies, timeout)) {
                    
                
SimpleCharStream.java https://github.com/bataboske/titanium_mobile.git | Java | 457 lines
                    
428
                    
429     while (i < len &&
                    
430            bufline[j = start % bufsize] == bufline[k = ++start % bufsize])
                    
443
                    
444        while (i++ < len)
                    
445        {
                    
                
ntor_ref.py https://gitlab.com/envieidoc/advancedtomato2 | Python | 405 lines
                    
108    i = 1
                    
109    while len(out) < n:
                    
110        m = last + info + int2byte(i)
                    
                
ffi.c https://gitlab.com/lexicall/ecl | C | 423 lines
                    
107
                    
108                while((reg_mask >> index) & 1)
                    
109                    index++;
                    
316
                    
317                while((reg_mask >> index) & 1)
                    
318                    index++;
                    
                
omap-mpuss-lowpower.c https://github.com/othane/linux.git | C | 446 lines
                    
14 * because the mode is not supported by hw constraints of dormant
                    
15 * mode. While waking up from the dormant mode, a reset  signal
                    
16 * to the Cortex-A9 processor must be asserted by the external
                    
292	 * power domain can transitions to programmed low power
                    
293	 * state while doing WFI outside the low powe code. On
                    
294	 * secure devices, CPUx does WFI which can result in
                    
                
cxgb3i_pdu.c https://github.com/kipill-nn/Kernel-for-Mega.git | C | 495 lines
                    
230		sglen -= copy;
                    
231	} while (datalen);
                    
232
                    
452	skb = skb_peek(&c3cn->receive_queue);
                    
453	while (!err && skb) {
                    
454		__skb_unlink(skb, &c3cn->receive_queue);
                    
                
PltHttpClientTask.cpp https://github.com/hgmeier/xbmc.git | C++ | 319 lines
                    
116    NPT_HttpRequest* request;
                    
117    while (NPT_SUCCEEDED(m_Requests.Pop(request, false))) {
                    
118        delete request;
                    
180        // pop next request or wait for one for 100ms
                    
181        while (NPT_SUCCEEDED(GetNextRequest(request, 100))) {
                    
182            response = NULL;
                    
260
                    
261    } while (m_WaitForever && !IsAborting(0));
                    
262    
                    
                
Parser.php https://bitbucket.org/vladap/symfony.git | PHP | 394 lines
                    
114
                    
115        while (true) {
                    
116            $selectors[] = $this->parserSelectorNode($stream);
                    
141
                    
142        while (true) {
                    
143            $stream->skipWhitespace();
                    
185
                    
186        while (true) {
                    
187            $peek = $stream->getPeek();
                    
256
                    
257                    while (true) {
                    
258                        $stream->skipWhitespace();
                    
                
package.scala https://bitbucket.org/delors/opal.git | Scala | 390 lines
                    
84    //            var i = 0
                    
85    //            while (i < times) {
                    
86    //                array += f
                    
220                var i = 0
                    
221                while (i < arrayLength) {
                    
222                    val arrayEntry = array(i)
                    
241                var i = 0
                    
242                while (i < arrayLength) {
                    
243                    val arrayEntry = array(i)
                    
262                var i = 0
                    
263                while (i < max) {
                    
264                    val head = remainingList.head
                    
287                    var i = 0
                    
288                    while (i < size) {
                    
289                        val value = f.splice // => we evaluate f the given number of times
                    
                
holder.js https://gitlab.com/Mirros/cdnjs | JavaScript | 362 lines
                    
18//getElementsByClassName polyfill
                    
19document.getElementsByClassName||(document.getElementsByClassName=function(e){var t=document,n,r,i,s=[];if(t.querySelectorAll)return t.querySelectorAll("."+e);if(t.evaluate){r=".//*[contains(concat(' ', @class, ' '), ' "+e+" ')]",n=t.evaluate(r,t,null,0,null);while(i=n.iterateNext())s.push(i)}else{n=t.getElementsByTagName("*"),r=new RegExp("(^|\\s)"+e+"(\\s|$)");for(i=0;i<n.length;i++)r.test(n[i].className)&&s.push(n[i])}return s})
                    
20
                    
                
JSONTokener.java https://github.com/chetan51/ABBC.git | Java | 435 lines
                    
202
                    
203         while (pos < n) {
                    
204             buffer[pos] = next();
                    
368        StringBuffer sb = new StringBuffer();
                    
369        while (c >= ' ' && ",:]}/\\\"[{;=#".indexOf(c) < 0) {
                    
370            sb.append(c);
                    
405                }
                    
406            } while (c != to);
                    
407        } catch (IOException exc) {
                    
                
CompCSTaskObject.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 422 lines
                    
407		Iterator iterator = fFieldDependencies.iterator();
                    
408		while (iterator.hasNext()) {
                    
409			ICompCSDependency dependency = (ICompCSDependency) iterator.next();
                    
                
ClassifierRoleNotationUml.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 299 lines
                    
145
                    
146            while (st.hasMoreTokens()) {
                    
147                token = st.nextToken();
                    
231
                    
232            // copy - can't iterate modify live collection while iterating it
                    
233            Collection b = new ArrayList(Model.getFacade().getBases(cls));
                    
242
                    
243            while (it.hasNext()) {
                    
244                c = it.next();
                    
251        addBases:
                    
252            while (it.hasNext()) {
                    
253                String d = ((String) it.next()).trim();
                    
255                Iterator it2 = b.iterator();
                    
256                while (it2.hasNext()) {
                    
257                    c = it2.next();
                    
                
amdgpu_psp.c https://github.com/tklauser/linux-nios2.git | C | 544 lines
                    
132
                    
133	while (*((unsigned int *)psp->fence_buf) != index) {
                    
134		msleep(1);
                    
                
enlighten.c https://github.com/tklauser/linux-nios2.git | C | 465 lines
                    
105		rmb();		/* fetch time before checking version */
                    
106	} while ((wall_clock->version & 1) || (version != wall_clock->version));
                    
107
                    
                
required.js https://gitlab.com/nguyenthehiep3232/marius | JavaScript | 270 lines
                    
27          l1 = arr1.length - 1;
                    
28        while (i1 < l1) {
                    
29          $property = arr1[i1 += 1];
                    
108            l2 = arr2.length - 1;
                    
109          while ($i < l2) {
                    
110            $propertyKey = arr2[$i += 1];
                    
228            l3 = arr3.length - 1;
                    
229          while (i3 < l3) {
                    
230            $propertyKey = arr3[i3 += 1];
                    
                
coffee-script.js https://gitlab.com/adamlwalker/phonegap-nfc-reader | JavaScript | 358 lines
                    
197      }
                    
198      while (extensions.shift()) {
                    
199        curExtension = '.' + extensions.join('.');
                    
                
idle_inject.c https://github.com/kvaneesh/linux.git | C | 370 lines
                    
35 * synchronization to prevent race conditions like starting idle injection
                    
36 * while unregistering from the framework.
                    
37 */
                    
                
otx2_cptlf.c https://github.com/kvaneesh/linux.git | C | 433 lines
                    
196	if (irq_misc.s.fault) {
                    
197		dev_err(dev, "Memory error detected while executing CPT_INST_S, LF %d.\n",
                    
198			lf->slot);
                    
206	} else if (irq_misc.s.nwrp) {
                    
207		dev_err(dev, "SMMU fault while writing CPT_RES_S to CPT_INST_S[RES_ADDR], LF %d.\n",
                    
208			lf->slot);
                    
                
mailbox-test.c https://github.com/kvaneesh/linux.git | C | 445 lines
                    
202
                    
203	} while (1);
                    
204
                    
207	ptr = tdev->rx_buffer;
                    
208	while (l < MBOX_HEXDUMP_MAX_LEN) {
                    
209		hex_dump_to_buffer(ptr,
                    
                
AnalyzerRegions.html https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | HTML | 260 lines
                    
53different levels of analysis precision and scalability concerning the reasoning
                    
54of program memory. Meanwhile, the core path-sensitive engine makes no
                    
55assumptions about either points, and queries a StoreManager about the bindings
                    
                
080-06-fib_trie-Optimize-fib_table_lookup-to-avoid-wasting-.patch https://gitlab.com/YoungCereal/openwrt-bpi-r1 | Patch | 343 lines
                    
6This patch is meant to reduce the complexity of fib_table_lookup by reducing
                    
7the number of variables to the bare minimum while still keeping the same if
                    
8not improved functionality versus the original.
                    
109-
                    
110-	while (pn) {
                    
111-		pos = pn->pos;
                    
269 
                    
270+		while ((n = rcu_dereference(*cptr)) == NULL) {
                    
271 backtrace:
                    
274-		/* As zero don't change the child key (cindex) */
                    
275-		while ((chopped_off <= pn->bits)
                    
276-		       && !(cindex & (1<<(chopped_off-1))))
                    
311+			 */
                    
312+			while (!cindex) {
                    
313+				t_key pkey = pn->key;
                    
                
Habitats.hpp https://gitlab.com/natural-computing-optimization/ecological-inspired-algorithm-cpp | C++ Header | 420 lines
                    
207
                    
208	while (sum_tabu < size-1)
                    
209	{
                    
321		j = 0;
                    
322		while (i <= g_habitatsSize && cur_habitat < 0)
                    
323		{
                    
323		{
                    
324			while (j < H[i].h_sp_count && cur_habitat < 0)
                    
325			{
                    
337			i = 0;
                    
338			while (H[cur_habitat].h_sp[i] >= 0)
                    
339				i++;
                    
373				k = aleatory.nextInt(H[i].h_sp_count);
                    
374				while (sp_int[H[i].h_sp[j]] == 0)
                    
375				{
                    
                
StringPool.cpp https://github.com/dbaeumges/android_platform_frameworks_base.git | C++ | 411 lines
                    
14{
                    
15    while (*src) {
                    
16        char16_t s = htods(*src);
                    
135    // Place blank entries in the span array up to this index.
                    
136    while (mEntryStyleArray.size() <= idx) {
                    
137        mEntryStyleArray.add();
                    
329        uint32_t* p = (uint32_t*)(dat+preSize+styPos);
                    
330        while (extra > 0) {
                    
331            *p++ = htodl(ResStringPool_span::END);
                    
                
InputConnectionWrapper.java https://github.com/ErickPetru/android_frameworks_base.git | Java | 367 lines
                    
151
                    
152            while (!mHaveValue) {
                    
153                long remainingTime = endTime - SystemClock.uptimeMillis();
                    
                
diff.c https://gitlab.com/oyvholm/git | C | 474 lines
                    
131	int cached = 0;
                    
132	while (1 < argc) {
                    
133		const char *arg = argv[1];
                    
224
                    
225	while (1 < argc && argv[1][0] == '-') {
                    
226		if (!strcmp(argv[1], "--base"))
                    
                
arm_fir_q7.c https://gitlab.com/YaoQ/mbed-for-linknode | C | 397 lines
                    
106   ** a second loop below computes the remaining 1 to 3 samples. */
                    
107  while(blkCnt > 0u)
                    
108  {
                    
136
                    
137    while(i > 0u)
                    
138    {
                    
203    i = numTaps - (tapCnt * 4u);
                    
204    while(i > 0u)
                    
205    {
                    
249
                    
250  while(blkCnt > 0u)
                    
251  {
                    
270      i--;
                    
271    } while(i > 0u);
                    
272
                    
                
TestChart.cs https://github.com/jfcantin/monodevelop.git | C# | 406 lines
                    
350					list.Add (lastResult);
                    
351					while (list.Count < testCount + (int)lastTestNumber + 1) {
                    
352						UnitTestResult res = test.Results.GetPreviousResult (lastResult.TestDate);
                    
                
SolutionMakefileHandler.cs https://github.com/jfcantin/monodevelop.git | C# | 334 lines
                    
260				}
                    
261			} while (added);
                    
262
                    
                
queues.py https://github.com/hsablonniere/play.git | Python | 356 lines
                    
221        try:
                    
222            while 1:
                    
223                nacquire()
                    
229                try:
                    
230                    while 1:
                    
231                        obj = bpopleft()
                    
248            # Since this runs in a daemon thread the resources it uses
                    
249            # may be become unusable while the process is cleaning up.
                    
250            # We ignore errors which happen after the process has
                    
                
CoreMacros.php https://github.com/premiumcombination/nts.git | PHP | 420 lines
                    
60		$me->addMacro('for', 'for (%node.args):', 'endfor');
                    
61		$me->addMacro('while', 'while (%node.args):', 'endwhile');
                    
62		$me->addMacro('continueIf', 'if (%node.args) continue');
                    
319		$tokenizer = $writer->preprocess();
                    
320		while ($token = $tokenizer->fetchToken()) {
                    
321			if ($var && ($token['type'] === Latte\MacroTokenizer::T_SYMBOL || $token['type'] === Latte\MacroTokenizer::T_VARIABLE)) {
                    
                
dir.c https://github.com/Dabary/linux_gt-i9000.git | C | 505 lines
                    
43
                    
44	while (block != ~0) {
                    
45		bh = sb_bread(dir->i_sb,
                    
354	/* follow chain in this bucket */
                    
355	while (fsblock != ~0) {
                    
356		bh = sb_bread(dir->i_sb, clus_to_blk(OMFS_SB(dir->i_sb),
                    
                
hci_ldisc.c https://github.com/VorkTeam/vorkKernel-DESIRE.git | C | 585 lines
                    
136
                    
137	while ((skb = hci_uart_dequeue(hu))) {
                    
138		int len;
                    
                
cpu.c https://gitlab.com/kush/linux | C | 455 lines
                    
41
                    
42	while (msr < end) {
                    
43		msr->valid = !rdmsrl_safe(msr->info.msr_no, &msr->info.reg.q);
                    
52
                    
53	while (msr < end) {
                    
54		if (msr->valid)
                    
                
pci-dma.c https://gitlab.com/kush/linux | C | 480 lines
                    
100		pte++;
                    
101	} while (vaddr < end);
                    
102	return 0;
                    
123		pmd++;
                    
124	} while (vaddr < end);
                    
125	return 0;
                    
144		dir++;
                    
145	} while (vaddr && (vaddr < end));
                    
146	return 0;
                    
181		printk(KERN_CRIT "Whee.. Swapped out page in kernel page table\n");
                    
182	} while (vaddr < end);
                    
183}
                    
208		pmd++;
                    
209	} while (vaddr < end);
                    
210}
                    
                
usbvision-i2c.c https://github.com/JoeyJiao/android-huawei-kernel-common.git | C | 470 lines
                    
120			dev_err(&i2c_adap->dev,
                    
121				"died at extended address code,	while writing\n");
                    
122			return -EREMOTEIO;
                    
130				dev_err(&i2c_adap->dev,
                    
131					"died at extended address code, while reading\n");
                    
132				return -EREMOTEIO;
                    
312			rc = usbvision_read_reg(usbvision, USBVISION_SER_CONT);
                    
313		} while (rc > 0 && ((rc & 0x10) != 0));	/* Retry while busy */
                    
314		if (rc < 0)
                    
390			rc = usbvision_read_reg(usbvision, USBVISION_SER_CONT);
                    
391		} while (rc > 0 && ((rc & 0x10) != 0));	/* Retry while busy */
                    
392		if (rc < 0)
                    
423
                    
424	while (len > 0) {
                    
425		count = (len > maxLen) ? maxLen : len;
                    
                
MySQLDBAdapter.class.php https://github.com/treuter/xp-framework.git | PHP | 353 lines
                    
52      $q= $this->conn->query('show databases');
                    
53      while ($name= $q->next()) {
                    
54        $dbs[]= $name[key($name)];
                    
71      );
                    
72      while ($table= $q->next()) {
                    
73        $t[]= $this->getTable($table[key($table)], $database);
                    
124      $q= $this->conn->query('describe %c', $this->qualifiedTablename($table, $database));
                    
125      while ($record= $q->next()) {
                    
126        $t->addAttribute(self::tableAttributeFrom($record));
                    
139      $key= NULL;
                    
140      while ($record= $q->next()) {
                    
141        if ($record['Key_name'] != $key) {
                    
214      $pos= 10;
                    
215      while (++$pos < strlen($string)) {
                    
216        switch ($string{$pos}) {
                    
                
buffer_head_io.c https://github.com/galaxyishere/samsung-kernel-latona.git | C | 442 lines
                    
146			     "block %llu had the JBD bit set "
                    
147			     "while I was in lock_buffer!",
                    
148			     (unsigned long long)bh->b_blocknr);
                    
292				mlog(ML_ERROR, "block %llu had the JBD bit set "
                    
293					       "while I was in lock_buffer!",
                    
294				     (unsigned long long)bh->b_blocknr);
                    
303			 * previously read-ahead buffer may have
                    
304			 * completed I/O while we were waiting for the
                    
305			 * buffer lock. */
                    
                
ui.accordion.js https://github.com/drupalcampnyc/dcnyc10.git | JavaScript | 397 lines
                    
162function completed(cancel) {
                    
163	// if removed while animated data can be empty
                    
164	if (!$.data(this, "accordion")) {
                    
                
console.php https://github.com/fektor/cakephp.git | PHP | 361 lines
                    
144	function main($command = null) {
                    
145		while (true) {
                    
146			if (empty($command)) {
                    
                
MultiPanelUI.java https://bitbucket.org/pizzafactory/pf-gcc.git | Java | 352 lines
                    
98    Iterator iterator = uis.iterator();
                    
99    while (iterator.hasNext())
                    
100    {
                    
114    Iterator iterator = uis.iterator();
                    
115    while (iterator.hasNext())
                    
116    {
                    
158    // return values from auxiliary UI delegates are ignored
                    
159    while (iterator.hasNext())
                    
160      {
                    
176    Iterator iterator = uis.iterator();
                    
177    while (iterator.hasNext())
                    
178    {
                    
193    Iterator iterator = uis.iterator();
                    
194    while (iterator.hasNext())
                    
195    {
                    
                
java_net_VMNetworkInterface.c https://bitbucket.org/pizzafactory/pf-gcc.git | C | 399 lines
                    
115{
                    
116  while (list != NULL)
                    
117    {
                    
                
symbols-processing-vms-ia64.adb https://bitbucket.org/pizzafactory/pf-gcc.git | Ada | 430 lines
                    
194
                    
195      while Offset < 16 loop
                    
196         Get_Byte (B);
                    
254
                    
255      while Offset < Shoff loop
                    
256         Get_Byte (B);
                    
281
                    
282         while (Offset - Shoff) mod Shentsize /= 0 loop
                    
283            Get_Byte (B);
                    
311
                    
312      while Offset < Section_Headers (String_Table_Index).Shoffset loop
                    
313         Get_Byte (B);
                    
319
                    
320      while Offset < Section_Headers (String_Table_Index).Shsize loop
                    
321         Str_Last := 0;
                    
                
action.c https://github.com/jdgordon/rockbox.git | C | 445 lines
                    
75
                    
76    while (items[i].button_code != BUTTON_NONE)
                    
77    {
                    
145{
                    
146    while (items[i].button_code != BUTTON_NONE)
                    
147        i++;
                    
274    /*   logf("%x,%x",last_button,button); */
                    
275    while (1)
                    
276    {
                    
                
DinoUmlToGraphConverter.h https://gitlab.com/cjeight/tortoisegit | C Header | 334 lines
                    
139		 *  is saved as string in the hash table of the parser, hence we can
                    
140		 *  use the info index of it. While scanning for relations between nodes
                    
141		 *  we encounter the xmi.id attribute values of the involved elements referenced
                    
234		 *  the parse tree (starting at \a currentRootTag) and inserts a new node
                    
235		 *  for each classifier. This function will call itself recursively while
                    
236		 *  traversing nested packages.
                    
                
Game.cpp https://bitbucket.org/beulard/water.git | C++ | 383 lines
                    
146
                    
147                    //  Display a loading screen while game data is being read
                    
148                    dataLoader.LoadWithScreen();
                    
226
                    
227    while( running ) {
                    
228        if( timer1sec.HasEnded() )
                    
                
Concurrent_compact_container.h https://gitlab.com/Namdhari/cgal-AnatoMeCo | C Header | 333 lines
                    
61Other operations are not concurrency-safe.
                    
62For example, one should not parse the container while others are modifying it.
                    
63It matches all the 
                    
233  /// returns the number of items in `ccc`. 
                    
234  /// Note: do not call this function while others are inserting/erasing elements
                    
235  size_type size() const;
                    
                
flexcop-pci.c https://github.com/TeamHeroC/htc-kernel-2.6.35.git | C | 452 lines
                    
20#define dprintk(level,args...) \
                    
21	do { if ((debug & level)) printk(args); } while (0)
                    
22#define DEBSTATUS ""
                    
                
ntp_lists.h https://gitlab.com/micromax/ntpsec | C Header | 443 lines
                    
122#ifndef NTP_DEBUG_LISTS
                    
123#define MAYBE_Z_LISTS(p)	do { } while (false)
                    
124#else
                    
131	(listhead) = (pentry);					\
                    
132} while (false)
                    
133
                    
138	pptail = &(listhead);					\
                    
139	while (*pptail != NULL)					\
                    
140		pptail = &((*pptail)->nextlink);		\
                    
143	*pptail = (pentry);					\
                    
144} while (false)
                    
145
                    
154	ppentry = &(listhead);					\
                    
155	while (true) {						\
                    
156		if (NULL == *ppentry || (beforecur)) {		\
                    
                
cast.js https://gitlab.com/Cactaceae-a/zomato-master | JavaScript | 369 lines
                    
62
                    
63  while (i--) {
                    
64    path = paths[i];
                    
109        let j = split.length;
                    
110        while (j--) {
                    
111          const pathFirstHalf = split.slice(0, j).join('.');
                    
140        // Find the part of the var path that is a path of the Schema
                    
141        while (j--) {
                    
142          pathFirstHalf = split.slice(0, j).join('.');
                    
289
                    
290          while (k--) {
                    
291            $cond = ks[k];
                    
357    let nearLen = nearKeys.length;
                    
358    while (nearLen--) {
                    
359      const nkey = nearKeys[nearLen];
                    
                
SocketsTest1.cpp https://github.com/energy6/xbmc.git | C++ | 283 lines
                    
127    NPT_Console::Output("[01] server thread ready\n");
                    
128    NPT_Console::Output("[01] waiting a while...\n");
                    
129    NPT_System::Sleep(3.0);
                    
222        NPT_Console::Output("[01] server thread ready\n");
                    
223        NPT_Console::Output("[01] waiting a while...\n");
                    
224        NPT_System::Sleep(3.0);
                    
243            }
                    
244        } while (NPT_SUCCEEDED(result));
                    
245        output = NULL;
                    
                
refactor_count.py https://github.com/Pilen/teeworlds-dikumod.git | Python | 351 lines
                    
6"case", "default", "enum", "goto", "register", "sizeof", "typedef", "volatile",
                    
7"char", "do", "extern", "if", "return", "static", "union", "while",
                    
8
                    
155	i = 1
                    
156	while i < len(d)-2:
                    
157		if d[i] == ' ':
                    
170	start = 0
                    
171	while 1:
                    
172		m = regexp.search(data, start)
                    
                
zl10353.c https://gitlab.com/envieidoc/advancedtomato2 | C | 429 lines
                    
44		if (debug) printk(KERN_DEBUG "zl10353: " args); \
                    
45	} while (0)
                    
46
                    
                
snmpwalk.c https://gitlab.com/envieidoc/advancedtomato2 | C | 352 lines
                    
122    case 'C':
                    
123        while (*optarg) {
                    
124            switch (*optarg++) {
                    
240
                    
241    while (running) {
                    
242        /*
                    
                
mbfilter_utf7imap.c https://gitlab.com/envieidoc/advancedtomato2 | C | 372 lines
                    
61
                    
62#define CK(statement)	do { if ((statement) < 0) return (-1); } while (0)
                    
63
                    
                
test_oom.c https://gitlab.com/envieidoc/advancedtomato2 | C | 365 lines
                    
83
                    
84  while (n_bytes) {
                    
85    size_t this_add = n_bytes > sizeof(b) ? sizeof(b) : n_bytes;
                    
                
magic.c https://gitlab.com/envieidoc/advancedtomato2 | C | 478 lines
                    
158		} \
                    
159	} while (/*CONSTCOND*/0)
                    
160				
                    
                
cms-examples.pl https://gitlab.com/envieidoc/advancedtomato2 | Perl | 409 lines
                    
111
                    
112while (<IN>) {
                    
113    next unless (/^\|/);
                    
                
rangy-serializer.js https://gitlab.com/kaouech/theme | JavaScript | 295 lines
                    
48                j = 8;
                    
49                while (j--) {
                    
50                    if ((crc & 1) == 1) {
                    
124        rootNode = rootNode || dom.getDocument(node).documentElement;
                    
125        while (n && n != rootNode) {
                    
126            pathParts.push(dom.getNodeIndex(n, true));
                    
139
                    
140        while (i--) {
                    
141            nodeIndex = parseInt(nodeIndices[i], 10);
                    
                
de_win.c https://gitlab.com/lexicall/ecl | C | 369 lines
                    
78   if (command_line != 0) {
                    
79       while (isspace(*command_line)) command_line++;
                    
80       while (*command_line != 0 && !isspace(*command_line)) command_line++;
                    
80       while (*command_line != 0 && !isspace(*command_line)) command_line++;
                    
81       while (isspace(*command_line)) command_line++;
                    
82   } */
                    
89
                    
90        while (*p != 0 && !isspace(*(unsigned char *)p))
                    
91            p++;
                    
116
                    
117   while (GetMessage (&msg, NULL, 0, 0))
                    
118   {
                    
                
qxtabstracthttpconnector.cpp https://gitlab.com/jeanim/libqxt | C++ | 313 lines
                    
80        }
                    
81        while (requests.contains(nextRequestID)); // yeah, right
                    
82        requests[nextRequestID] = connection;
                    
                
i2c-wmt.c https://github.com/othane/linux.git | C | 476 lines
                    
101	timeout = jiffies + WMT_I2C_TIMEOUT;
                    
102	while (!(readw(i2c_dev->base + REG_CSR) & CSR_READY_MASK)) {
                    
103		if (time_after(jiffies, timeout)) {
                    
142		/*
                    
143		 * We still need to run through the while (..) once, so
                    
144		 * start at -1 and break out early from the loop
                    
178
                    
179	while (xfer_len < pmsg->len) {
                    
180		wait_result = wait_for_completion_timeout(&i2c_dev->complete,
                    
268
                    
269	while (xfer_len < pmsg->len) {
                    
270		wait_result = wait_for_completion_timeout(&i2c_dev->complete,
                    
                
Escaper.php https://bitbucket.org/juan_sanchez/aiyellow.git | PHP | 390 lines
                    
21     *
                    
22     * While HTML supports far more named entities, the lowest common denominator
                    
23     * has become HTML5's XML Serialisation which is restricted to the those named
                    
250         * Check if the current character to escape has a name entity we should
                    
251         * replace it with while grabbing the integer value of the character.
                    
252         */
                    
                
dsa_ossl.c https://github.com/Chronic-Dev/openssl.git | C | 398 lines
                    
113	if(!_tmp_res53) err_instr; \
                    
114	} while(0)
                    
115#define DSA_BN_MOD_EXP(err_instr,dsa,r,a,p,m,ctx,m_ctx) \
                    
123	if(!_tmp_res53) err_instr; \
                    
124	} while(0)
                    
125
                    
228		if (!BN_rand_range(&k, dsa->q)) goto err;
                    
229	while (BN_is_zero(&k));
                    
230	if ((dsa->flags & DSA_FLAG_NO_EXP_CONSTTIME) == 0)
                    
                
c101.c https://github.com/kipill-nn/Kernel-for-Mega.git | C | 451 lines
                    
91	writeb((value >> 8 ) & 0xFF, (card)->win0base + C101_SCA + (reg + 1));\
                    
92} while(0)
                    
93
                    
423			return first_card ? 0 : -EINVAL;
                    
424	}while(*hw++ == ':');
                    
425
                    
434
                    
435	while (card) {
                    
436		card_t *ptr = card;
                    
                
c.vim https://github.com/cashq/myconfigurations.git | Vim Script | 225 lines
                    
79"
                    
80 map    <buffer>  <silent>  <Leader>sd    <Esc>:call C_DoWhile("a")<CR><Esc>f(la
                    
81vmap    <buffer>  <silent>  <Leader>sd    <Esc>:call C_DoWhile("v")<CR><Esc>f(la
                    
100
                    
101 map    <buffer>  <silent>  <Leader>sw    <Esc>:call C_Stat("a","while (  )")<Esc>f(la
                    
102vmap    <buffer>  <silent>  <Leader>sw    <Esc>:call C_Stat("v","while (  )")<Esc>f(la
                    
103
                    
104 map    <buffer>  <silent>  <Leader>sh    <Esc>:call C_StatBlock("a","while (  )")<Esc>f(la
                    
105vmap    <buffer>  <silent>  <Leader>sh    <Esc>:call C_StatBlock("v","while (  )")<Esc>f(la
                    
                
launcher-linux.c https://bitbucket.org/rlyspn/androidrr.git | C | 377 lines
                    
87
                    
88   while (path)
                    
89   {
                    
146      // Skip whitespace.
                    
147      while (1) {
                    
148         if (i == n_bytes) return NULL;
                    
154      interp = &header[i];
                    
155      while (1) {
                    
156         if (i == n_bytes) break;
                    
                
CursorWindow.cpp https://bitbucket.org/Lloir/basee.git | C++ | 351 lines
                    
225            offsetToPtr(mHeader->firstChunkOffset));
                    
226    while (chunkPos >= ROW_SLOT_CHUNK_NUM_ROWS) {
                    
227        chunk = static_cast<RowSlotChunk*>(offsetToPtr(chunk->nextChunkOffset));
                    
236            offsetToPtr(mHeader->firstChunkOffset));
                    
237    while (chunkPos > ROW_SLOT_CHUNK_NUM_ROWS) {
                    
238        chunk = static_cast<RowSlotChunk*>(offsetToPtr(chunk->nextChunkOffset));
                    
                
MediaExtractor.java https://bitbucket.org/Lloir/miragebase.git | Java | 320 lines
                    
46 * ByteBuffer inputBuffer = ByteBuffer.allocate(...)
                    
47 * while (extractor.readSampleData(inputBuffer, ...) &gt;= 0) {
                    
48 *   int trackIndex = extractor.getSampleTrackIndex();
                    
                
movesetchecker.cpp https://github.com/pkexp-martin/pokemon-online.git | C++ | 334 lines
                    
122            if (error) {
                    
123                *error = QObject::tr("%1 can't learn the following moves while being at level %2: %3.")
                    
124                         .arg(PokemonInfo::Name(pokeid), QString::number(level), getCombinationS(moves));
                    
132            if (error) {
                    
133                *error = QObject::tr("%1 can't learn the following moves while being at level %2: %3.")
                    
134                         .arg(PokemonInfo::Name(pokeid), QString::number(level), getCombinationS(moves));
                    
                
Ellipse.as https://github.com/bigbangtechnology/flex.git | ActionScript | 347 lines
                    
311        var i:int = 0;
                    
312        while (i++ < 150)
                    
313        {
                    
                
ml4castreveal.php https://github.com/jamesming/stage_beta.git | PHP | 237 lines
                    
42		
                    
43	while ($data = mysql_fetch_assoc($q)) {
                    
44		if($data[cid] == 1 OR $data[cid] == 8 OR $data[cid] == 9) {
                    
87	$c = 1;
                    
88	while ($sub = mysql_fetch_assoc($sq)) {
                    
89		$q = mysql_query("SELECT * FROM `webform_submitted_data` WHERE `nid` = 33236 AND sid = $sub[sid] ORDER by cid ");
                    
90		
                    
91		while ($data = mysql_fetch_assoc($q)) {
                    
92			if($data[cid] == 1 OR $data[cid] == 8 OR $data[cid] == 9) {
                    
161		$c = 1;
                    
162		while($c < 15) {
                    
163			if($c == $pg) {
                    
177		$prev .= '<span style="float: left; padding-top: 4px;"><a style="color: #FFFF33; font-weight: bold; float: left; font-size: 15px; font-weight: bold;" href="?pg=14">&lt;</a></span>';
                    
178		while($c < 27) {
                    
179			if($c == $pg) {
                    
                
signal.c https://bitbucket.org/ace0/xen-restore-information.git | C | 453 lines
                    
176                return -EAGAIN;
                    
177            while (*pq != NULL)
                    
178                pq = &(*pq)->next;
                    
                
rpe.c https://github.com/mastahype/PhonoSDK.git | C | 490 lines
                    
238	else {
                    
239		while (mant <= 7) {
                    
240			mant = mant << 1 | 1;
                    
404                case 0:         *ep++ = *xMp++;
                    
405                         } while (--i);
                    
406        }
                    
406        }
                    
407        while (++Mc < 4) *ep++ = 0;
                    
408
                    
                
genpeep.c https://bitbucket.org/pizzafactory/blackfin-toolchain.git | C | 430 lines
                    
30
                    
31/* While tree-walking an instruction pattern, we keep a chain
                    
32   of these `struct link's to record how to get down to the
                    
76		  insn_code_number);
                    
77	  printf ("  while (NOTE_P (insn)\n");
                    
78	  printf ("\t || (NONJUMP_INSN_P (insn)\n");
                    
397
                    
398  while (1)
                    
399    {
                    
                
signal.c https://bitbucket.org/olivier_pitton/linux-3.8.git | C | 444 lines
                    
21 * Atari :-) Current limitation: Only one sigstack can be active at one time.
                    
22 * If a second signal with SA_ONSTACK set arrives while working on a sigstack,
                    
23 * SA_ONSTACK is ignored. This behaviour avoids lots of trouble with nested
                    
                
aoedev.c https://gitlab.com/SpasilliumNexus/frankenclark_kernel | C | 529 lines
                    
170		return;
                    
171	while ((bio = d->ip.nxbio)) {
                    
172		clear_bit(BIO_UPTODATE, &bio->bi_flags);
                    
227	if (d->blkq) {
                    
228		while ((rq = blk_peek_request(d->blkq))) {
                    
229			blk_start_request(rq);
                    
406		return;
                    
407	while (atomic_read(&skb_shinfo(skb)->dataref) != 1 && i-- > 0)
                    
408		msleep(Sms);
                    
                
csr_log.h https://gitlab.com/SpasilliumNexus/frankenclark_kernel | C Header | 223 lines
                    
104		} \
                    
105	} while (0)
                    
106#else
                    
112		} \
                    
113	} while (0)
                    
114#endif
                    
                
bnx2i_init.c https://github.com/xdabravoteam/cm-kernel.git | C | 445 lines
                    
162	bnx2i_send_fw_iscsi_init_msg(hba);
                    
163	while (!test_bit(ADAPTER_STATE_UP, &hba->adapter_state) && i--)
                    
164		msleep(BNX2I_INIT_POLL_TIME);
                    
201 *
                    
202 * registers bnx2i adapter instance with the cnic driver while holding the
                    
203 *	adapter structure lock
                    
223 *
                    
224 * registers all bnx2i adapter instances with the cnic driver while holding
                    
225 *	the global resource lock
                    
241 *
                    
242 * registers bnx2i adapter instance with the cnic driver while holding
                    
243 *	the adapter structure lock
                    
263 *
                    
264 * unregisters all bnx2i adapter instances with the cnic driver while holding
                    
265 *	the global resource lock
                    
                
parser.py https://github.com/tailhook/pyzza.git | Python | 355 lines
                    
117        if tt == TokenSpace:
                    
118            while self.index < data.length:
                    
119                if ch == '\n':
                    
130            start = self.index - 1
                    
131            while self.index < data.length:
                    
132                if token_chars[data.charAt(self.index)] != TokenName:
                    
138            res = ""
                    
139            while self.index < data.length:
                    
140                ch1 = data.charAt(self.index)
                    
155        elif tt == TokenComment:
                    
156            while self.index < data.length:
                    
157                ch = data.charAt(self.index)
                    
230        tok = self.tokenizer.peek()
                    
231        while not isinstance(tok,TokenRbrace):
                    
232            if isinstance(tok, TokenName) or isinstance(tok, TokenString):
                    
                
slb.c https://gitlab.com/openbar/rpi-linux | C | 349 lines
                    
67	/*
                    
68	 * Clear the ESID first so the entry is not valid while we are
                    
69	 * updating it.  No write barriers are needed here, provided
                    
                
processor.h https://github.com/tklauser/linux-nios2.git | C Header | 375 lines
                    
68 * Track asynchronous TLB events (faults and access violations)
                    
69 * that occur while we are in kernel mode from DMA or the SN processor.
                    
70 */
                    
                
assembler.h https://github.com/tklauser/linux-nios2.git | C Header | 519 lines
                    
77 * pointer when bulk writing to memory.  Experiments on StrongARM and
                    
78 * XScale didn't show this a worthwhile thing to do when the cache is not
                    
79 * set to write-allocate (this would need further testing on XScale when WA
                    
                
NstTrackerMovie.cpp https://github.com/bsdf/pnes.git | C++ | 617 lines
                    
137
                    
138						while (const dword subChunk = state.Begin())
                    
139						{
                    
199
                    
200			while (const dword chunk = state.Check())
                    
201			{
                    
                
htmlparse.y https://bitbucket.org/akristmann/custom_build.git | Happy | 598 lines
                    
334  cellDisc.freef = (Dtfree_f)free_citem;
                    
335  while (tp) {
                    
336    next = tp->u.p.prev;
                    
359
                    
360  while ((c = *s++)) {
                    
361    if (c != ' ') return 1;
                    
                
dma_port.c https://github.com/acmel/linux.git | C | 519 lines
                    
258		usleep_range(50, 100);
                    
259	} while (time_before(jiffies, end));
                    
260
                    
391		buf += nbytes;
                    
392	} while (size > 0);
                    
393
                    
441		buf += nbytes;
                    
442	} while (size > 0);
                    
443
                    
                
FMResultSet.m https://bitbucket.org/ottersoftware/fulltextsearch.git | Objective C | 431 lines
                    
113        NSString *columnName = nil;
                    
114        while ((columnName = [columnNames nextObject])) {
                    
115            id objectValue = [self objectForColumnName:columnName];
                    
206        
                    
207    } while (retry);
                    
208    
                    
                
console.tcl https://github.com/rogerz/sourcenav-enhance.git | TCL | 485 lines
                    
135	set pos 0
                    
136	while {[string compare [lindex $ranges $pos] ""]} {
                    
137	    set start [lindex $ranges $pos]
                    
                
CharsetManager.java https://github.com/vazexqi/CodingSpectator.git | Java | 310 lines
                    
73					IProject next;
                    
74					while ((next= getNextChange()) != null) {
                    
75						//just exit if the system is shutting down or has been shut down
                    
252			return charset;
                    
253		while (charset == null && resourcePath.segmentCount() > 1) {
                    
254			resourcePath= resourcePath.removeLastSegments(1);
                    
                
unzip.h https://gitlab.com/smurmann/KDUProjects | C Header | 271 lines
                    
218// char ibuf[1024]; ZRESULT zr=ZR_MORE; unsigned long totsize=0;
                    
219// while (zr==ZR_MORE)
                    
220// { zr = UnzipItem(hz,i, ibuf,1024);
                    
                
RightTupleIndexHashTableIteratorTest.java https://gitlab.com/MichelZuniga/drools | Java | 255 lines
                    
118                Entry entry = table[i];
                    
119                while ( entry != null ) {
                    
120                    entries.add( entry );
                    
                
mct.c https://bitbucket.org/jpaglier/cse536-kernel-dev.git | C | 493 lines
                    
137		hi2 = __raw_readl(EXYNOS4_MCT_G_CNT_U);
                    
138	} while (hi != hi2);
                    
139
                    
                
math.rst https://github.com/rpattabi/ironruby.git | ReStructuredText | 393 lines
                    
72   this reason, function :func:`fmod` is generally preferred when working with
                    
73   floats, while Python's ``x % y`` is preferred when working with integers.
                    
74
                    
                
orientFaceZone.C https://gitlab.com/johnvarv/OpenFOAM-3.0.x | C | 394 lines
                    
182
                    
183    while (true)
                    
184    {
                    
                
trace.c https://gitlab.com/oyvholm/git | C | 449 lines
                    
121	/* align trace output (column 40 catches most files names in git) */
                    
122	while (buf->len < 40)
                    
123		strbuf_addch(buf, ' ');
                    
301
                    
302	while (*path) {
                    
303		switch (*path) {
                    
379		scale = 32;
                    
380		while (scaled_low_ns >= 0x100000000LL) {
                    
381			scaled_low_ns >>= 1;
                    
                
arm_iir_lattice_q31.c https://gitlab.com/YaoQ/mbed-for-linknode | C | 350 lines
                    
93  /* Sample processing */
                    
94  while(blkCnt > 0u)
                    
95  {
                    
128
                    
129    while(tapCnt > 0u)
                    
130    {
                    
197
                    
198    while(tapCnt > 0u)
                    
199    {
                    
237  /* copy data */
                    
238  while(tapCnt > 0u)
                    
239  {
                    
253  /* Copy the remaining q31_t data */
                    
254  while(tapCnt > 0u)
                    
255  {
                    
                
x509_csr.c https://gitlab.com/YaoQ/mbed-for-linknode | C | 423 lines
                    
64static void mbedtls_zeroize( void *v, size_t n ) {
                    
65    volatile unsigned char *p = v; while( n-- ) *p++ = 0;
                    
66}
                    
405    name_cur = csr->subject.next;
                    
406    while( name_cur != NULL )
                    
407    {
                    
                
 

Source

Language