Searched refs:loop (Results 451 - 475 of 728) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/imgs/
H A Dcwcdma.asp145 // TODO: cycles per loop iteration
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dlm32_lcc.asm132 ;/* loop until mismatch */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-strncpy_from_user.S79 srl a3, 3, a2 # E : a2 = loop counter = (count - 1)/8
203 of and we can set up to enter the main loop. */
215 /* Unaligned copy main loop. In order to avoid reading too much,
216 the loop is structured to detect zeros in aligned source words.
217 This has, unfortunately, effectively pulled half of a loop
322 srl a3, 3, a2 # U : a2 = loop counter = (count - 1)/8
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddsputilenc.asm444 .loop:
452 jne .loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dregex.tex206 length. When using {\it Matches()} in a loop
208 possible to avoid a {\it wxStrlen()} inside the loop.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dchecksum_32.S111 andcc %o1, 0xffffff80, %o3 ! num loop iterations
119 subcc %o3, 128, %o3 ! detract from loop iters
186 * the next ldd in the main unrolled loop. Thus the pipe is always full.
338 andcc %g1, 0xffffff80, %g0 ! can we use unrolled loop?
339 3: be 3f ! nope, less than one loop remains
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Drxkad.c682 int loop; local
685 for (loop = sizeof(*response); loop > 0; loop--)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/alpha/
H A Ddsputil_alpha_asm.S149 lda t9, 8 # loop counter
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dsynth_filter_vfp.S129 bic J_WRAP, lr, #63 @ mangled to make testing for wrap easier in inner loop
H A Dvc1dsp_neon.S82 @ for loop in vc1_inv_trans_4x8_c.
121 @ for loop in vc1_inv_trans_4x8_c.
234 @ This is modeled after the first and second for loop in vc1_inv_trans_8x8_c.
579 @ This is modeled after the first for loop in vc1_inv_trans_4x4_c.
794 @ r12 loop counter
827 mov r12, #8 @ loop counter
863 mov r12, #8 @ loop counter
910 mov r12, #8 @ loop counter
947 mov r12, #8 @ loop counter
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtopluniv.cpp643 wxEventLoop loop; local
659 data.m_evtLoop = &loop;
670 loop.Run();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/appletalk/
H A Dltpc.c518 loop:
525 if (state != inb_p(base+6)) goto loop;
626 goto loop;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/as/
H A Dlpc_asm.s49 ; these should be fast; the inner loop is unrolled (it takes no more than
51 ; coefficients and all relevant history stay in registers, so the outer loop
55 ; and there may be a somewhat more clever way to do the outer loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/gas/
H A Dlpc_asm.s51 # these should be fast; the inner loop is unrolled (it takes no more than
53 # coefficients and all relevant history stay in registers, so the outer loop
57 # and there may be a somewhat more clever way to do the outer loop
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemcontrol.c1257 int loop = 0; local
1270 loop++;
1271 if (loop >= 1)
1273 if (loop >= 2) {
1290 (loop > MEM_CGROUP_MAX_RECLAIM_LOOPS)) {
1416 * try to call OOM killer. returns false if we should exit memory-reclaim loop.
1433 * Even if signal_pending(), we can't quit charge() loop without
2753 * of # of children which we should visit in this loop.
2874 int loop = 0; local
2883 * This loop ca
2968 unsigned long flags, loop; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dltmain.sh1149 # The effects of -static are defined in a previous loop.
1294 done # argument parsing loop
2335 loop=$revision
2336 while test $loop != 0; do
2337 iface=`expr $revision - $loop`
2338 loop=`expr $loop - 1`
2358 loop=$age
2359 while test $loop != 0; do
2360 iface=`expr $current - $loop`
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dltmain.sh1149 # The effects of -static are defined in a previous loop.
1294 done # argument parsing loop
2335 loop=$revision
2336 while test $loop != 0; do
2337 iface=`expr $revision - $loop`
2338 loop=`expr $loop - 1`
2358 loop=$age
2359 while test $loop != 0; do
2360 iface=`expr $current - $loop`
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Ddscc4.c1058 /* Posted write is flushed in the wait_ack loop */
1454 int cur, loop = 0; local
1463 if ((debug > 1) && (loop > 1))
1464 printk(KERN_DEBUG "%s: Tx irq loop=%d\n", dev->name, loop);
1465 if (loop && netif_queue_stopped(dev))
1474 loop++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata.c982 static int wait_on_busy(unsigned long iobase, unsigned int loop) argument
986 if (--loop == 0)
1015 unsigned int loop = MAXLOOP; local
1021 if (--loop == 0)
1024 loop = MAXLOOP;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dltmain.sh1321 # The effects of -static are defined in a previous loop.
1540 done # argument parsing loop
2430 # that some nasty dependency loop isn't accidentally
2679 loop=$revision
2680 while test "$loop" -ne 0; do
2681 iface=`expr $revision - $loop`
2682 loop=`expr $loop - 1`
2702 loop=$age
2703 while test "$loop"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_nx.c1172 int i, j = 0, k, start, end, loop, sz[2], off0[2]; local
1196 loop = ((off0[0] + size - 1) >> shift_amount) + 1;
1200 for (i = 0; i < loop; i++) {
1263 int i, j, ret = 0, loop, sz[2], off0; local
1285 loop = (((off & 0xf) + size - 1) >> 4) + 1;
1290 for (i = 0; i < loop; i++) {
1325 for (i = 0; i < loop; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dmsh.c927 * exit loop if cell big enough
2194 loop:
2205 goto loop;
2215 goto loop;
2272 goto loop;
2295 goto loop;
2966 * Enter a new loop level (marked for break/continue).
3810 loop:
3821 goto loop;
3849 goto loop;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2100.c2870 /* DATA uses two slots; advance and loop position. */
3258 /* We do not loop and keep polling for more interrupts as this
3895 static unsigned long loop = 0; local
3901 if (loop >= 0x30000)
3902 loop = 0;
3905 while (len < PAGE_SIZE - 128 && loop < 0x30000) {
3910 *(u32 *) SNAPSHOT_ADDR(loop + i * 4);
3913 read_nic_dword(dev, loop + i * 4, &buffer[i]);
3940 (u8 *) buffer, 16, loop));
3941 loop
3991 static int loop = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/conftools/
H A Dltmain.sh1716 # The effects of -static are defined in a previous loop.
1948 done # argument parsing loop
2987 # that some nasty dependency loop isn't accidentally
3284 loop=$revision
3285 while test "$loop" -ne 0; do
3286 iface=`expr $revision - $loop`
3287 loop=`expr $loop - 1`
3307 loop=$age
3308 while test "$loop"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/
H A Dlibtool2068 # The effects of -static are defined in a previous loop.
2300 done # argument parsing loop
3339 # that some nasty dependency loop isn't accidentally
3636 loop=$revision
3637 while test "$loop" -ne 0; do
3638 iface=`expr $revision - $loop`
3639 loop=`expr $loop - 1`
3659 loop=$age
3660 while test "$loop"
[all...]

Completed in 259 milliseconds

<<11121314151617181920>>