Home
last modified time | relevance | path

Searched refs:prefetcher_type (Results 1 – 10 of 10) sorted by relevance

/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/algo/
H A Drun_cursor.h58 typedef PrefetcherType prefetcher_type; typedef
59 typedef run_cursor2<block_type, prefetcher_type> _Self;
66 static prefetcher_type* const prefetcher() // sorry, a hack in prefetcher()
68 return reinterpret_cast<prefetcher_type*>(untyped_prefetcher); in prefetcher()
70 static void set_prefetcher(prefetcher_type* pfptr) in set_prefetcher()
76 prefetcher_type* prefetcher_;
77 prefetcher_type* & prefetcher() // sorry, a hack in prefetcher()
82 run_cursor2(prefetcher_type* p = NULL) : prefetcher_(p) { } in prefetcher_()
H A Dlosertree.h59 typedef typename RunCursorType::prefetcher_type prefetcher_type; typedef
63 prefetcher_type* p, in loser_tree()
H A Dsort_helper.h77 typedef PrefetcherType prefetcher_type; typedef
80 typedef run_cursor2<block_type, prefetcher_type> cursor_type;
H A Dksort.h300 typename prefetcher_type,
303 run_cursor2<BlockType, prefetcher_type>,
304 run_cursor2<BlockType, prefetcher_type>,
308 typedef run_cursor2<BlockType, prefetcher_type> cursor_type;
446 typedef block_prefetcher<BlockType, typename RunType::iterator> prefetcher_type; in merge_runs() typedef
447 typedef run_cursor2<BlockType, prefetcher_type> run_cursor_type; in merge_runs()
491 prefetcher_type prefetcher(consume_seq.begin(), in merge_runs()
500 run_cursor2_cmp<block_type, prefetcher_type, KeyExtractor> cmp(keyobj); in merge_runs()
503 run_cursor2_cmp<block_type, prefetcher_type, KeyExtractor> > in merge_runs()
H A Dsort.h314 typedef block_prefetcher<block_type, typename run_type::iterator> prefetcher_type; in merge_runs() typedef
315 typedef run_cursor2<block_type, prefetcher_type> run_cursor_type; in merge_runs()
316 … typedef sort_helper::run_cursor2_cmp<block_type, prefetcher_type, value_cmp> run_cursor2_cmp_type; in merge_runs()
360 prefetcher_type prefetcher(consume_seq.begin(), in merge_runs()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/foxxll/mng/
H A Dbuf_istream.hpp47 using prefetcher_type = block_prefetcher<block_type, bid_iterator_type>; typedef in foxxll::buf_istream
48 prefetcher_type* prefetcher;
86 prefetcher = new prefetcher_type(begin, end, prefetch_seq, nbuffers); in buf_istream()
H A Dbuf_istream_reverse.hpp53 using prefetcher_type = block_prefetcher<block_type, typename bid_vector_type::iterator>; typedef in foxxll::buf_istream_reverse
54 prefetcher_type* prefetcher;
95 prefetcher = new prefetcher_type(bids_.begin(), bids_.end(), prefetch_seq, nbuffers); in buf_istream_reverse()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/mng/
H A Dbuf_istream.h44 typedef block_prefetcher<block_type, bid_iterator_type> prefetcher_type; typedef
45 prefetcher_type* prefetcher;
81 prefetcher = new prefetcher_type(begin, end, prefetch_seq, nbuffers); in buf_istream()
H A Dbuf_istream_reverse.h50 typedef block_prefetcher<block_type, typename bid_vector_type::iterator> prefetcher_type; typedef
51 prefetcher_type* prefetcher;
90 prefetcher = new prefetcher_type(bids_.begin(), bids_.end(), prefetch_seq, nbuffers); in buf_istream_reverse()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/stream/
H A Dsort_stream.h947 typedef block_prefetcher<block_type, typename run_type::iterator> prefetcher_type; typedef
948 typedef run_cursor2<block_type, prefetcher_type> run_cursor_type;
949 … typedef sort_helper::run_cursor2_cmp<block_type, prefetcher_type, value_cmp> run_cursor2_cmp_type;
988 prefetcher_type* m_prefetcher;
1228 m_prefetcher = new prefetcher_type( in initialize()