Home
last modified time | relevance | path

Searched refs:total (Results 1 – 6 of 6) 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.py205 total = 0
208 total += p
210 total -= p
211 return total
Dblockimgdiff.py314 total = 0
424 total += tgt_size
448 total += tgt_size
473 total += tgt_size
479 total += to_zero.size()
514 out.insert(1, str(total) + "\n")
1060 def AssertPartition(total, seq): argument
1068 assert so_far == total
Dpylintrc85 # respectively contain the number of errors / warnings messages and the 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.mk2354 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)"; \