/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | breakpoint.c | 88 int *repeat = (int *)arg; in breakpoint_thread() local 95 while (__atomic_fetch_sub(repeat, 1, __ATOMIC_RELAXED) > 0) { in breakpoint_thread() 115 int repeat = bench_repeat; in bench_breakpoint_thread() local 142 if (pthread_create(¶llel[i], NULL, breakpoint_thread, &repeat)) in bench_breakpoint_thread()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | kfunc_call.c | 110 topts.repeat = 1; in verify_success() 176 topts.repeat = 1; in verify_fail() 239 .repeat = 1, in test_subprog() 263 .repeat = 1, in test_subprog_lskel()
|
H A D | type_cast.c | 18 .repeat = 1, in test_xdp() 52 .repeat = 1, in test_tc()
|
/third_party/skia/tests/ |
H A D | OpChainTest.cpp | 20 // kNumOpPositions starting positions x kRanges canonical ranges. We repeat each range kNumRepeats 205 bool repeat = false; in DEF_GPUTEST() local 210 for (int i = 0; i < kNumOps - 2 && !repeat; ++i) { in DEF_GPUTEST() 250 #if 0 // Useful to repeat a random configuration that fails the test while debugger attached. in DEF_GPUTEST() 252 repeat = true; in DEF_GPUTEST() 255 (void)repeat; in DEF_GPUTEST()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderOptimizationTests.cpp | 67 static inline string repeat (const string& str, int numRepeats, const string& delim = "") in repeat() function 581 " value = " + repeat("d", numTopLevelRepeats, "+") + ";\n" in singleStatementCaseStatements() 583 : " value = " + repeat("fract(sin(value) + cos(sin(value))) + sqrt(sin(value) + exp(cos(sin(value))))", numTopLevelRepeats, "\n\t + ") + ";\n"; in singleStatementCaseStatements() 595 + repeat("\tvalue += a*b;\n", numTopLevelRepeats) in multipleStatementsCaseStatements() 618 + repeat(" value += a*b;\n", numTopLevelRepeats); in staticBranchCaseStatements() 789 + repeat(" unused = sin(sin(sin(sin(unused))));\n", numSinRows) + in unusedValueBasicCaseStatements() 821 + repeat(" unused = sin(sin(sin(sin(unused))));\n", numSinRows) + in unusedValueAfterReturnCaseFuncDefs() 842 + repeat(" unused = sin(sin(sin(sin(unused))));\n", numSinRows) + in unusedValueDeadBranchCaseStatements() 857 + repeat(" unused = sin(sin(sin(sin(unused))));\n", numSinRows) + in unusedValueMulZeroCaseStatements()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderOptimizationTests.cpp | 67 static inline string repeat (const string& str, int numRepeats, const string& delim = "") in repeat() function 570 " value = " + repeat("d", numTopLevelRepeats, "+") + ";\n" in singleStatementCaseStatements() 572 : " value = " + repeat("fract(sin(value) + cos(sin(value))) + sqrt(sin(value) + exp(cos(sin(value))))", numTopLevelRepeats, "\n\t + ") + ";\n"; in singleStatementCaseStatements() 584 + repeat("\tvalue += a*b;\n", numTopLevelRepeats) in multipleStatementsCaseStatements() 607 + repeat(" value += a*b;\n", numTopLevelRepeats); in staticBranchCaseStatements() 778 + repeat(" unused = sin(sin(sin(sin(unused))));\n", numSinRows) + in unusedValueBasicCaseStatements() 810 + repeat(" unused = sin(sin(sin(sin(unused))));\n", numSinRows) + in unusedValueAfterReturnCaseFuncDefs() 831 + repeat(" unused = sin(sin(sin(sin(unused))));\n", numSinRows) + in unusedValueDeadBranchCaseStatements() 846 + repeat(" unused = sin(sin(sin(sin(unused))));\n", numSinRows) + in unusedValueMulZeroCaseStatements()
|
/third_party/rust/crates/memchr/src/tests/memchr/ |
H A D | testdata.rs | 1 use std::iter::repeat; 289 let mut new_corpus: String = repeat('%').take(i).collect(); in expand() 298 let padding: String = repeat('%').take(i).collect(); in expand()
|
/third_party/node/deps/brotli/c/dec/ |
H A D | decode.c | 513 A) reset the repeat variable 519 uint32_t* symbol, uint32_t* repeat, uint32_t* space, in ProcessSingleCodeLength() 522 *repeat = 0; in ProcessSingleCodeLength() 536 A) Check if it is the extension of previous repeat sequence; if the decoded 539 B) Update repeat variable 547 uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, in ProcessRepeatedCodeLength() 558 *repeat = 0; in ProcessRepeatedCodeLength() 561 old_repeat = *repeat; in ProcessRepeatedCodeLength() 562 if (*repeat > 0) { in ProcessRepeatedCodeLength() 563 *repeat in ProcessRepeatedCodeLength() 518 ProcessSingleCodeLength(uint32_t code_len, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessSingleCodeLength() argument 545 ProcessRepeatedCodeLength(uint32_t code_len, uint32_t repeat_delta, uint32_t alphabet_size, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint32_t* repeat_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessRepeatedCodeLength() argument 598 uint32_t repeat = h->repeat; ReadSymbolCodeLengths() local [all...] |
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | decode.c | 513 A) reset the repeat variable 519 uint32_t* symbol, uint32_t* repeat, uint32_t* space, in ProcessSingleCodeLength() 522 *repeat = 0; in ProcessSingleCodeLength() 536 A) Check if it is the extension of previous repeat sequence; if the decoded 539 B) Update repeat variable 547 uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, in ProcessRepeatedCodeLength() 558 *repeat = 0; in ProcessRepeatedCodeLength() 561 old_repeat = *repeat; in ProcessRepeatedCodeLength() 562 if (*repeat > 0) { in ProcessRepeatedCodeLength() 563 *repeat in ProcessRepeatedCodeLength() 518 ProcessSingleCodeLength(uint32_t code_len, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessSingleCodeLength() argument 545 ProcessRepeatedCodeLength(uint32_t code_len, uint32_t repeat_delta, uint32_t alphabet_size, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint32_t* repeat_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessRepeatedCodeLength() argument 598 uint32_t repeat = h->repeat; ReadSymbolCodeLengths() local [all...] |
/third_party/node/test/parallel/ |
H A D | test-dns.js | 74 '1'.repeat(3 * 4), 76 ':'.repeat(100000), 77 '['.repeat(100000), 78 '['.repeat(100000) + ']'.repeat(100000) + 'a',
|
H A D | test-assert.js | 95 () => a.notStrictEqual('a '.repeat(30), 'a '.repeat(30)), 98 `'${'a '.repeat(30)}'`, 450 assert.strictEqual('A'.repeat(1000), ''); 455 `+ '${'A'.repeat(1000)}'\n- ''`); 457 assert.ok(inspect(err).includes(`actual: '${'A'.repeat(488)}...'`)); 463 const multilineString = 'fhqwhgads\n'.repeat(15); 472 " 'fhqwhgads\\n' +\n".repeat(9) + 678 '+ 1,\n'.repeat(25) + 680 '- 2,\n'.repeat(2 [all...] |
H A D | test-icu-transcode.js | 34 const utf8 = Buffer.from('€'.repeat(4000), 'utf8'); 35 const ucs2 = Buffer.from('€'.repeat(4000), 'ucs2');
|
H A D | test-url-format.js | 229 [`http://${'a'.repeat(255)}.com/node`]: { 240 [`http://www.${'z'.repeat(63)}example.com/node`]: { 241 href: `http://www.${'z'.repeat(63)}example.com/node`, 244 host: `www.${'z'.repeat(63)}example.com`, 245 hostname: `www.${'z'.repeat(63)}example.com`,
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_data_manager_inner.cpp | 159 int32_t repeat = static_cast<int32_t>(reminder->IsRepeat()); in ReportSysEvent() local 163 "UID", uid, "NAME", bundleName, "TYPE", type, "REPEAT", repeat, "TRIGGER_TIME", triggerTime, in ReportSysEvent()
|
/base/startup/init/services/param/include/ |
H A D | param_osadp.h | 110 uint64_t repeat;
member 122 int ParamTimerStart(const ParamTaskPtr timer, uint64_t timeout, uint64_t repeat);
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | hash_hugepage.c | 136 repeat: in __hash_page_thp() 157 goto repeat; in __hash_page_thp()
|
H A D | hash_4k.c | 82 repeat: in __hash_page_4K() 106 goto repeat; in __hash_page_4K()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_hugepage.c | 136 repeat: in __hash_page_thp() 157 goto repeat; in __hash_page_thp()
|
H A D | hash_4k.c | 84 repeat: in __hash_page_4K() 108 goto repeat; in __hash_page_4K()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | crw.c | 69 repeat: in crw_collect_info() 133 goto repeat; in crw_collect_info()
|
/kernel/linux/linux-5.10/fs/erofs/ |
H A D | zdata.h | 150 repeat: in z_erofs_onlinepage_fixup() 163 goto repeat; in z_erofs_onlinepage_fixup()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | crw.c | 68 repeat: in crw_collect_info() 132 goto repeat; in crw_collect_info()
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_competitive.py | 93 for repeat in range(0, TEST_REPEATS): 109 for repeat in range(0, TEST_REPEATS):
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | private-lib-plat-freertos.h | 130 #define LWS_PLAT_TIMER_CREATE(name, interval, repeat, opaque, cb) \ 132 repeat ? pdTRUE : 0, opaque, cb)
|
/third_party/node/benchmark/crypto/ |
H A D | cipher-stream.js | 43 message = 'a'.repeat(len); 47 message = 'ü'.repeat(len / 2);
|