Home
last modified time | relevance | path

Searched refs:prefetch_seq (Results 1 – 9 of 9) sorted by relevance

/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/mng/
H A Dblock_prefetcher.h68 int_type* prefetch_seq; variable
116 prefetch_seq(_pref_seq), in consume_seq_begin()
138 assert(prefetch_seq[i] < int_type(seq_length)); in consume_seq_begin()
139 assert(prefetch_seq[i] >= 0); in consume_seq_begin()
140 read_bids[i] = *(consume_seq_begin + prefetch_seq[i]); in consume_seq_begin()
142 " prefetch_seq[" << i << "]=" << prefetch_seq[i] << in consume_seq_begin()
147 set_switch_handler(*(completed + prefetch_seq[i]), do_after_fetch)); in consume_seq_begin()
148 pref_buffer[prefetch_seq[i]] = i; in consume_seq_begin()
175 int_type next_2_prefetch = prefetch_seq[nextread++]; in block_consumed()
H A Dbuf_istream.h48 int_type* prefetch_seq; variable
70 prefetch_seq = new int_type[seq_length]; in buf_istream()
78 compute_prefetch_schedule(begin, end, prefetch_seq, in buf_istream()
81 prefetcher = new prefetcher_type(begin, end, prefetch_seq, nbuffers); in buf_istream()
149 delete[] prefetch_seq; in ~buf_istream()
H A Dbuf_istream_reverse.h54 int_type* prefetch_seq; variable
82 prefetch_seq = new int_type[bids_.size()]; in buf_istream_reverse()
86 compute_prefetch_schedule(bids_.begin(), bids_.end(), prefetch_seq, in buf_istream_reverse()
90 prefetcher = new prefetcher_type(bids_.begin(), bids_.end(), prefetch_seq, nbuffers); in buf_istream_reverse()
160 delete[] prefetch_seq; in ~buf_istream_reverse()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/foxxll/mng/
H A Dblock_prefetcher.hpp71 size_t* prefetch_seq; member in foxxll::block_prefetcher
119 prefetch_seq(_pref_seq), in block_prefetcher()
141 assert(prefetch_seq[i] < seq_length); in block_prefetcher()
142 read_bids[i] = *(consume_seq_begin + prefetch_seq[i]); in block_prefetcher()
144 " prefetch_seq[" << i << "]=" << prefetch_seq[i] << in block_prefetcher()
149 set_switch_handler(*(completed + prefetch_seq[i]), do_after_fetch) in block_prefetcher()
151 pref_buffer[prefetch_seq[i]] = i; in block_prefetcher()
184 size_t next_2_prefetch = prefetch_seq[nextread++]; in block_consumed()
H A Dbuf_istream.hpp51 size_t* prefetch_seq; member in foxxll::buf_istream
73 prefetch_seq = new size_t[seq_length]; in buf_istream()
82 begin, end, prefetch_seq, in buf_istream()
86 prefetcher = new prefetcher_type(begin, end, prefetch_seq, nbuffers); in buf_istream()
159 delete[] prefetch_seq; in ~buf_istream()
H A Dbuf_istream_reverse.hpp57 size_t* prefetch_seq; member in foxxll::buf_istream_reverse
85 prefetch_seq = new size_t[bids_.size()]; in buf_istream_reverse()
90 bids_.begin(), bids_.end(), prefetch_seq, in buf_istream_reverse()
95 prefetcher = new prefetcher_type(bids_.begin(), bids_.end(), prefetch_seq, nbuffers); in buf_istream_reverse()
177 delete[] prefetch_seq; in ~buf_istream_reverse()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/algo/
H A Dsort.h320 int_type* prefetch_seq = new int_type[out_run->size()]; in merge_runs() local
351 prefetch_seq, in merge_runs()
356 prefetch_seq[i] = i; in merge_runs()
362 prefetch_seq, in merge_runs()
495 delete[] prefetch_seq; in merge_runs()
H A Dksort.h452 int_type* prefetch_seq = new int_type[out_run->size()]; in merge_runs() local
482 prefetch_seq, in merge_runs()
487 prefetch_seq[i] = i; in merge_runs()
493 prefetch_seq, in merge_runs()
515 delete[] prefetch_seq; in merge_runs()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/objmgr/demo/
H A Dobjmgr_demo.cpp1432 vector<CRef<CPrefetchRequest> > prefetch_seq; in Run() local
1860 prefetch_seq.clear(); in Run()
1872 prefetch_seq.push_back in Run()
3144 ITERATE ( vector<CRef<CPrefetchRequest> >, it, prefetch_seq ) { in Run()