Searched refs:loop (Results 276 - 300 of 728) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/
H A Dsc6000.c201 int loop = 1000; local
209 } while (loop--);
226 int loop = 500000; local
238 } while (loop--);
326 int loop = 10; local
334 } while ((sc6000_wait_data(vport) < 0) && loop--);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Daedsp16.c502 int loop = STATUSRETRY; local
512 } while (!(ret & 0x80) && loop--);
570 int loop = HARDRETRY; local
584 } while (loop--);
835 int loop = RETRY; local
863 } while ((aedsp16_wait_data(port) == FALSE) && loop--);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddcadsp.asm41 .loop:
96 jl .loop
117 .loop%1:
161 jl .loop%1
326 mov i, 16 * 4 - (ARCH_X86_64 + 1) * mmsize ; main loop counter
366 ; prepare the inner loop counter
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chips/
H A Drt30xx.c165 u32 loop = 0, count = 0, loopcnt = 0, ReTry = 0; local
173 if (loop == 1) { /*BandWidth = 40 MHz */
246 /* prevent infinite loop cause driver hang. */
262 if (loop++ == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dcrc_i386.asm15 ; avoid using loop, and j[e]cxz where possible. Use mov + inc, rather
52 ; data buffer in loop body (adjust pointer only once in loop body and use
120 ; These two (three) macros make up the loop body of the CRC32 cruncher.
261 ; align loop head at start of 486 internal cache line !!
305 ; align loop head at start of 486 internal cache line !!
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dcrc_i386.asm15 ; avoid using loop, and j[e]cxz where possible. Use mov + inc, rather
52 ; data buffer in loop body (adjust pointer only once in loop body and use
120 ; These two (three) macros make up the loop body of the CRC32 cruncher.
261 ; align loop head at start of 486 internal cache line !!
305 ; align loop head at start of 486 internal cache line !!
H A Dgvmat64.asm171 ;;; entering the main loop.
274 ;;; Jump into the main loop.
331 ;;; Here is the inner loop of the function. The function will spend the
332 ;;; majority of its time in this loop, and majority of that time will
335 ;;; Within this loop:
383 ;;; starting the compare loop. So what this code does is skip over 0-3
387 ;;; It should be confessed that this loop usually does not represent
440 ;;; have so far, then forget it and return to the lookup loop.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/x86/
H A Dvf_hqdn3d.asm75 .loop:
98 jl .loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmdu.c87 ret = mp->loop(mp->File, &arg.mp, "*");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntpclient/
H A Denvelope24 # else { $cmd = "plot \"max.dat\", \"min.dat\", \"rawmax.dat\", \"rawmin.dat\", \"loop.dat\"\n"; }
25 else { $cmd = "plot \"max.dat\", \"min.dat\", \"loop.dat\" with lines, 0.9*x>0.3?-(x-0.3)*6000:-x*600, 0.9*x<-0.3?-(x+0.3)*6000:-x*600\n"; }
64 open(LP, ">loop.dat") || die;
72 if (/^loop/) { print LP "$A[1] $A[2]\n"; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dx86cpuid.pl360 &set_label("loop");
363 &loop (&label("loop"));
372 &set_label("loop");
375 &loop (&label("loop"));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx-i2c.c68 u8 loop = 0; local
133 req_data.p_buffer = (u8 *) (buf_ptr + loop * 16);
136 bus->i2c_reserve = (loop == 0) ? 0 : 1;
140 loop++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_boot.c341 int loop, ret; local
356 loop = 0;
357 while (loop++ < INIT_LOOP) {
374 if (loop > INIT_LOOP) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm171 ;;; entering the main loop.
274 ;;; Jump into the main loop.
331 ;;; Here is the inner loop of the function. The function will spend the
332 ;;; majority of its time in this loop, and majority of that time will
335 ;;; Within this loop:
383 ;;; starting the compare loop. So what this code does is skip over 0-3
387 ;;; It should be confessed that this loop usually does not represent
440 ;;; have so far, then forget it and return to the lookup loop.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dx86cpuid.pl360 &set_label("loop");
363 &loop (&label("loop"));
372 &set_label("loop");
375 &loop (&label("loop"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm171 ;;; entering the main loop.
274 ;;; Jump into the main loop.
331 ;;; Here is the inner loop of the function. The function will spend the
332 ;;; majority of its time in this loop, and majority of that time will
335 ;;; Within this loop:
383 ;;; starting the compare loop. So what this code does is skip over 0-3
387 ;;; It should be confessed that this loop usually does not represent
440 ;;; have so far, then forget it and return to the lookup loop.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drioctrl.c142 ushort loop; local
549 rio_dprintk(RIO_DEBUG_CTRL, "entering loop (%d %d)!\n", PortSetup.From, PortSetup.To);
550 for (loop = PortSetup.From; loop <= PortSetup.To; loop++) {
551 rio_dprintk(RIO_DEBUG_CTRL, "in loop (%d)!\n", loop);
553 rio_dprintk(RIO_DEBUG_CTRL, "after loop (%d)!\n", loop);
852 for (loop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/accounting/
H A Dgetdelays.c265 int loop = 0; local
328 loop = 1;
465 if (!loop)
489 } while (loop);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dimg2.c44 int loop; member in struct:__anon2161
238 s->loop = s1->loop_input;
297 /* loop over input */
298 if (s->loop && s->img_number > s->img_last) {
458 { "loop", "", OFFSET(loop), AV_OPT_TYPE_INT, {.dbl = 0}, 0, 1, DEC },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Dnand_init.S14 ## read/write increases the address by two. So the copy loop in the
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ntpclient/
H A Denvelope24 # else { $cmd = "plot \"max.dat\", \"min.dat\", \"rawmax.dat\", \"rawmin.dat\", \"loop.dat\"\n"; }
25 else { $cmd = "plot \"max.dat\", \"min.dat\", \"loop.dat\" with lines, 0.9*x>0.3?-(x-0.3)*6000:-x*600, 0.9*x<-0.3?-(x+0.3)*6000:-x*600\n"; }
64 open(LP, ">loop.dat") || die;
72 if (/^loop/) { print LP "$A[1] $A[2]\n"; }
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dloop.c16 #include <linux/loop.h>
23 /* Stuff stolen from linux/loop.h for 2.4 and earlier kernels*/
77 *device is loop device to use, or if *device==NULL finds a loop device to
78 mount it on and sets *device to a strdup of that loop device name. This
79 search will re-use an existing loop device already bound to that
100 /* Find a loop device. */
126 /* Associate free loop device with file. */
135 (Yes this is racy, but associating two loop devices with the same
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Dll_proto.c28 __PF(LOOP,loop)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dtunala.c39 * This structure is used as the data for running the main loop. Namely, in a
67 /* Our outside "loop" context stuff */
320 unsigned int loop; local
567 /* We're ready to loop */
573 for (loop = 0; loop < world.tunnels_used; loop++)
574 selector_add_tunala(&world.selector, world.tunnels + loop);
603 * Give each tunnel its moment, note the while loop is because it makes
607 loop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata_pio.c322 unsigned int loop = 50; local
325 if (--loop == 0)
442 unsigned int loop = 100; local
449 if (--loop == 0) {
601 unsigned long loop = HZ / 2; local
611 if (--loop == 0)
617 loop = 50;
620 if (--loop == 0)
623 loop = 50;

Completed in 286 milliseconds

<<11121314151617181920>>