Searched refs:loop (Results 301 - 325 of 728) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtunala.c31 /* This structure is used as the data for running the main loop. Namely, in a
55 /* Our outside "loop" context stuff */
290 unsigned int loop; local
520 /* We're ready to loop */
526 for(loop = 0; loop < world.tunnels_used; loop++)
527 selector_add_tunala(&world.selector, world.tunnels + loop);
556 /* Give each tunnel its moment, note the while loop is because it makes
559 loop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/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/media/dvb/frontends/
H A Dmb86a16.c966 static int SEQ_set(struct mb86a16_state *state, unsigned char loop) argument
969 if (mb86a16_write(state, 0x32, 0x02 | (loop << 2)) < 0) {
1045 int loop; local
1132 loop = 1;
1135 while (loop == 1) {
1141 loop = 0;
1146 loop = 0;
1150 loop = 1;
1153 while (loop == 1) {
1159 loop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dqsort.c110 loop: SWAPINIT(a, es);
178 goto loop;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmediaevt.tex34 (note that this may not have the desired effect - if you want to loop the
H A Dtdialog.tex17 modeless dialogs and a message loop. This is because Windows 3 expects
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_win32.c134 loop: /* Attempt to acquire the resource for N spins. */
212 * loop is needed to work around a race where the signal from the
234 goto loop;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep038.tcl165 set loop 10
171 while { $i < $loop } {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Drtmp.c864 struct sockaddr_at dst, loop; local
883 memset( &loop, 0, sizeof( struct sockaddr_at ));
885 loop.sat_len = sizeof( struct sockaddr_at );
887 loop.sat_family = AF_APPLETALK;
888 loop.sat_addr.s_net = htons( ATADDR_ANYNET );
889 loop.sat_addr.s_node = ATADDR_ANYNODE;
894 (struct sockaddr *) &loop,
901 (struct sockaddr_at *) &loop,
931 * the kernel. Otherwise, we'll get a bunch of routes to the loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent_iocp.c63 loop(void *_port) function
201 ev_uintptr_t th = _beginthread(loop, 0, port);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_prime.pl9 loop: while ($#primes < $num-1) label
16 next loop if (($p%$primes[$i]) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_table.c230 int initres, loop = 0; local
262 ret = sk_ENGINE_value(fnd->sk, loop++);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Danalog.c87 #define ANALOG_LOOP_TIME 2000 /* 2 * loop */
93 #define ANALOG_FUZZ_MAGIC 36 /* 36 u*ms/loop */
125 int loop; member in struct:analog_port
233 unsigned int time[4], start, loop, now, loopout, timeout; local
238 loopout = (ANALOG_LOOP_TIME * port->loop) / 1000;
251 loop = now;
259 if ((last ^ this) && (DELTA(loop, now) < loopout)) {
273 port->axes[j] = (DELTA(start, time[i]) << ANALOG_FUZZ_BITS) / port->loop;
365 * analog_calibrate_timer() calibrates the timer and computes loop
400 port->loop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/aoe/
H A Daoechr.c98 loop:
106 goto loop;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dcrc_i386.c19 * avoid using loop, and j[e]cxz where possible. Use mov + inc, rather
62 * data buffer in loop body (adjust pointer only once in loop body and use
107 * These two (three) macros make up the loop body of the CRC32 cruncher.
238 ; align loop head at start of 486 internal cache line !!
284 ; align loop head at start of 486 internal cache line !!
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_i2c.c219 u8 n, m, loop; local
237 for (loop = 1; loop < 255; loop++) {
238 if ((nm / loop) < loop)
241 n = loop - 1;
242 m = loop - 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/lib/
H A Dstrnlen_user.S71 srli a10, a3, 2 # number of loop iterations with 4B per loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dada-res.exp50 in word set loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dinput.asm62 ; %3 = if specified, it means that unaligned and aligned code in loop
64 ; split the loop in an aligned and unaligned case
132 ; %3 = if specified, it means that unaligned and aligned code in loop
134 ; split the loop in an aligned and unaligned case
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/lib/
H A Dmemcpy.S39 adds #4,er4 ; loop count check value
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/sim/boot/
H A Dboot_head.S101 .loop: fc r8
103 br.cloop.sptk.few .loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dcrc_i386.c19 * avoid using loop, and j[e]cxz where possible. Use mov + inc, rather
62 * data buffer in loop body (adjust pointer only once in loop body and use
107 * These two (three) macros make up the loop body of the CRC32 cruncher.
238 ; align loop head at start of 486 internal cache line !!
284 ; align loop head at start of 486 internal cache line !!
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_prime.pl9 loop: while ($#primes < $num-1) label
16 next loop if (($p%$primes[$i]) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_table.c249 int initres, loop = 0; local
283 ret = sk_ENGINE_value(fnd->sk, loop++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_prime.pl9 loop: while ($#primes < $num-1) label
16 next loop if (($p%$primes[$i]) == 0);

Completed in 145 milliseconds

<<11121314151617181920>>