Go to the source code of this file.
|
| stxxl |
| STXXL library namespace
|
|
|
void | stxxl::compute_prefetch_schedule (const int_type *first, const int_type *last, int_type *out_first, int_type m, int_type D) |
|
void | stxxl::compute_prefetch_schedule (int_type *first, int_type *last, int_type *out_first, int_type m, int_type D) |
|
template<typename RunType > |
void | stxxl::compute_prefetch_schedule (const RunType &input, int_type *out_first, int_type m, int_type D) |
|
template<typename BidIteratorType > |
void | stxxl::compute_prefetch_schedule (BidIteratorType input_begin, BidIteratorType input_end, int_type *out_first, int_type m, int_type D) |
|