Searched refs:range_params (Results 1 – 4 of 4) sorted by relevance
36 name_utils::DatasetDebugStringParams range_params; in TEST() local37 range_params.set_args(0, 10, 3); in TEST()39 range_params), in TEST()
108 const struct fxdiv_result_size_t range_params = fxdiv_divide_size_t(linear_range, threads_count); in pthreadpool_parallelize() local112 const size_t range_length = range_params.quotient + (size_t) (tid < range_params.remainder); in pthreadpool_parallelize()
224 const struct fxdiv_result_size_t range_params = fxdiv_divide_size_t(linear_range, threads_count); in pthreadpool_parallelize() local228 const size_t range_length = range_params.quotient + (size_t) (tid < range_params.remainder); in pthreadpool_parallelize()
336 const struct fxdiv_result_size_t range_params = fxdiv_divide_size_t(linear_range, threads_count); in pthreadpool_parallelize() local340 const size_t range_length = range_params.quotient + (size_t) (tid < range_params.remainder); in pthreadpool_parallelize()