Home
last modified time | relevance | path

Searched refs:cycles (Results 1 - 25 of 74) sorted by relevance

123

/third_party/littlefs/runners/
H A Dtest_runner.c121 const lfs_emubd_powercycles_t *cycles,
125 const lfs_emubd_powercycles_t *cycles; member
133 const lfs_emubd_powercycles_t *cycles; member
579 const lfs_emubd_powercycles_t *cycles, in perm_printid()
595 // only print power-cycles if any occured in perm_printid()
596 if (cycles) { in perm_printid()
599 leb16_print(cycles[i]); in perm_printid()
668 const lfs_emubd_powercycles_t *cycles,
673 const lfs_emubd_powercycles_t *cycles,
684 const lfs_emubd_powercycles_t *cycles, in case_forperm()
576 perm_printid( const struct test_suite *suite, const struct test_case *case_, const lfs_emubd_powercycles_t *cycles, size_t cycle_count) perm_printid() argument
679 case_forperm( const struct test_suite *suite, const struct test_case *case_, const test_define_t *defines, size_t define_count, const lfs_emubd_powercycles_t *cycles, size_t cycle_count, void (*cb)( void *data, const struct test_suite *suite, const struct test_case *case_, const test_powerloss_t *powerloss), void *data) case_forperm() argument
1324 run_powerloss_none( const lfs_emubd_powercycles_t *cycles, size_t cycle_count, const struct test_suite *suite, const struct test_case *case_) run_powerloss_none() argument
1398 run_powerloss_linear( const lfs_emubd_powercycles_t *cycles, size_t cycle_count, const struct test_suite *suite, const struct test_case *case_) run_powerloss_linear() argument
1491 run_powerloss_log( const lfs_emubd_powercycles_t *cycles, size_t cycle_count, const struct test_suite *suite, const struct test_case *case_) run_powerloss_log() argument
1584 run_powerloss_cycles( const lfs_emubd_powercycles_t *cycles, size_t cycle_count, const struct test_suite *suite, const struct test_case *case_) run_powerloss_cycles() argument
1682 lfs_emubd_powercycles_t *cycles; global() member
1711 run_powerloss_exhaustive_layer( struct powerloss_exhaustive_cycles *cycles, const struct test_suite *suite, const struct test_case *case_, struct lfs_config *cfg, struct lfs_emubd_config *bdcfg, size_t depth) run_powerloss_exhaustive_layer() argument
1774 run_powerloss_exhaustive( const lfs_emubd_powercycles_t *cycles, size_t cycle_count, const struct test_suite *suite, const struct test_case *case_) run_powerloss_exhaustive() argument
2454 lfs_emubd_powercycles_t *cycles = NULL; main() local
2491 lfs_emubd_powercycles_t *cycles = NULL; main() local
2684 lfs_emubd_powercycles_t *cycles = NULL; main() local
[all...]
/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__year_to_secs.c13 int cycles, centuries, leaps, rem; in __year_to_secs() local
16 cycles = (year-100) / 400; in __year_to_secs()
19 cycles--; in __year_to_secs()
44 leaps += 97*cycles + 24*centuries - *is_leap; in __year_to_secs()
/third_party/musl/porting/liteos_m/kernel/src/time/
H A D__year_to_secs.c13 int cycles, centuries, leaps, rem; in __year_to_secs() local
16 cycles = (year-100) / 400; in __year_to_secs()
19 cycles--; in __year_to_secs()
44 leaps += 97*cycles + 24*centuries - *is_leap; in __year_to_secs()
/third_party/musl/src/time/
H A D__year_to_secs.c13 int cycles, centuries, leaps, rem, dummy; in __year_to_secs() local
16 cycles = (year-100) / 400; in __year_to_secs()
19 cycles--; in __year_to_secs()
44 leaps += 97*cycles + 24*centuries - *is_leap; in __year_to_secs()
/third_party/musl/porting/uniproton/kernel/src/time/
H A D__year_to_secs.c13 int cycles, centuries, leaps, rem; in __year_to_secs() local
16 cycles = (year-100) / 400; in __year_to_secs()
19 cycles--; in __year_to_secs()
44 leaps += 97*cycles + 24*centuries - *is_leap; in __year_to_secs()
/third_party/node/test/parallel/
H A Dtest-fs-realpath.js107 const expected = `${tmpDir}/cycles/root.js`;
109 [entry, `../${path.basename(tmpDir)}/cycles/root.js`],
160 const expected = fixtures.path('cycles', 'root.js');
193 const expected = fixtures.path('cycles', 'folder');
225 const entry = path.join(tmpDir, '/cycles/realpath-3a');
227 [entry, '../cycles/realpath-3b'],
228 [path.join(tmpDir, '/cycles/realpath-3b'), '../cycles/realpath-3c'],
229 [path.join(tmpDir, '/cycles/realpath-3c'), '../cycles/realpat
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dper_thread_sem_test.cc112 int64_t cycles = base_internal::CycleClock::Now(); in TestTiming() local
115 cycles = base_internal::CycleClock::Now() - cycles; in TestTiming()
116 min_cycles = std::min(min_cycles, cycles); in TestTiming()
117 total_cycles += cycles; in TestTiming()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/
H A Dsha512-armv4.S21 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
27 @ Cortex A8 core and ~40 cycles per processed byte.
32 @ improvement on Coxtex A8 core and ~38 cycles per byte.
37 @ one byte in 23.3 cycles or ~60% faster than integer-only code.
42 @ terms it's 22.6 cycles per byte, which is disappointing result.
47 @ 16 cycles.
/third_party/node/tools/gyp/pylib/gyp/
H A Dinput_test.py70 cycles = self.nodes["a"].FindCycles()
71 self.assertTrue([self.nodes["a"], self.nodes["b"], self.nodes["a"]] in cycles)
72 self.assertTrue([self.nodes["b"], self.nodes["c"], self.nodes["b"]] in cycles)
73 self.assertEqual(2, len(cycles))
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput_test.py70 cycles = self.nodes["a"].FindCycles()
71 self.assertTrue([self.nodes["a"], self.nodes["b"], self.nodes["a"]] in cycles)
72 self.assertTrue([self.nodes["b"], self.nodes["c"], self.nodes["b"]] in cycles)
73 self.assertEqual(2, len(cycles))
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/
H A Dsha512-armv4.S21 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
27 @ Cortex A8 core and ~40 cycles per processed byte.
32 @ improvement on Coxtex A8 core and ~38 cycles per byte.
37 @ one byte in 23.3 cycles or ~60% faster than integer-only code.
42 @ terms it's 22.6 cycles per byte, which is disappointing result.
47 @ 16 cycles.
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c66 double cycles, in write_tsv_row()
71 fprintf(fp, "%.1f\t", cycles / MAX2(src_type.length, dst_type.length)); in write_tsv_row()
164 int64_t cycles[LP_TEST_NUM_SAMPLES]; in test_one() local
261 cycles[i] = end_counter - start_counter; in test_one()
314 sum += cycles[i]; in test_one()
315 sum2 += cycles[i]*cycles[i]; in test_one()
324 if(fabs(cycles[i] - avg) <= 4.0*std) { in test_one()
325 sum += cycles[i]; in test_one()
63 write_tsv_row(FILE *fp, struct lp_type src_type, struct lp_type dst_type, double cycles, boolean success) write_tsv_row() argument
H A Dlp_test_blend.c77 double cycles, in write_tsv_row()
82 fprintf(fp, "%.1f\t", cycles / type.length); in write_tsv_row()
446 int64_t cycles[LP_TEST_NUM_SAMPLES]; in test_one() local
510 cycles[i] = end_counter - start_counter; in test_one()
563 sum += cycles[i]; in test_one()
564 sum2 += cycles[i]*cycles[i]; in test_one()
573 if(fabs(cycles[i] - avg) <= 4.0*std) { in test_one()
574 sum += cycles[i]; in test_one()
74 write_tsv_row(FILE *fp, const struct pipe_blend_state *blend, struct lp_type type, double cycles, boolean success) write_tsv_row() argument
/third_party/mesa3d/src/mesa/math/
H A Dm_debug_norm.c196 static int test_norm_function( normal_func func, int mtype, long *cycles ) in test_norm_function()
209 (void) cycles; in test_norm_function()
285 BEGIN_RACE( *cycles ); in test_norm_function()
287 END_RACE( *cycles ); in test_norm_function()
349 printf( "counter overhead: %ld cycles\n\n", counter_overhead ); in _math_test_all_normal_transform_functions()
359 long *cycles = &benchmark_tab[mtype]; in _math_test_all_normal_transform_functions() local
361 if ( test_norm_function( func, mtype, cycles ) == 0 ) { in _math_test_all_normal_transform_functions()
H A Dm_debug_xform.c47 /* Overhead of profiling counter in cycles. Automatically adjusted to
168 int mtype, unsigned long *cycles ) in test_transform_function()
178 (void) cycles; in test_transform_function()
245 BEGIN_RACE( *cycles ); in test_transform_function()
247 END_RACE( *cycles ); in test_transform_function()
294 printf("counter overhead: %lu cycles\n\n", counter_overhead ); in _math_test_all_transform_functions()
313 unsigned long *cycles = &(benchmark_tab[psize-1][mtype]); in _math_test_all_transform_functions() local
315 if ( test_transform_function( func, psize, mtype, cycles ) == 0 ) { in _math_test_all_transform_functions()
H A Dm_debug_clip.c230 int psize, long *cycles ) in test_cliptest_function()
241 (void) cycles; in test_cliptest_function()
282 BEGIN_RACE( *cycles ); in test_cliptest_function()
284 END_RACE( *cycles ); in test_cliptest_function()
365 printf( "counter overhead: %ld cycles\n\n", counter_overhead ); in _math_test_all_cliptest_functions()
384 long *cycles = &(benchmark_tab[np][psize-1]); in _math_test_all_cliptest_functions() local
386 if ( test_cliptest_function( func, np, psize, cycles ) == 0 ) { in _math_test_all_cliptest_functions()
/third_party/benchmark/src/
H A Dcycleclock.h17 // serializing. So if you're trying to count at cycles granularity, your
61 // This should return the number of cycles since power-on. Thread-safe.
208 uint64_t cycles; in Now()
209 asm volatile("rdcycle %0" : "=r"(cycles)); in Now()
210 return cycles; in Now()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/
H A Daes-armv4.S24 @ is endian-neutral. The performance is ~42 cycles/byte for 128-bit
34 @ Cortex A8 core and ~25 cycles per byte processed with 128-bit key.
39 @ improvement on Cortex A8 core and ~21.5 cycles per byte.
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/
H A Daes-armv4.S24 @ is endian-neutral. The performance is ~42 cycles/byte for 128-bit
34 @ Cortex A8 core and ~25 cycles per byte processed with 128-bit key.
39 @ improvement on Cortex A8 core and ~21.5 cycles per byte.
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DSwiftConfig.cpp472 int texTime = (int)(1000 * profiler.cycles[PERF_TEX] / profiler.cycles[PERF_PIXEL] + 0.5); in profile()
473 int shaderTime = (int)(1000 * profiler.cycles[PERF_SHADER] / profiler.cycles[PERF_PIXEL] + 0.5); in profile()
474 int pipeTime = (int)(1000 * profiler.cycles[PERF_PIPE] / profiler.cycles[PERF_PIXEL] + 0.5); in profile()
475 int ropTime = (int)(1000 * profiler.cycles[PERF_ROP] / profiler.cycles[PERF_PIXEL] + 0.5); in profile()
476 int interpTime = (int)(1000 * profiler.cycles[PERF_INTERP] / profiler.cycles[PERF_PIXE in profile()
[all...]
/third_party/node/deps/v8/tools/
H A Drun-perf.sh16 EVENT_TYPE=${EVENT_TYPE:=cycles:u}
25 Sampling event is cycles in user space, call graphs are recorded.
/third_party/python/Modules/
H A Ditertoolsmodule.c3222 cycles = list(range(n, n-r, -1))
3226 cycles[i] -= 1
3227 if cycles[i] == 0:
3229 cycles[i] = n - i
3231 j = cycles[i]
3243 Py_ssize_t *cycles; /* one rollover counter per element in the result */ member
3269 Py_ssize_t *cycles = NULL; in itertools_permutations_impl() local
3293 cycles = PyMem_New(Py_ssize_t, r); in itertools_permutations_impl()
3294 if (indices == NULL || cycles == NULL) { in itertools_permutations_impl()
3302 cycles[ in itertools_permutations_impl()
3364 Py_ssize_t *cycles = po->cycles; permutations_next() local
3456 PyObject *indices=NULL, *cycles=NULL; permutations_reduce() local
3493 PyObject *indices, *cycles, *result; permutations_setstate() local
[all...]
/third_party/node/test/sequential/
H A Dtest-module-loading.js135 console.error('test cycles containing a .. path');
136 const root = require('../fixtures/cycles/root');
137 const foo = require('../fixtures/cycles/folder/foo');
303 'fixtures/cycles/root.js': {
304 'fixtures/cycles/folder/foo.js': {}
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dspinlock_test_common.cc141 // These bits are dropped when wait cycles are encoded. in TEST()
153 int64_t cycles = cycle_distribution(generator); in TEST() local
154 int64_t end_time = start_time + cycles; in TEST()
159 EXPECT_EQ(cycles & ~kProfileTimestampMask, decoded); in TEST()
/third_party/pulseaudio/speex/tmv/
H A Dprofile_tm.h36 * @remarks This file provide some capabilities to measure clock cycles.
46 __profile_begin = cycles(); \
51 __profile_end = cycles(); \

Completed in 26 milliseconds

123