Searched refs:loop (Results 426 - 450 of 728) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dlibtool1413 # The effects of -static are defined in a previous loop.
1558 done # argument parsing loop
2567 loop=$revision
2568 while test $loop != 0; do
2569 iface=`expr $revision - $loop`
2570 loop=`expr $loop - 1`
2590 loop=$age
2591 while test $loop != 0; do
2592 iface=`expr $current - $loop`
[all...]
H A Dltmain.sh1127 # The effects of -static are defined in a previous loop.
1272 done # argument parsing loop
2281 loop=$revision
2282 while test $loop != 0; do
2283 iface=`expr $revision - $loop`
2284 loop=`expr $loop - 1`
2304 loop=$age
2305 while test $loop != 0; do
2306 iface=`expr $current - $loop`
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dlibtool1413 # The effects of -static are defined in a previous loop.
1558 done # argument parsing loop
2567 loop=$revision
2568 while test $loop != 0; do
2569 iface=`expr $revision - $loop`
2570 loop=`expr $loop - 1`
2590 loop=$age
2591 while test $loop != 0; do
2592 iface=`expr $current - $loop`
[all...]
H A Dltmain.sh1127 # The effects of -static are defined in a previous loop.
1272 done # argument parsing loop
2281 loop=$revision
2282 while test $loop != 0; do
2283 iface=`expr $revision - $loop`
2284 loop=`expr $loop - 1`
2304 loop=$age
2305 while test $loop != 0; do
2306 iface=`expr $current - $loop`
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghash-ia64.pl26 # implement "528B" loop in 4 cycles, only in 5. This would mean that
30 # slot by unrolling the loop... Resulting performance is 4.45 cycles
46 sub loop() { subroutine
102 .skip 16 // aligns loop body
122 brp.loop.imp .Loop1,.Lend1-16};;
135 &loop (".Loop1",1);
179 .skip 16 // aligns loop body
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghash-ia64.pl26 # implement "528B" loop in 4 cycles, only in 5. This would mean that
30 # slot by unrolling the loop... Resulting performance is 4.45 cycles
46 sub loop() { subroutine
102 .skip 16 // aligns loop body
122 brp.loop.imp .Loop1,.Lend1-16};;
135 &loop (".Loop1",1);
179 .skip 16 // aligns loop body
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsbsdram.S313 /* Inner loop: call ddr_do_init to re-initialize and the test mem */
314 loop: label
358 ble g,glim,loop
366 ble rd,rdlim,loop
374 ble wr,wrlim,loop
465 move strm,zero /* strm loop */
473 /* Inner loop: call sdr_do_init to re-initialize and the test mem */
498 bnez pass_count,clkdout # End of passing range, leave clkd loop
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dextent-tree.c4398 int loop = 0; local
4507 if (loop > LOOP_CACHING_NOWAIT ||
4508 (loop > LOOP_FIND_IDEAL &&
4516 * If loop is set for cached only, try the next block
4519 if (loop == LOOP_FIND_IDEAL)
4520 goto loop;
4528 goto loop;
4539 if (last_ptr && loop < LOOP_NO_EMPTY_SIZE) {
4614 } else if (!cached && loop > LOOP_CACHING_NOWAIT
4632 goto loop;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtipc.tex153 with an Advise loop: selecting an item in the server list box causes
202 requests an {\it Advise} loop from the server (an Advise loop is
H A Dcshelp.tex66 This function only returns when the event loop has finished.
H A Didleevt.tex86 during OnIdle, then the application will remain in a passive event loop (not calling OnIdle) until a
H A Dtapp.tex69 doesn't apply for the windows shown before the program enters the main loop: in
H A Dtexcept.tex47 event loop. To deal with the exceptions which may arise during the program
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dzatm.c823 u32 *loop; local
864 loop = zatm_vcc->ring+RING_ENTRIES*RING_WORDS;
865 loop[0] = uPD98401_TXPD_V;
866 loop[1] = loop[2] = 0;
867 loop[3] = virt_to_bus(zatm_vcc->ring);
1156 while (t0 > t1 || t1 > t2); /* loop if wrapping ... */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh263_loopfilter.asm2 ;* MMX-optimized H.263 loop filter
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/x86/
H A Dresample.asm158 .loop:
238 jne .loop
396 .loop:
538 jne .loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmainloop.c115 mp->loop = _unix_loop;
429 mp->loop = _dos_loop;
H A Dmcopy.c254 ret = mp->loop(File, &newArg.mp, "*");
477 ret = mp->loop(mp->File, &newArg.mp, "*");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dcwlex_yy.c584 { loop:
595 default: goto loop;
H A Ddoslex.c693 loop:
707 goto loop;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_edgeport.c120 struct usb_serial_port *port; /* loop back to the owner of this object */
156 struct usb_serial *serial; /* loop back to the owner of this object */
936 int loop = 10; local
961 loop--;
962 if (loop == 0) {
971 loop = 10;
993 int loop = 30; local
1015 loop--;
1016 if (loop == 0) {
1022 loop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dapbuart.c354 int ctrl, loop = 0; local
373 loop++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhead_32.S214 loop 11b
247 loop 11b
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A Daf_can.c196 * @loop: loopback for listeners on local CAN sockets (recommended default!)
208 int can_send(struct sk_buff *skb, int loop) argument
233 if (loop) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_sync.c476 static void set_mcast_loop(struct sock *sk, u_char loop) argument
480 /* setsockopt(sock, SOL_IP, IP_MULTICAST_LOOP, &loop, sizeof(loop)); */
482 inet->mc_loop = loop ? 1 : 0;

Completed in 312 milliseconds

<<11121314151617181920>>