Home
last modified time | relevance | path

Searched refs:cycle_start (Results 1 – 25 of 109) sorted by relevance

12345

/dports/emulators/tiemu3/tiemu-3.03/src/core/ti_hw/
H A Dgscales.c67 int cycle_start = 0, cycle_end; // cycle = [cycle_start, cycle_end[ (semi-open interval) in process_address() local
237 cycle_start = 0; in process_address()
242 cycle_start = lcd_first_apparition[0]; in process_address()
244 cycle_start = lcd_first_apparition[1]; in process_address()
246 cycle_start = lcd_first_apparition[2]; in process_address()
252 for(i = cycle_start; i < cycle_end; i++) in process_address()
260 for(i = cycle_start; i < cycle_end; i++) in process_address()
268 for(i = cycle_start; i < cycle_end; i++) in process_address()
373 for (i=cycle_start; i<cycle_end; i++) in process_address()
376 for (i=cycle_start; i<cycle_end; i++) in process_address()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dsort.h50 for (auto cycle_start = sorted.begin(); cycle_start != sorted.end(); in Permute() local
51 cycle_start = std::find(cycle_start, sorted.end(), false)) { in Permute()
55 auto sort_into = static_cast<int64_t>(cycle_start - sorted.begin()); in Permute()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dsort.h50 for (auto cycle_start = sorted.begin(); cycle_start != sorted.end(); in Permute() local
51 cycle_start = std::find(cycle_start, sorted.end(), false)) { in Permute()
55 auto sort_into = static_cast<int64_t>(cycle_start - sorted.begin()); in Permute()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dsort.h50 for (auto cycle_start = sorted.begin(); cycle_start != sorted.end(); in Permute() local
51 cycle_start = std::find(cycle_start, sorted.end(), false)) { in Permute()
55 auto sort_into = static_cast<int64_t>(cycle_start - sorted.begin()); in Permute()
/dports/emulators/libretro-vice/vice-libretro-5725415/deps/nibtools/
H A Dgcr.c487 nib_track = *cycle_start; in find_track_cycle_headers()
518 *cycle_start = start_pos; in find_track_cycle_headers()
526 *cycle_start = nib_track; in find_track_cycle_headers()
541 nib_track = *cycle_start; in find_track_cycle_syncs()
572 *cycle_start = start_pos; in find_track_cycle_syncs()
580 *cycle_start = nib_track; in find_track_cycle_syncs()
594 nib_track = *cycle_start; in find_track_cycle_raw()
615 *cycle_start = p1; in find_track_cycle_raw()
623 *cycle_start = nib_track; in find_track_cycle_raw()
832 cycle_start = source; in extract_GCR_track()
[all …]
H A Dgcr.h149 size_t find_track_cycle_headers(BYTE ** cycle_start, BYTE ** cycle_stop, size_t cap_min, size_t cap…
150 size_t find_track_cycle_syncs(BYTE ** cycle_start, BYTE ** cycle_stop, size_t cap_min, size_t cap_m…
151 size_t find_track_cycle_raw(BYTE ** cycle_start, BYTE ** cycle_stop, size_t cap_min, size_t cap_max…
/dports/sysutils/hourglass/hourglass-1.0.1b/src/
H A Dutils.c70 cycle_time cycle_start, cycle_stop, cycle_diff; in find_mhz() local
82 cycle_start = rdtsc (); in find_mhz()
103 cycle_diff = cycle_stop - cycle_start; in find_mhz()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/bench/
H A Dmem-functions.c240 u64 cycle_start = 0ULL, cycle_end = 0ULL; in do_memcpy_cycles() local
246 cycle_start = get_cycles(); in do_memcpy_cycles()
251 return cycle_end - cycle_start; in do_memcpy_cycles()
306 u64 cycle_start = 0ULL, cycle_end = 0ULL; in do_memset_cycles() local
316 cycle_start = get_cycles(); in do_memset_cycles()
321 return cycle_end - cycle_start; in do_memset_cycles()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/bench/
H A Dmem-functions.c240 u64 cycle_start = 0ULL, cycle_end = 0ULL; in do_memcpy_cycles() local
246 cycle_start = get_cycles(); in do_memcpy_cycles()
251 return cycle_end - cycle_start; in do_memcpy_cycles()
306 u64 cycle_start = 0ULL, cycle_end = 0ULL; in do_memset_cycles() local
316 cycle_start = get_cycles(); in do_memset_cycles()
321 return cycle_end - cycle_start; in do_memset_cycles()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/bench/
H A Dmem-functions.c240 u64 cycle_start = 0ULL, cycle_end = 0ULL; in do_memcpy_cycles() local
246 cycle_start = get_cycles(); in do_memcpy_cycles()
251 return cycle_end - cycle_start; in do_memcpy_cycles()
306 u64 cycle_start = 0ULL, cycle_end = 0ULL; in do_memset_cycles() local
316 cycle_start = get_cycles(); in do_memset_cycles()
321 return cycle_end - cycle_start; in do_memset_cycles()
/dports/net-mgmt/nfsen/nfsen-1.3.8/bin/
H A Dnfsend652 my $cycle_start = time();
653 $lastcycle = $cycle_start - ( $cycle_start % $NfConf::CYCLETIME );
688 my $cycle_start = time();
703 if ( ($cycle_end - $cycle_start) < $NfConf::sim{'cycletime'} ) {
704 my $sleeptime = $cycle_start + $NfConf::sim{'cycletime'} - $cycle_end;
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession_click.cc68 Session::click (samplepos_t cycle_start, samplecnt_t nframes) in click() argument
84 const samplecnt_t click_distance = cycle_start + offset - _clicks_cleared; in click()
96 samplepos_t start = cycle_start + offset; in click()
153 run_click (cycle_start, nframes); in click()
H A Daudio_port.cc63 AudioPort::cycle_start (pframes_t nframes) in cycle_start() function in AudioPort
66 Port::cycle_start (nframes); in cycle_start()
/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A Dpermutation.h191 const IndexType cycle_start = current; in Apply() local
207 DCHECK_EQ(cycle_start, current); in Apply()
/dports/devel/boost-docs/boost_1_72_0/boost/graph/detail/
H A Dpermutation.hpp51 D i = 0, pi, n = last - first, cycle_start; in permute_helper() local
56 cycle_start = i; in permute_helper()
63 } while (i != cycle_start); in permute_helper()
/dports/devel/hyperscan/boost_1_75_0/boost/graph/detail/
H A Dpermutation.hpp55 D i = 0, pi, n = last - first, cycle_start; in permute_helper() local
61 cycle_start = i; in permute_helper()
69 } while (i != cycle_start); in permute_helper()
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/detail/
H A Dpermutation.hpp55 D i = 0, pi, n = last - first, cycle_start; in permute_helper() local
61 cycle_start = i; in permute_helper()
69 } while (i != cycle_start); in permute_helper()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/detail/
H A Dpermutation.hpp51 D i = 0, pi, n = last - first, cycle_start; in permute_helper() local
56 cycle_start = i; in permute_helper()
63 } while (i != cycle_start); in permute_helper()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/detail/
H A Dpermutation.hpp51 D i = 0, pi, n = last - first, cycle_start; in permute_helper() local
56 cycle_start = i; in permute_helper()
63 } while (i != cycle_start); in permute_helper()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/detail/
H A Dpermutation.hpp55 D i = 0, pi, n = last - first, cycle_start; in permute_helper() local
61 cycle_start = i; in permute_helper()
69 } while (i != cycle_start); in permute_helper()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/graph/detail/
H A Dpermutation.hpp55 D i = 0, pi, n = last - first, cycle_start; in permute_helper() local
61 cycle_start = i; in permute_helper()
69 } while (i != cycle_start); in permute_helper()
/dports/databases/percona57-server/boost_1_59_0/boost/graph/detail/
H A Dpermutation.hpp51 D i = 0, pi, n = last - first, cycle_start; in permute_helper() local
56 cycle_start = i; in permute_helper()
63 } while (i != cycle_start); in permute_helper()
/dports/databases/xtrabackup/boost_1_59_0/boost/graph/detail/
H A Dpermutation.hpp51 D i = 0, pi, n = last - first, cycle_start; in permute_helper() local
56 cycle_start = i; in permute_helper()
63 } while (i != cycle_start); in permute_helper()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/graph/detail/
H A Dpermutation.hpp51 D i = 0, pi, n = last - first, cycle_start; in permute_helper() local
56 cycle_start = i; in permute_helper()
63 } while (i != cycle_start); in permute_helper()
/dports/databases/percona57-client/boost_1_59_0/boost/graph/detail/
H A Dpermutation.hpp51 D i = 0, pi, n = last - first, cycle_start; in permute_helper() local
56 cycle_start = i; in permute_helper()
63 } while (i != cycle_start); in permute_helper()

12345