Home
last modified time | relevance | path

Searched refs:total (Results 1 – 5 of 5) sorted by relevance

/build/tools/rgb2565/
Dto565.c105 unsigned total = 0; in to_565_rle() local
117 total += count; in to_565_rle()
126 total += count; in to_565_rle()
128 fprintf(stderr,"%d pixels\n",total); in to_565_rle()
/build/tools/releasetools/
Drangelib.py203 total = 0
206 total += p
208 total -= p
209 return total
Dblockimgdiff.py250 total = 0
337 total += tgt_size
351 total += tgt_size
364 total += tgt_size
370 total += to_zero.size()
393 out.insert(1, str(total) + "\n")
809 def AssertPartition(total, seq): argument
817 assert so_far == total
/build/tools/
Dwarn.py447 total = unknown + known
448 output('Total number of warnings: <b>' + str(total) + '</b>')
449 if total < 1000:
/build/core/
Ddefinitions.mk2029 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)"; \