Home
last modified time | relevance | path

Searched refs:repeat (Results 151 - 175 of 796) sorted by relevance

12345678910>>...32

/kernel/linux/linux-6.6/tools/perf/bench/
H A Dbreakpoint.c88 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(&parallel[i], NULL, breakpoint_thread, &repeat)) in bench_breakpoint_thread()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dkfunc_call.c110 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 Dtype_cast.c18 .repeat = 1, in test_xdp()
52 .repeat = 1, in test_tc()
/third_party/skia/tests/
H A DOpChainTest.cpp20 // 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 Des3pShaderOptimizationTests.cpp67 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 Des2pShaderOptimizationTests.cpp67 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 Dtestdata.rs1 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 Ddecode.c513 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 Ddecode.c513 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 Dtest-dns.js74 '1'.repeat(3 * 4),
76 ':'.repeat(100000),
77 '['.repeat(100000),
78 '['.repeat(100000) + ']'.repeat(100000) + 'a',
H A Dtest-assert.js95 () => 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 Dtest-icu-transcode.js34 const utf8 = Buffer.from('€'.repeat(4000), 'utf8');
35 const ucs2 = Buffer.from('€'.repeat(4000), 'ucs2');
H A Dtest-url-format.js229 [`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 Dreminder_data_manager_inner.cpp159 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 Dparam_osadp.h110 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 Dhash_hugepage.c136 repeat: in __hash_page_thp()
157 goto repeat; in __hash_page_thp()
H A Dhash_4k.c82 repeat: in __hash_page_4K()
106 goto repeat; in __hash_page_4K()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dhash_hugepage.c136 repeat: in __hash_page_thp()
157 goto repeat; in __hash_page_thp()
H A Dhash_4k.c84 repeat: in __hash_page_4K()
108 goto repeat; in __hash_page_4K()
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dcrw.c69 repeat: in crw_collect_info()
133 goto repeat; in crw_collect_info()
/kernel/linux/linux-5.10/fs/erofs/
H A Dzdata.h150 repeat: in z_erofs_onlinepage_fixup()
163 goto repeat; in z_erofs_onlinepage_fixup()
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dcrw.c68 repeat: in crw_collect_info()
132 goto repeat; in crw_collect_info()
/third_party/astc-encoder/Test/
H A Dastc_test_competitive.py93 for repeat in range(0, TEST_REPEATS):
109 for repeat in range(0, TEST_REPEATS):
/third_party/libwebsockets/lib/plat/freertos/
H A Dprivate-lib-plat-freertos.h130 #define LWS_PLAT_TIMER_CREATE(name, interval, repeat, opaque, cb) \
132 repeat ? pdTRUE : 0, opaque, cb)
/third_party/node/benchmark/crypto/
H A Dcipher-stream.js43 message = 'a'.repeat(len);
47 message = 'ü'.repeat(len / 2);

Completed in 20 milliseconds

12345678910>>...32