Searched refs:loop (Results 151 - 175 of 728) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/x86/
H A Dvf_pullup.asm31 .loop:
51 jnz .loop
70 .loop:
130 jnz .loop
148 .loop:
167 jnz .loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib540.c102 static int loop(int num, CURLM *cm, const char* url, const char* userpwd, function
225 res = loop(0, cm, URL, PROXYUSERPWD, headers);
231 res = loop(1, cm, URL, PROXYUSERPWD, headers);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_dbclient.c88 loop:
128 goto loop;
135 goto loop;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_tas.c112 loop: /* Attempt to acquire the resource for N spins. */
192 goto loop;
209 goto loop;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep048.tcl128 set loop [expr $niter / $div]
131 rep_test_bulk $method $masterenv $masterdb $loop $start $start 0
133 set start [expr $start + $loop]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/sparc32/
H A Dmpih-lshift.S42 andcc %o2,4-1,%g4 ! number of limbs in first loop
44 be L0 ! if multiple of 4 limbs, skip first loop
47 sub %o2,%g4,%o2 ! adjust count for main loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/sparc32/
H A Dmpih-lshift.S42 andcc %o2,4-1,%g4 ! number of limbs in first loop
44 be L0 ! if multiple of 4 limbs, skip first loop
47 sub %o2,%g4,%o2 ! adjust count for main loop
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev67-strchr.S38 andnot a0, 7, v0 # E : align our loop pointer
63 * Yuk. This loop is going to stall like crazy waiting for the
68 $loop: ldq t0, 8(v0) # L : Latency=3
76 beq t0, $loop # U :
H A Dstrchr.S24 andnot a0, 7, v0 # .. e1 : align our loop pointer
40 $loop: ldq t0, 8(v0) # e0 :
47 beq t0, $loop # .. e1 (zdb)
H A Dev67-strlen_user.S79 $loop: ble t2, $limit # U :
87 beq t1, $loop # U :
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c1307 const char *loop = name; local
1309 while ((loop = strchr(loop, ',')) != NULL) {
1311 ++loop; /* skip ',' */
1317 loop = name;
1320 while (isspace(*loop))
1321 ++loop;
1322 next = strchr(loop, ',');
1324 len = next - loop;
1326 len = strlen(loop);
1623 const char *loop = name; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dmain.c267 DBusLoop *loop; local
274 loop = bus_context_get_loop (context);
275 if (loop != NULL)
277 _dbus_loop_quit (loop);
290 setup_reload_pipe (DBusLoop *loop) argument
318 if (!_dbus_loop_add_watch (loop, watch))
320 _dbus_warn ("Unable to add reload watch to main loop: %s\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dappcmn.cpp305 // main event loop implementation
317 // we should exit from the main event loop, not just any currently active
318 // (e.g. modal dialog) event loop
327 // use the currently active message loop here, not m_mainLoop, because if
328 // we're showing a modal dialog (with its own event loop) currently the
329 // main event loop is not running anyhow
330 wxEventLoop * const loop = wxEventLoop::GetActive(); local
332 return loop && loop->Pending();
338 wxEventLoop * const loop local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dfopen.c357 size_t loop; local
378 for(loop=0;loop < want;loop++) {
379 if(file->buffer[loop] == '\n') {
380 want=loop+1;/* include newline */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddiracdsp_yasm.asm52 .loop:
87 jg .loop
95 .loop:
127 jge .loop
191 .loop:
203 jg .loop
210 jg .loop
218 .loop:
243 jg .loop
H A Dmpegvideoencdsp.asm45 .loop:
73 jne .loop
102 .loop:
127 jne .loop
H A Dsbrdsp.asm45 .loop:
60 jnz .loop
192 .loop:
209 jne .loop
216 .loop:
228 jl .loop
234 .loop:
249 jne .loop
257 .loop:
284 jge .loop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_accel.c357 u_int32_t loop; local
359 for (loop = height; loop > 0; loop --) {
366 u_int32_t loop; local
368 for (loop = height; loop > 0; loop --) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dcrc_68.s24 ; textlen parm is usually large enough so that savings outside the loop
27 ; Define NO_UNROLLED_LOOPS to use a simple short loop which might be more
85 loop: DO_CRC0 label
86 decr: dbra textbufsize,loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/powerpc32/
H A Dmpih-add1.S53 bdz Lend # If done, skip loop
58 bdnz Loop # decrement CTR and loop back
93 possible 2-unrolled inner loop will not be. Also, watch out for the
97 /* Set up for loop below. */
106 /* Adjust pointers for loop. */
118 /* The loop. */
120 /* Align start of loop to an odd word boundary to guarantee that the
H A Dmpih-sub1.S55 bdz Lend # If done, skip loop
60 bdnz Loop # decrement CTR and loop back
91 possible 2-unrolled inner loop will not be. Also, watch out for the
95 /* Set up for loop below. */
103 /* Adjust pointers for loop. */
115 /* Align start of loop to an odd word boundary to guarantee that the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Dcrc_68.s24 ; textlen parm is usually large enough so that savings outside the loop
27 ; Define NO_UNROLLED_LOOPS to use a simple short loop which might be more
85 loop: DO_CRC0 label
86 decr: dbra textbufsize,loop
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dsleep24xx.S9 * Fixed idle loop sleep
72 loop: label
74 bne loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/powerpc32/
H A Dmpih-add1.S53 bdz Lend # If done, skip loop
58 bdnz Loop # decrement CTR and loop back
93 possible 2-unrolled inner loop will not be. Also, watch out for the
97 /* Set up for loop below. */
106 /* Adjust pointers for loop. */
118 /* The loop. */
120 /* Align start of loop to an odd word boundary to guarantee that the
H A Dmpih-sub1.S55 bdz Lend # If done, skip loop
60 bdnz Loop # decrement CTR and loop back
91 possible 2-unrolled inner loop will not be. Also, watch out for the
95 /* Set up for loop below. */
103 /* Adjust pointers for loop. */
115 /* Align start of loop to an odd word boundary to guarantee that the

Completed in 153 milliseconds

1234567891011>>