Home
last modified time | relevance | path

Searched refs:__bin_cursor (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Drandom_shuffle.h360 int __bin_cursor = 0; in __parallel_random_shuffle_drs() local
374 int __j = __pus[__i]._M_bins_begin = __bin_cursor; in __parallel_random_shuffle_drs()
377 __bin_cursor += (__i < __bin_split in __parallel_random_shuffle_drs()
380 __pus[__i].__bins_end = __bin_cursor; in __parallel_random_shuffle_drs()
381 for (; __j < __bin_cursor; ++__j) in __parallel_random_shuffle_drs()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Drandom_shuffle.h360 int __bin_cursor = 0; in __parallel_random_shuffle_drs() local
374 int __j = __pus[__i]._M_bins_begin = __bin_cursor; in __parallel_random_shuffle_drs()
377 __bin_cursor += (__i < __bin_split in __parallel_random_shuffle_drs()
380 __pus[__i].__bins_end = __bin_cursor; in __parallel_random_shuffle_drs()
381 for (; __j < __bin_cursor; ++__j) in __parallel_random_shuffle_drs()