/kernel/linux/linux-6.6/tools/testing/ktest/ |
H A D | ktest.pl | 1024 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 D | nand_hynix.c | 146 * @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 D | pmic8xxx-keypad.c | 504 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 D | nand_hynix.c | 146 * @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 D | pmic8xxx-keypad.c | 504 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 D | unity_fixture_Test.c | 227 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 D | test-timer.c | 118 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 D | dng_image.cpp | 274 // 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 D | transaction.c | 376 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 D | transaction.c | 382 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 D | custrtst.c | 1134 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 D | img-ir-sanyo.c | 26 /* 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 D | adp5589.h | 152 bool repeat; /* Enable key repeat */ member
|
/kernel/linux/linux-6.6/drivers/media/rc/img-ir/ |
H A D | img-ir-sanyo.c | 26 /* 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 D | adp5589.h | 152 bool repeat; /* Enable key repeat */ member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | dynptr.c | 76 .repeat = 1, in verify_success()
|
H A D | raw_tp_writable_test_run.c | 62 .repeat = 1, in serial_test_raw_tp_writable_test_run()
|
H A D | xdp.c | 22 .repeat = 1, in test_xdp()
|
/third_party/node/test/parallel/ |
H A D | test-http-full-response.js | 31 const body = 'c'.repeat(bodyLength);
|
H A D | test-tls-streamwrap-buffersize.js | 43 assert.strictEqual(str, 'a'.repeat(iter - 1));
|
/third_party/node/test/async-hooks/ |
H A D | test-writewrap.js | 73 this.write('f'.repeat(1280000), () => {
|
/third_party/node/benchmark/fixtures/ |
H A D | simple-https-server.js | 30 storedBytes[n] = 'C'.repeat(n);
|
/third_party/node/benchmark/http/ |
H A D | _chunky_http_client.js | 20 headers.push('o'.repeat(i));
|
/third_party/rust/crates/nom/examples/ |
H A D | iterator.rs | 44 std::iter::repeat(parser) in main()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_queue.c | 273 repeat: in nf_iterate() 279 goto repeat; in nf_iterate()
|