Searched refs:__next_block_start (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
H A D | find.h | 213 _DifferenceType __next_block_start = __sequential_search_size; in __find_template() local 231 std::max<_DifferenceType>(1, __scale_factor * __next_block_start); in __find_template() 233 (&__next_block_start, __block_size); in __find_template() 263 __fetch_and_add<_DifferenceType>(&__next_block_start, in __find_template() 270 std::max<_DifferenceType>(1, __scale_factor * __next_block_start); in __find_template() 273 __start = __fetch_and_add<_DifferenceType>(&__next_block_start, in __find_template()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/ |
H A D | find.h | 213 _DifferenceType __next_block_start = __sequential_search_size; in __find_template() local 231 std::max<_DifferenceType>(1, __scale_factor * __next_block_start); in __find_template() 233 (&__next_block_start, __block_size); in __find_template() 263 __fetch_and_add<_DifferenceType>(&__next_block_start, in __find_template() 270 std::max<_DifferenceType>(1, __scale_factor * __next_block_start); in __find_template() 273 __start = __fetch_and_add<_DifferenceType>(&__next_block_start, in __find_template()
|