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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
list_partition.h 147 size_t size_part = (cur - 1) / num_parts; local
156 lengths[i - 1] = size_part * range_length;
157 index += size_part;
164 lengths[i - 1] = (size_part+1) * range_length;
165 index += (size_part+1);

Completed in 120 milliseconds