Home
last modified time | relevance | path

Searched refs:repeat (Results 276 - 300 of 757) sorted by relevance

1...<<11121314151617181920>>...31

/kernel/linux/linux-6.6/tools/testing/ktest/
H A Dktest.pl1024 my $repeat = 1;
1057 $old_repeat = $repeat;
1059 $test_num += $repeat;
1061 $repeat = 1;
1102 $repeat = $1;
1103 $repeat_tests{"$test_num"} = $repeat;
1119 $repeat = $old_repeat;
1220 if ($repeat > 1) {
1221 $repeats{$val} = $repeat;
1246 $test_num += $repeat
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnand_hynix.c146 * @repeat: the size of the in array
153 * It's based on a pretty simple assumption: if we repeat the same value
159 static int hynix_get_majority(const u8 *in, int repeat, u8 *out) in hynix_get_majority() argument
161 int i, j, half = repeat / 2; in hynix_get_majority()
165 * that the value is at least occurring repeat / 2 times. in hynix_get_majority()
176 for (j = i + 1; j < repeat; j++) { in hynix_get_majority()
181 /* We found a value occurring more than repeat / 2. */ in hynix_get_majority()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dpmic8xxx-keypad.c504 bool repeat; in pmic8xxx_kp_probe() local
520 repeat = !of_property_read_bool(np, "linux,input-no-autorepeat"); in pmic8xxx_kp_probe()
573 if (repeat) in pmic8xxx_kp_probe()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dnand_hynix.c146 * @repeat: the size of the in array
153 * It's based on a pretty simple assumption: if we repeat the same value
159 static int hynix_get_majority(const u8 *in, int repeat, u8 *out) in hynix_get_majority() argument
161 int i, j, half = repeat / 2; in hynix_get_majority()
165 * that the value is at least occurring repeat / 2 times. in hynix_get_majority()
176 for (j = i + 1; j < repeat; j++) { in hynix_get_majority()
181 /* We found a value occurring more than repeat / 2. */ in hynix_get_majority()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dpmic8xxx-keypad.c504 bool repeat; in pmic8xxx_kp_probe() local
520 repeat = !of_property_read_bool(np, "linux,input-no-autorepeat"); in pmic8xxx_kp_probe()
573 if (repeat) in pmic8xxx_kp_probe()
/third_party/cJSON/tests/unity/extras/fixture/test/
H A Dunity_fixture_Test.c227 static const char* repeat[] = { variable
234 TEST_ASSERT_EQUAL(0, UnityGetCommandLineOptions(2, repeat)); in TEST()
240 TEST_ASSERT_EQUAL(0, UnityGetCommandLineOptions(3, repeat)); in TEST()
/third_party/libuv/test/
H A Dtest-timer.c118 uv_timer_t repeat, never; in TEST_IMPL() local
135 r = uv_timer_init(uv_default_loop(), &repeat); in TEST_IMPL()
137 r = uv_timer_start(&repeat, repeat_cb, 100, 100); in TEST_IMPL()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image.cpp274 // buffer, we can just repeat that. in GetRepeat()
291 dng_point repeat = srcArea.Size (); in GetRepeat() local
305 int32 splitV = newArea.t + repeat.v - phase.v; in GetRepeat()
306 int32 splitH = newArea.l + repeat.h - phase.h; in GetRepeat()
/kernel/linux/linux-5.10/fs/jbd2/
H A Dtransaction.c376 repeat: in start_this_handle()
395 goto repeat; in start_this_handle()
409 goto repeat; in start_this_handle()
417 goto repeat; in start_this_handle()
428 goto repeat; in start_this_handle()
959 repeat: in do_get_write_access()
1090 goto repeat; in do_get_write_access()
1112 goto repeat; in do_get_write_access()
1372 repeat: in jbd2_journal_get_undo_access()
1384 goto repeat; in jbd2_journal_get_undo_access()
[all...]
/kernel/linux/linux-6.6/fs/jbd2/
H A Dtransaction.c382 repeat: in start_this_handle()
401 goto repeat; in start_this_handle()
415 goto repeat; in start_this_handle()
428 goto repeat; in start_this_handle()
440 goto repeat; in start_this_handle()
981 repeat: in do_get_write_access()
1112 goto repeat; in do_get_write_access()
1134 goto repeat; in do_get_write_access()
1394 repeat: in jbd2_journal_get_undo_access()
1406 goto repeat; in jbd2_journal_get_undo_access()
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c1134 const int32_t repeat = 20000; in TestUnescapeRepeatedSurrogateLead20725() local
1135 const int32_t srclen = repeat * 6 + 1; in TestUnescapeRepeatedSurrogateLead20725()
1137 UChar *dest = (UChar*) malloc(sizeof(UChar) * (repeat + 1)); in TestUnescapeRepeatedSurrogateLead20725()
1141 for (int32_t i = 0; i < repeat; i++) { in TestUnescapeRepeatedSurrogateLead20725()
1144 int32_t len = u_unescape(src, dest, repeat); in TestUnescapeRepeatedSurrogateLead20725()
1145 if (len != repeat) { in TestUnescapeRepeatedSurrogateLead20725()
1148 for (int32_t i = 0; i < repeat; i++) { in TestUnescapeRepeatedSurrogateLead20725()
1156 u_unescape("\\ud841\\x5A", dest, repeat); in TestUnescapeRepeatedSurrogateLead20725()
1162 u_unescape("\\ud841\\U00050005", dest, repeat); in TestUnescapeRepeatedSurrogateLead20725()
1171 u_unescape("\\ud841\\xXX", dest, repeat); in TestUnescapeRepeatedSurrogateLead20725()
[all...]
/kernel/linux/linux-5.10/drivers/media/rc/img-ir/
H A Dimg-ir-sanyo.c26 /* a repeat code has no data */ in img_ir_sanyo_scancode()
109 /* repeat codes */
110 .repeat = 108, /* 108 ms */
118 .minlen = 0, /* repeat code has no data */
/kernel/linux/linux-5.10/include/linux/input/
H A Dadp5589.h152 bool repeat; /* Enable key repeat */ member
/kernel/linux/linux-6.6/drivers/media/rc/img-ir/
H A Dimg-ir-sanyo.c26 /* a repeat code has no data */ in img_ir_sanyo_scancode()
109 /* repeat codes */
110 .repeat = 108, /* 108 ms */
118 .minlen = 0, /* repeat code has no data */
/kernel/linux/linux-6.6/include/linux/input/
H A Dadp5589.h152 bool repeat; /* Enable key repeat */ member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Ddynptr.c76 .repeat = 1, in verify_success()
H A Draw_tp_writable_test_run.c62 .repeat = 1, in serial_test_raw_tp_writable_test_run()
H A Dxdp.c22 .repeat = 1, in test_xdp()
/third_party/node/test/parallel/
H A Dtest-http-full-response.js31 const body = 'c'.repeat(bodyLength);
H A Dtest-tls-streamwrap-buffersize.js43 assert.strictEqual(str, 'a'.repeat(iter - 1));
/third_party/node/test/async-hooks/
H A Dtest-writewrap.js73 this.write('f'.repeat(1280000), () => {
/third_party/node/benchmark/fixtures/
H A Dsimple-https-server.js30 storedBytes[n] = 'C'.repeat(n);
/third_party/node/benchmark/http/
H A D_chunky_http_client.js20 headers.push('o'.repeat(i));
/third_party/rust/crates/nom/examples/
H A Diterator.rs44 std::iter::repeat(parser) in main()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_queue.c273 repeat: in nf_iterate()
279 goto repeat; in nf_iterate()

Completed in 24 milliseconds

1...<<11121314151617181920>>...31