Searched refs:loop (Results 1 - 25 of 1427) sorted by last modified time

1234567891011>>

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DDecodeThread.java76 Looper.loop();
/external/yaffs2/yaffs2/
H A Dyaffs_qsort.c85 loop: SWAPINIT(a, es);
153 goto loop;
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm210 ;;; entering the main loop.
313 ;;; Jump into the main loop.
370 ;;; Here is the inner loop of the function. The function will spend the
371 ;;; majority of its time in this loop, and majority of that time will
374 ;;; Within this loop:
422 ;;; starting the compare loop. So what this code does is skip over 0-3
426 ;;; It should be confessed that this loop usually does not represent
480 ;;; have so far, then forget it and return to the lookup loop.
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm212 ;;; entering the main loop.
297 ;;; Jump into the main loop.
312 ;;; Here is the inner loop of the function. The function will spend the
313 ;;; majority of its time in this loop, and majority of that time will
316 ;;; Within this loop:
361 ;;; starting the compare loop. So what this code does is skip over 0-3
365 ;;; It should be confessed that this loop usually does not represent
398 ;;; have so far, then forget it and return to the lookup loop.
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_armv7.S11 @ Contains a function for the core loop in the normalized lattice AR
22 @ r4: out loop counter
24 @ r9: inner loop counter
43 sub r4, #1 @ Outer loop counter = HALF_SUBFRAMELEN - 1
47 ldr r9, [sp, #32] @ Restore the inner loop counter to order_coef
H A Dlattice_neon.S13 @ Contains a function for the core loop in the normalized lattice MA
53 @ Number of loop iterations after unrolling: r5 = (HALF_SUBFRAMELEN - 1) >> 2
54 @ Leftover samples after the loop, in r6:
61 @ First r5 iterations in a loop.
H A Dlpc_masking_model_neon.S108 @ Last sample in the inner loop.
H A Dpitch_filter_armv6.S11 @ Contains the core loop routine for the pitch filter function in iSAC,
62 @ Usage of registers in the loop:
63 @ r0: loop counter
74 @ The pitch filter loop here is unrolled with 9 multipications.
99 @ The memmove() and the low pass filter loop are unrolled and mixed.
/external/webrtc/src/system_wrappers/interface/
H A Dfile_wrapper.h38 bool loop = false,
73 // called with |loop| == true or |readOnly| == true.
/external/webrtc/src/system_wrappers/source/
H A Dfile_impl.cc118 bool loop, bool text)
183 _looping = loop;
117 OpenFile(const char *fileNameUTF8, bool readOnly, bool loop, bool text) argument
H A Dfile_impl.h33 bool loop = false,
/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c73 * // The main test loop:
91 * // finally, loop over all instn tests for this test:
124 * In a loop test, we may see:
126 * for imm... // loop over imm
136 * So in the loop test, if 'imm' is currently 9, and p[0] is:
7459 test_loop_t *loop; local
7497 /* Select the test loop */
7500 loop = &int_loops[nb_args - 1];
7503 loop = &misc_loops[0];
7507 loop
[all...]
H A Dtest_isa_2_07_part1.c56 * // The main test loop:
74 * // finally, loop over all instn tests for this test:
1745 test_loop_t *loop; local
1791 loop = NULL;
1793 /* Select the test loop */
1797 loop = &int_loops[nb_args - 1];
1801 loop = &float_loops[nb_args - 1];
1806 loop = &altivec_loops[ALTV_DINT];
1808 loop = &altivec_loops[ALTV_DINT_THREE_ARGS];
1813 loop
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c73 * // The main test loop:
91 * // finally, loop over all instn tests for this test:
124 * In a loop test, we may see:
126 * for imm... // loop over imm
136 * So in the loop test, if 'imm' is currently 9, and p[0] is:
7459 test_loop_t *loop; local
7497 /* Select the test loop */
7500 loop = &int_loops[nb_args - 1];
7503 loop = &misc_loops[0];
7507 loop
[all...]
H A Dtest_isa_2_07_part1.c56 * // The main test loop:
74 * // finally, loop over all instn tests for this test:
1745 test_loop_t *loop; local
1791 loop = NULL;
1793 /* Select the test loop */
1797 loop = &int_loops[nb_args - 1];
1801 loop = &float_loops[nb_args - 1];
1806 loop = &altivec_loops[ALTV_DINT];
1808 loop = &altivec_loops[ALTV_DINT_THREE_ARGS];
1813 loop
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dop_exception.stdout.exp1 0x00000000 does not loop
2 0xffffffff does not loop
/external/valgrind/main/perf/
H A Dtinycc.c3345 DEF_ASM_OP1(loop, 0xe2, 0, OPC_SHORTJMP, OPT_ADDR)
3802 DEF_ASM_OP1(loop, 0xe2, 0, OPC_SHORTJMP, OPT_ADDR)
4677 DEF_ASM_OP1(loop, 0xe2, 0, OPC_SHORTJMP, OPT_ADDR)
5134 DEF_ASM_OP1(loop, 0xe2, 0, OPC_SHORTJMP, OPT_ADDR)
7703 /* fast skip loop */
15384 DEF_ASM_OP1(loop, 0xe2, 0, OPC_SHORTJMP, OPT_ADDR)
15846 DEF_ASM_OP1(loop, 0xe2, 0, OPC_SHORTJMP, OPT_ADDR)
/external/vixl/examples/
H A Dfactorial.cc37 Label loop, end; local
44 __ Bind(&loop);
47 __ Cbnz(x1, &loop);
H A Dsum-array.cc39 Label loop, end; local
48 __ Bind(&loop);
54 __ Cbnz(w1, &loop);
/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c4344 test_loop_t *loop; local
4379 /* Select the test loop */
4382 loop = &int_loops[nb_args - 1];
4386 loop = &float_loops[nb_args - 1];
4397 loop = &tmpl;
4407 loop = &altivec_int_loops[nb_args - 1];
4422 loop = &altivec_float_loops[nb_args - 1];
4443 (*loop)(tests[j].name, tests[j].func);
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S98 loop output_loop # repeat until k>j
394 jne find_loop # ! if not, loop
438 jne strcat # ! if not loop
541 loop write_out # loop till done
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S309 bne strcat @ if not loop
389 bne div_by_10 @ if Q not zero, loop
416 ble divide_loop @ if not, loop
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dmillion.S12 bne 0,test_loop # loop until zero
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S90 loop output_loop # repeat until k>j
392 jne find_loop # if not, loop
438 jne strcat # if not loop
541 loop write_out # loop till done
/external/valgrind/main/memcheck/tests/
H A Dsbfragment.c45 int loop; local
47 // two optional arguments: [nr of loop] [debug]
49 loop = atoi(argv[1]);
51 loop = 3000;
64 for (i = 0; i < loop; i++)
77 printf ("after %d loops, last size block requested %lu\n", loop, bigsize);

Completed in 5628 milliseconds

1234567891011>>