Home
last modified time | relevance | path

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

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DCore.cpp3970 *amortized_total_tag_storage =0; in serial_load_file() local
3973 amortized_total_tag_storage = amortized_tag_storage; in serial_load_file()
4001 if (!amortized_total_tag_storage && total_amortized_storage) in serial_load_file()
4002 amortized_total_tag_storage = &ia_tag_storage; in serial_load_file()
4057 if (total_tag_storage || amortized_total_tag_storage) { in serial_load_file()
4058 if (amortized_total_tag_storage) in serial_load_file()
4059 *amortized_total_tag_storage = 0; in serial_load_file()
4074 if (amortized_total_tag_storage) { in serial_load_file()
4086 if (amortized_total_tag_storage) in serial_load_file()
4087 *amortized_total_tag_storage += total; in serial_load_file()
[all …]