Searched
full:loop (Results
426 -
450 of
3512) sorted by null
<<11121314151617181920>>
/external/chromium/net/socket/ |
tcp_client_socket_pool.h | 55 // Runs the state transition loop.
|
/external/chromium/third_party/icu/source/common/ |
ucnvbocu.c | 418 /* conversion loop */ 424 /* fast loop for single-byte differences */ 425 /* use only one loop counter variable, targetCapacity, not also source */ 456 /* regular loop for all cases */ 542 /* from the first if in the loop we know that targetCapacity>0 */ 662 /* conversion loop */ 668 /* fast loop for single-byte differences */ 669 /* use only one loop counter variable, targetCapacity, not also source */ 695 /* regular loop for all cases */ 771 /* from the first if in the loop we know that targetCapacity>0 * [all...] |
utrace.c | 145 /* Loop through the bytes of the ptr as it sits in memory, from 196 /* Loop runs once for each character in the format string. 205 * This is the normal (and only) exit from the loop that 269 * re-fetched in the outer loop, causing it to terminate.
|
/external/chromium/third_party/icu/source/test/perf/collationperf/ |
CollPerf.pl | 77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`; 78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`; 89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`; 90 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`;
|
Makefile.in | 58 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
|
/external/clearsilver/cs/ |
test_first_last.cs.gold | 63 Testing loop
|
/external/dropbear/ |
cli-service.c | 47 /* This just sets up the state variables right for the main client session loop
|
/external/dropbear/libtommath/ |
bn_mp_dr_reduce.c | 49 /* top of loop, this is where the code resumes if
|
bn_mp_read_radix.c | 60 * to the number, otherwise exit the loop.
|
bn_s_mp_mul_digs.c | 52 /* copy of the digit from a used within the nested loop */
|
/external/expat/tests/benchmark/ |
benchmark.c | 111 printf ("%d loops, with buffer size %d. Average time per loop: %f\n",
|
/external/grub/stage2/ |
fsys_fat.c | 313 /* main loop to find desired directory entry */ 314 loop: 484 /* go back to main loop at top of function */ 485 goto loop;
|
/external/icu4c/common/ |
ucnvbocu.c | 418 /* conversion loop */ 424 /* fast loop for single-byte differences */ 425 /* use only one loop counter variable, targetCapacity, not also source */ 456 /* regular loop for all cases */ 542 /* from the first if in the loop we know that targetCapacity>0 */ 662 /* conversion loop */ 668 /* fast loop for single-byte differences */ 669 /* use only one loop counter variable, targetCapacity, not also source */ 695 /* regular loop for all cases */ 771 /* from the first if in the loop we know that targetCapacity>0 * [all...] |
utrace.c | 145 /* Loop through the bytes of the ptr as it sits in memory, from 196 /* Loop runs once for each character in the format string. 205 * This is the normal (and only) exit from the loop that 269 * re-fetched in the outer loop, causing it to terminate.
|
/external/icu4c/samples/translit/answers/ |
main_3.cpp | 65 // Loop over various months
|
main_4.cpp | 69 // Loop over various months
|
/external/icu4c/samples/translit/ |
main.cpp | 71 // Loop over various months
|
/external/icu4c/test/perf/collationperf/ |
CollPerf.pl | 77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`; 78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`; 89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`; 90 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`;
|
Makefile.in | 58 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
|
/external/libvpx/ |
CHANGELOG | 41 Fixed simple loop filter, other crashes on ARM v6
|
/external/oprofile/libdb/ |
db_insert.c | 79 * this bucket so this loop will see first a
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dc/ |
aica.c | 169 /* Envelope setup. The first of these is the loop point, 171 is the loop end. This is the full length of the sample when 172 you are not looping, or the loop end point when you are (though 195 default (below) sets it into normal mode (play and terminate/loop).
|
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
x86p_16.asm | 33 .L1 ; short loop 143 .L1 ; short loop 251 .L1 ; short loop 369 .L1 ; short loop
|
/external/skia/src/core/ |
SkBitmap_scroll.cpp | 87 // now invert rowbytes so we copy backwards in the loop
|
SkPixelRef.cpp | 58 // do a loop in case our global wraps around, as we never want to
|
Completed in 672 milliseconds
<<11121314151617181920>>