Searched refs:loop (Results 251 - 275 of 728) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dpkbench.c142 unsigned int loop = 10; local
153 for (i = 0; i < loop; i++)
155 ret = (*worker) (context, (i + 1) == loop);
168 (((double) ((timer_stop - timer_start) / loop)) / CLOCKS_PER_SEC)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dhead.S89 # It is handy, on occasion, to make halt actually just loop.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Ddiv64.S84 @ The division loop for needed upper bit positions.
100 @ The division loop for lower bit positions.
115 @ (the 33th bit) this is a false positive so resume the loop.
140 @ If possible, branch for another shift in the division loop.
H A Dlib1funcs.S56 @ at the left end of each 4 bit nibbles in the division loop
57 @ to save one loop in most cases.
65 @ division loop. Continue shifting until the divisor is
85 @ Division loop
152 @ division loop. Continue shifting until the divisor is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/aserver/
H A Daserver.c245 snd_pcm_t *loop; local
255 for (loop = pcm->hw.master; loop; loop = loop->hw.master)
256 loop->hw.ptr = &ctrl->hw.ptr;
264 snd_pcm_t *loop; local
274 for (loop = pcm->appl.master; loop; loop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dbus.c58 DBusLoop *loop; member in struct:BusContext
114 return _dbus_loop_add_watch (context->loop, watch);
126 _dbus_loop_remove_watch (context->loop, watch);
138 _dbus_loop_toggle_watch (context->loop, watch);
150 return _dbus_loop_add_timeout (context->loop, timeout);
162 _dbus_loop_remove_timeout (context->loop, timeout);
742 context->loop = _dbus_loop_new ();
743 if (context->loop == NULL)
1085 if (context->loop)
1087 _dbus_loop_unref (context->loop);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dhuffyuvdsp.asm52 .loop:
89 jl .loop
109 %%.loop:
138 jl %%.loop
225 .loop:
242 jl .loop
H A Dqpeldsp.asm43 je .loop
55 .loop:
94 jne .loop
109 je .loop
128 .loop:
163 jne .loop
177 .loop:
278 jne .loop
310 .loop:
361 jne .loop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_fnmatch.c312 static int loop(const unsigned char *pattern, const unsigned char *string) function
328 rc = loop(p + 1, s); /* *.txt matches .txt <=> .txt matches .txt */
426 return loop((unsigned char *)pattern, (unsigned char *)string);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dfd_mcs.c351 int loop; local
367 for (loop = 0; loop < FD_BRDS; loop++) {
369 while (MCA_NOTFOUND != (slot = mca_find_adapter(fd_mcs_adapters[loop].id, slot))) {
374 printk(KERN_INFO "scsi <fd_mcs>: %s at slot %d\n", fd_mcs_adapters[loop].name, slot + 1);
383 if (fd_mcs_adapters[loop].id == REPLY_ID) { /* reply card */
403 mca_set_adapter_name(slot - 1, fd_mcs_adapters[loop].name);
426 strcpy(adapter_name, fd_mcs_adapters[loop].name);
429 chip = fd_mcs_adapters[loop]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep060.tcl259 for { set loop 0 } { $loop < 5 } { incr loop } {
265 puts "\tRep$tnum.g.$loop: Check user database."
286 # If we get through the user loop with a valid db, then it better
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev67-strrchr.S64 /* Character search main loop */
65 $loop:
78 beq t1, $loop # U : if we havnt seen a null, loop
H A Dstrrchr.S42 /* Character search main loop */
43 $loop:
51 beq t1, $loop # .. e1 : if we havnt seen a null, loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dengine.c286 int loop, res, num = sk_OPENSSL_STRING_num(cmds); local
292 for (loop = 0; loop < num; loop++) {
295 cmd = sk_OPENSSL_STRING_value(cmds, loop);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7164/
H A Dsaa7164-cmd.c122 int loop = 1; local
129 while (loop) {
335 u32 loop; local
394 loop = 1;
395 while (loop) {
396 dprintk(DBGLVL_CMD, "%s() loop\n", __func__);
399 dprintk(DBGLVL_CMD, "%s() loop ret = %d\n", __func__, ret);
555 } /* (loop) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dengine.c286 int loop, res, num = sk_OPENSSL_STRING_num(cmds); local
292 for (loop = 0; loop < num; loop++) {
295 cmd = sk_OPENSSL_STRING_value(cmds, loop);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dengine.c300 int loop, res, num = sk_num(cmds); local
306 for(loop = 0; loop < num; loop++)
310 cmd = sk_value(cmds, loop);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-connevent.c151 int loop, ret; local
197 for (loop = 0; loop < RXRPC_MAXCALLS; loop++)
198 rxrpc_call_is_secure(conn->channels[loop]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dlib1funcs.S56 @ at the left end of each 4 bit nibbles in the division loop
57 @ to save one loop in most cases.
65 @ division loop. Continue shifting until the divisor is
85 @ Division loop
152 @ division loop. Continue shifting until the divisor is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dcrc_i86.asm14 ; Optimized 8086 assembler version of the CRC32 calculation loop, intended
29 ; In December 1998, the loop branch commands were changed from "loop dest"
31 ; code is usually much faster (e.g. 1 clock cycle compared to 5 for "loop"
34 ; vs. 18 (loop). I decided to optimize for newer CPU models by default, because
440 dec cx ; on 286, "loop Next_Four" needs 11
443 loop Next_Four
460 dec cx ; on 286, "loop Next_Four" needs 11
463 loop Next_Four
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dcrc_i86.asm14 ; Optimized 8086 assembler version of the CRC32 calculation loop, intended
29 ; In December 1998, the loop branch commands were changed from "loop dest"
31 ; code is usually much faster (e.g. 1 clock cycle compared to 5 for "loop"
34 ; vs. 18 (loop). I decided to optimize for newer CPU models by default, because
440 dec cx ; on 286, "loop Next_Four" needs 11
443 loop Next_Four
460 dec cx ; on 286, "loop Next_Four" needs 11
463 loop Next_Four
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dinode.c1464 int loop; local
1482 for (loop = 0; loop < (1 << i_hash_shift); loop++)
1483 INIT_HLIST_HEAD(&inode_hashtable[loop]);
1488 int loop; local
1513 for (loop = 0; loop < (1 << i_hash_shift); loop++)
1514 INIT_HLIST_HEAD(&inode_hashtable[loop]);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-alsa.c256 int loop, handled = 0; local
258 for (loop = 0; loop < MAX_IRQ_LOOP; loop++) {
263 dprintk(3, "cx8801_irq loop %d/%d, status %x\n",
264 loop, MAX_IRQ_LOOP, status);
274 if (MAX_IRQ_LOOP == loop) {
276 "%s/1: IRQ loop detected, disabling interrupts\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Drt_channel.c1427 int loop = 0; local
1430 while (strcmp((char *)ChRegion[loop].CountReg, "") != 0) {
1432 ((char *)ChRegion[loop].CountReg, (char *)CntryCode,
1434 pChRegion = &ChRegion[loop];
1437 loop++;
1441 pChRegion = &ChRegion[loop];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/via/
H A Daccel.c508 int loop = 0; local
520 VIA_VR_QUEUE_BUSY) && (loop < MAXLOOP)) {
521 loop++;
528 while ((readl(engine + VIA_REG_STATUS) & mask) && (loop < MAXLOOP)) {
529 loop++;
533 if (loop >= MAXLOOP)

Completed in 124 milliseconds

<<11121314151617181920>>