Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dwiz-item.cc871 int total_quant = 0; in _debug_acquirement_stats() local
904 total_quant += item.quantity; in _debug_acquirement_stats()
956 if (total_quant == 0 || acq_calls == 0) in _debug_acquirement_stats()
1067 acq_calls, total_quant); in _debug_acquirement_stats()
1294 (float) subtype_quants[i] * 100.0 / (float) total_quant); in _debug_acquirement_stats()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/objs/
H A Dobjs.cc1207 int total_quant = get_quantity() + objq; in drop() local
1208 if (total_quant > MAX_QUANTITY) // Too much? in drop()