Home
last modified time | relevance | path

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

/system/bt/gd/packet/parser/
Dgen_cpp.cc252 auto symbols_per_shard = symbol_total / out_files->size(); in get_out_file() local
253 auto file_index = std::min(symbol_count / symbols_per_shard, out_files->size() - 1); in get_out_file()