Searched refs:total (Results 1 – 5 of 5) sorted by relevance
105 unsigned total = 0; in to_565_rle() local117 total += count; in to_565_rle()126 total += count; in to_565_rle()128 fprintf(stderr,"%d pixels\n",total); in to_565_rle()
203 total = 0206 total += p208 total -= p209 return total
250 total = 0337 total += tgt_size351 total += tgt_size364 total += tgt_size370 total += to_zero.size()393 out.insert(1, str(total) + "\n")809 def AssertPartition(total, seq): argument817 assert so_far == total
447 total = unknown + known448 output('Total number of warnings: <b>' + str(total) + '</b>')449 if total < 1000:
2029 total=$$(( $$( echo "$$size" ) )); \2036 echo "$$printname maxsize=$$maxsize blocksize=$$img_blocksize total=$$total reserve=$$reserve"; \2037 if [ "$$total" -gt "$$maxsize" ]; then \2038 echo "error: $$printname too large ($$total > [$(2) - $$reserve])"; \2040 elif [ "$$total" -gt $$((maxsize - 32768)) ]; then \2041 echo "WARNING: $$printname approaching size limit ($$total now; limit $$maxsize)"; \