Searched refs:total (Results 1 – 6 of 6) 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()
205 total = 0208 total += p210 total -= p211 return total
314 total = 0424 total += tgt_size448 total += tgt_size473 total += tgt_size479 total += to_zero.size()514 out.insert(1, str(total) + "\n")1060 def AssertPartition(total, seq): argument1068 assert so_far == total
85 # respectively contain the number of errors / warnings messages and the total
447 total = unknown + known448 output('Total number of warnings: <b>' + str(total) + '</b>')449 if total < 1000:
2354 total=$$(( $$( echo "$$size" ) )); \2361 echo "$$printname maxsize=$$maxsize blocksize=$$img_blocksize total=$$total reserve=$$reserve"; \2362 if [ "$$total" -gt "$$maxsize" ]; then \2363 echo "error: $$printname too large ($$total > [$(2) - $$reserve])"; \2365 elif [ "$$total" -gt $$((maxsize - 32768)) ]; then \2366 echo "WARNING: $$printname approaching size limit ($$total now; limit $$maxsize)"; \