HomeSort by relevance Sort by last modified time
    Searched full:count_to_two (Results 1 - 1 of 1) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
list_partition.h 43 * @param count_to_two Counts up to 2.
51 size_t& count_to_two, size_t& range_length,
54 ++count_to_two;
55 if (not make_twice or count_to_two < 2)
56 shrink(os_starts, count_to_two, range_length);
60 count_to_two = 0;
66 * @param count_to_two Counts up to 2.
70 shrink(std::vector<InputIterator>& os_starts, size_t& count_to_two,
120 size_t count_to_two = 0; local
140 shrink_and_double(os_starts, count_to_two, range_length, make_twice)
    [all...]

Completed in 1043 milliseconds