Searched refs:loop (Results 376 - 400 of 728) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlvm.c77 ci->u.l.savedpc <= L->oldpc || /* when jump back (loop), or when */
111 int loop; local
112 for (loop = 0; loop < MAXTAGLOOP; loop++) {
132 luaG_runerror(L, "loop in gettable");
137 int loop; local
138 for (loop = 0; loop < MAXTAGLOOP; loop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-memcpy.S61 cmple $18, 127, $1 # E : Can we unroll the loop?
79 cmple $18, 127, $1 # E : Can we go through the unrolled loop?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Dmemzero.S48 * We need an extra register for this loop - save the return address and
55 3: subs r1, r1, #64 @ 1 write 32 bytes out per loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dinput.asm150 .loop:
192 jl .loop
243 .loop:
307 jl .loop
358 .loop:
376 jl .loop
435 .loop:
470 jl .loop
558 ; %3 = if specified, it means that unaligned and aligned code in loop
560 ; split the loop i
[all...]
H A Dscale.asm91 ; setup loop
107 .loop:
268 .loop:
388 jl .loop
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-mpeg.c426 int loop, handled = 0; local
428 for (loop = 0; loop < MAX_IRQ_LOOP; loop++) {
434 dprintk( 1, " loop: %d/%d\n", loop, MAX_IRQ_LOOP );
444 if (MAX_IRQ_LOOP == loop) {
446 printk(KERN_WARNING "%s/0: irq loop -- clearing mask\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/mm/
H A Dmisalignment.c325 unsigned tmp, npop, dispsz, loop; local
460 for (loop = 0; loop < dispsz; loop += 8) {
464 disp |= byte << loop;
465 kdebug("{%p} disp[%02x]=%02x", pc, loop, byte);
737 * handle the conditional loop part of the move-and-loop instructions
801 kdebug("loop LAR=%lx", regs->lar);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_intrapred.asm61 .loop:
68 jg .loop
76 .loop:
84 jg .loop
97 .loop:
117 jg .loop
163 .loop:
170 .loop:
179 jg .loop
208 .loop
[all...]
H A Dvideodsp.asm26 ; slow vertical extension loop function. Works with variable-width, and
431 .loop:
435 jg .loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_intrapred.asm61 .loop:
68 jg .loop
75 .loop:
83 jg .loop
96 .loop:
123 jg .loop
178 .loop:
185 .loop:
194 jg .loop
222 .loop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp_pci.c239 int loop, len; local
244 for (loop = 0; loop < len; ++loop) {
245 tbus = cpqhp_routing_table->slots[loop].bus;
246 tdevice = cpqhp_routing_table->slots[loop].devfn;
247 tslot = cpqhp_routing_table->slots[loop].slot;
426 /* this loop skips to the next present function
447 } /* End of FOR loop */
516 /* this loop skip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-alsa.c218 int loop, handled = 0; local
220 for (loop = 0; loop < 10; loop++) {
234 if (loop == 10) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Dnamei.c36 unsigned keylen, loop; local
73 for (loop = 0; loop < keylen; loop++)
74 printk("%02x", keybuf[loop]);
334 cachefiles_io_error(cache, "May not make directory loop");
377 cachefiles_io_error(cache, "May not make directory loop");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Dpage.c942 unsigned long loop; local
948 for (loop = 0; loop < pagevec->nr; loop++) {
949 struct page *page = pagevec->pages[loop];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/gus/
H A Dinterwave.c293 int loop, max = 5; local
297 loop = 0;
301 loop++;
306 loop++;
308 } while (loop && --max > 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dimg2dec.c365 /* loop over input */
366 if (s->loop && s->img_number > s->img_last) {
497 if (timestamp < 0 || !s1->loop && timestamp > s1->img_last - s1->img_first)
508 { "loop", "force loop over input file sequence", OFFSET(loop), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, 1, DEC },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dmrst_max3110.c360 int loop = 1, num, total = 0; local
368 loop = 10;
378 } while (--loop);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-input.c206 gboolean loop = TRUE; local
224 while (loop) {
233 loop = FALSE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dsram242x.S254 bne block @ loop if not
266 subs r4, r4, #1 @ dec loop
280 subs r0, r0, #1 @ dec loop
H A Dsram243x.S254 bne block @ loop if not
266 subs r4, r4, #1 @ dec loop
280 subs r0, r0, #1 @ dec loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-input.c206 gboolean loop = TRUE; local
224 while (loop) {
233 loop = FALSE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghash-alpha.pl48 sub loop() { subroutine
273 &loop();
362 &loop();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghash-alpha.pl48 sub loop() { subroutine
273 &loop();
362 &loop();
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dping6.c464 int loop = 0; local
466 &loop, sizeof(loop)) == -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/asm/
H A Drc4-parisc.pl15 # For reference, [4x] unrolled loop is >40% faster than folded one.
16 # It's possible to unroll loop 8 times on PA-RISC 2.0, but improvement
164 ldo 1($XX[0]),$XX[0] ; warm up loop
228 ldo -1($XX[0]),$XX[0] ; chill out loop

Completed in 169 milliseconds

<<11121314151617181920>>