|
STXXL
1.4-dev
|
Go to the source code of this file.
Namespaces | |
| stxxl | |
STXXL library namespace | |
| stxxl::parallel | |
Typedefs | |
| typedef int64 | stxxl::parallel::lcas_t |
| typedef uint64 | stxxl::parallel::sequence_index_t |
| typedef int | stxxl::parallel::thread_index_t |
Variables | |
| static const size_t | stxxl::parallel::lcas_t_bits = sizeof(lcas_t) * 8 |
| static const lcas_t | stxxl::parallel::lcas_t_mask = (((lcas_t)1 << (lcas_t_bits / 2)) - 1) |