Searched refs:total (Results 1 – 3 of 3) 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()
447 total = unknown + known448 output('Total number of warnings: <b>' + str(total) + '</b>')449 if total < 1000:
1865 total=$$(( $$( echo "$$size" ) )); \1867 echo "$$printname total size is $$total"; \1879 if [ "$$total" -gt "$$maxsize" ]; then \1880 echo "error: $$printname too large ($$total > [$(2) - $$reserve])"; \1882 elif [ "$$total" -gt $$((maxsize - 32768)) ]; then \1883 echo "WARNING: $$printname approaching size limit ($$total now; limit $$maxsize)"; \