HomeSort by relevance Sort by last modified time
    Searched full:loop (Results 176 - 200 of 3512) sorted by null

1 2 3 4 5 6 78 91011>>

  /build/tools/droiddoc/templates/
hierarchy.cs 28 <?cs loop:x=#0,cl.indent,#1 ?><td class="jd-hierarchy-spacer"></td><?cs /loop ?>
  /external/dropbear/libtommath/
bn_fast_s_mp_mul_high_digs.c 56 /* this is the number of times the loop will iterrate, essentially its
61 /* execute loop */
  /external/guava/src/com/google/common/collect/
NaturalOrdering.java 49 // Override to remove a level of indirection from inner loop
56 // Override to remove a level of indirection from inner loop
  /external/iproute2/lib/
ll_proto.c 37 __PF(LOOP,loop)
  /external/libvpx/vp8/encoder/
psnr.c 46 // Loop throught the Y plane raw and reconstruction data summing (square differences)
66 // Loop through the U plane
  /external/netcat/scripts/
irc 9 # magic arg: if "tick", do keepalive process instead of main loop
31 # the big honkin' loop...
  /external/openssl/crypto/bn/
bn_div.c 184 int norm_shift,i,loop; local
244 loop=num_n-div_n;
249 wnum.d = &(snum->d[loop]);
252 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
264 if (!bn_wexpand(res,(loop+1))) goto err;
265 res->top=loop;
266 resp= &(res->d[loop-1]);
289 for (i=0; i<loop-1; i++, wnump--, resp--)
292 /* the first part of the loop uses the top two words of
429 int norm_shift,i,loop; local
    [all...]
bn_prime.c 173 loop:
192 /* if (BN_mod_word(ret,(BN_ULONG)3) == 1) goto loop; */
201 if (i == 0) goto loop;
215 if (j == 0) goto loop;
219 if (j == 0) goto loop;
390 loop: for (i=1; i<NUMPRIMES; i++)
398 goto loop;
428 loop: for (i=1; i<NUMPRIMES; i++)
434 goto loop;
476 loop: for (i=1; i<NUMPRIMES; i++
    [all...]
  /external/openssl/crypto/
ppccpuid.pl 50 Loop: lwarx r5,0,r3
53 bne- Loop
s390xcpuid.S 80 .Loop: stg %r0,0(%r2)
82 brctg %r4,.Loop
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events_c.h 27 /* Start and stop the event processing loop */
73 /* Used by the event loop to queue pending keyboard repeat events */
  /external/webkit/WebCore/workers/
WorkerThread.h 73 // Executes the event loop for the worker thread. Derived classes can override to perform actions before/after entering the event loop.
  /external/zlib/contrib/asm686/
match.S 101 /* entering the main loop). */
186 /* Jump into the main loop. */
201 * Here is the inner loop of the function. The function will spend the
202 * majority of its time in this loop, and majority of that time will
205 * Within this loop:
250 * starting the compare loop. So what this code does is skip over 0-3
254 * It should be confessed that this loop usually does not represent
287 /* have so far, then forget it and return to the lookup loop. */
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Dot_p_opt.s 38 LOOP:
60 BLT LOOP
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineDataStream.java 74 loop:
80 break loop; local
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
SingleThreadNamedTaskExecutor.java 66 loop(); method
72 private void loop() { method in class:SingleThreadNamedTaskExecutor.Worker
  /system/core/libdiskconfig/
diskutils.c 78 /* skip the write loop if we're testing */
97 LOGE("Exited read/write loop without setting flag! WTF?!");
  /system/core/libpixelflinger/
col32cb16blend.S 57 subs r2, r2, #1 // decrement loop counter
73 bne 1b // if count != 0, loop
  /external/v8/src/x64/
builtins-x64.cc 281 { Label loop; local
283 __ bind(&loop);
287 __ j(not_sign, &loop); // While non-negative (to copy return address).
413 Label entry, loop; local
416 __ bind(&loop);
440 __ j(not_equal, &loop);
536 // Reconsider loop unfolding if kPreallocatedArrayElements gets changed.
542 // the loop.
549 Label loop, entry; local
551 __ bind(&loop);
664 Label loop, entry; local
785 Label loop, entry; local
982 { Label loop, entry; local
1047 { Label loop, entry; local
1108 Label loop, entry; local
1258 Label loop, entry; local
    [all...]
  /external/bluetooth/bluez/tools/
ubcsp.c 322 loop; local
327 for (loop = 0; loop < 4; loop ++)
331 if (payload[octet] != ubcsp_le_buffer[loop][octet])
333 /* Bad match, just to loop again */
340 return loop;
342 /* Jumps out of octet loop if we got a bad match */
371 loop; local
471 for (loop = 0; loop < 4; loop ++)
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
Flt16Image.c 276 | (loop x1) | (loop x2) | (loop x3) |
288 (loop y1)| | | |
298 (loop y2)| | | |
311 (loop y3)| | |
335 1. parse all pixels in "loop y1"
336 1.a. parse all pixels in "loop x1"
337 1.b. parse all pixels in "loop x2"
338 1.c. parse all pixels in "loop x3
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 170 { Label loop, entry; local
174 __ bind(&loop);
179 __ j(less, &loop);
234 { Label loop, entry; local
238 __ bind(&loop);
243 __ j(below, &loop);
295 Label loop, entry; local
298 __ bind(&loop);
302 __ j(greater_equal, &loop);
389 // Copy arguments to the stack in a loop
390 Label loop, entry; local
521 { Label loop; local
644 Label entry, loop; local
777 Label loop, entry; local
891 Label loop, entry; local
1041 Label loop, entry; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
basic-block.h 92 /* Loop over all registers in REGSET, starting with MIN, setting REGNUM to the
97 /* Loop over all registers in REGSET1 and REGSET2, starting with MIN, setting
103 /* Loop over all registers in REGSET1 and REGSET2, starting with MIN, setting
167 #define EDGE_IRREDUCIBLE_LOOP 128 /* Part of irreducible loop. */
169 #define EDGE_LOOP_EXIT 512 /* Exit of a loop. */
188 struct loop;
236 /* Innermost loop containing the block. */
237 struct loop *loop_father;
260 /* The loop depth of this block. */
320 /* Set for blocks in an irreducible loop by loop analysis. *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
basic-block.h 92 /* Loop over all registers in REGSET, starting with MIN, setting REGNUM to the
97 /* Loop over all registers in REGSET1 and REGSET2, starting with MIN, setting
103 /* Loop over all registers in REGSET1 and REGSET2, starting with MIN, setting
167 #define EDGE_IRREDUCIBLE_LOOP 128 /* Part of irreducible loop. */
169 #define EDGE_LOOP_EXIT 512 /* Exit of a loop. */
188 struct loop;
236 /* Innermost loop containing the block. */
237 struct loop *loop_father;
260 /* The loop depth of this block. */
320 /* Set for blocks in an irreducible loop by loop analysis. *
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
LoadGenerator.java 40 counter++; // Busy loop

Completed in 2704 milliseconds

1 2 3 4 5 6 78 91011>>