Searched defs:repeat (Results 1 - 25 of 147) sorted by last modified time

123456

/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp1.c328 int i, repeat = 1; local
381 if (repeat) {
382 repeat = 0;
H A Dtest_dfp3.c1172 int i, repeat = 1; local
1217 if (repeat) {
1218 repeat = 0;
H A Dtest_dfp4.c492 Bool repeat = True; local
519 if (repeat) {
520 repeat = False;
552 int i, repeat = 1, BF = 4; local
588 if (repeat) {
589 repeat = 0;
H A Dtest_isa_2_06_part1.c1597 int i, condreg, repeat = 0; local
1606 if (!repeat) {
1607 repeat = 1;
1621 if (!repeat) {
1622 repeat = 1;
1693 if (repeat) {
1741 if (repeat) {
1742 repeat = 0;
H A Dtest_isa_2_06_part2.c1295 Bool repeat = False; local
1306 if (!repeat) {
1307 repeat = 1;
1321 if (!repeat) {
1324 repeat = 1;
1342 /* When repeat == True, we're on the first time through of one of the VX_FP_SMx
1354 if (repeat) {
1367 void * vec_src = repeat ? (void *)&vec_inB : (void *)&vec_out;
1375 setup_dp_fp_args(&test_group.targs[i], repeat);
1377 setup_sp_fp_args(&test_group.targs[i], repeat);
1504 int idx, i, repeat = 1; local
1603 int i, repeat = 1; local
1655 int i, repeat = 1; local
[all...]
H A Dtest_isa_2_06_part3.c1378 int i, repeat = 1; local
1412 if (repeat) {
1413 repeat = 0;
H A Dtest_isa_2_07_part2.c888 int i, repeat = 0; local
907 if (!repeat) {
908 repeat = 1;
959 if (repeat) {
1000 if (repeat) {
1001 repeat = 0;
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp1.c328 int i, repeat = 1; local
381 if (repeat) {
382 repeat = 0;
H A Dtest_dfp3.c1172 int i, repeat = 1; local
1217 if (repeat) {
1218 repeat = 0;
H A Dtest_dfp4.c492 Bool repeat = True; local
519 if (repeat) {
520 repeat = False;
552 int i, repeat = 1, BF = 4; local
588 if (repeat) {
589 repeat = 0;
H A Dtest_isa_2_06_part1.c1597 int i, condreg, repeat = 0; local
1606 if (!repeat) {
1607 repeat = 1;
1621 if (!repeat) {
1622 repeat = 1;
1693 if (repeat) {
1741 if (repeat) {
1742 repeat = 0;
H A Dtest_isa_2_06_part2.c1295 Bool repeat = False; local
1306 if (!repeat) {
1307 repeat = 1;
1321 if (!repeat) {
1324 repeat = 1;
1342 /* When repeat == True, we're on the first time through of one of the VX_FP_SMx
1354 if (repeat) {
1367 void * vec_src = repeat ? (void *)&vec_inB : (void *)&vec_out;
1375 setup_dp_fp_args(&test_group.targs[i], repeat);
1377 setup_sp_fp_args(&test_group.targs[i], repeat);
1504 int idx, i, repeat = 1; local
1603 int i, repeat = 1; local
1655 int i, repeat = 1; local
[all...]
H A Dtest_isa_2_06_part3.c1378 int i, repeat = 1; local
1412 if (repeat) {
1413 repeat = 0;
H A Dtest_isa_2_07_part2.c888 int i, repeat = 0; local
907 if (!repeat) {
908 repeat = 1;
959 if (repeat) {
1000 if (repeat) {
1001 repeat = 0;
/external/valgrind/main/perf/
H A Dtinycc.c17510 int repeat, size, val, i, j;
17513 repeat = asm_int_expr(s1);
17514 if (repeat < 0) {
17515 error("repeat < 0; .fill ignored");
17543 for(i = 0; i < repeat; i++) {
21639 // njn: renamed main() as main2() in order to repeat it multiple times.
17508 int repeat, size, val, i, j; local
/external/webp/src/dec/
H A Dvp8l.c223 int repeat = VP8LReadBits(br, extra_bits) + repeat_offset; local
224 if (symbol + repeat > num_symbols) {
229 while (repeat-- > 0) code_lengths[symbol++] = length;
/external/valgrind/main/coregrind/
H A Dvgdb.c618 int repeat; local
623 repeat = readchar (fromfd);
624 csum += repeat;
625 for (r = 0; r < repeat - 29; r ++)
/external/skia/src/animator/
H A DSkAnimateBase.h58 SkScalar repeat; member in class:SkAnimateBase
/external/skia/tests/
H A DStreamTest.cpp22 const void* src, size_t len, int repeat) {
26 for (int i = 0; i < repeat; ++i) {
21 test_loop_stream(skiatest::Reporter* reporter, SkStream* stream, const void* src, size_t len, int repeat) argument
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowVibrator.java14 private int repeat; field in class:ShadowVibrator
23 public void vibrate(long[] pattern, int repeat) { argument
26 this.repeat = repeat;
52 return repeat;
/external/qemu/android/camera/
H A Dcamera-service.c1000 int repeat; local
1072 repeat = camera_device_read_frame(cc->camera, fbs, fbs_num,
1086 while (repeat == 1 && !cc->frames_cached &&
1090 repeat = camera_device_read_frame(cc->camera, fbs, fbs_num,
1093 if (repeat == 1 && !cc->frames_cached) {
1100 } else if (repeat < 0) {
/external/qemu/include/android/
H A Dtrace_common.h60 uint32_t repeat; // repeat count (= 0 if just one occurrence) member in struct:BBRec
61 uint64_t time_diff; // diff from previous time (if repeat > 0)
73 uint32_t repeat; // repeat count member in struct:InsnRec

Completed in 851 milliseconds

123456