Searched refs:symbols_per_shard (Results 1 – 1 of 1) sorted by relevance
252 auto symbols_per_shard = symbol_total / out_files->size(); in get_out_file() local253 auto file_index = std::min(symbol_count / symbols_per_shard, out_files->size() - 1); in get_out_file()