Searched refs:max_cost (Results 1 – 3 of 3) sorted by relevance
46 uint32_t Parse(const uint8_t* pData, uint32_t dwSize, uint32_t max_cost);
1509 uint32_t max_cost) { in Parse() argument1522 if (max_cost && cost >= max_cost) { in Parse()
744 def _render_normalized_cost_bar(self, cost, max_cost, length): argument756 num_ticks = int(np.ceil(float(cost) / max_cost * length))