Home
last modified time | relevance | path

Searched refs:total (Results 1 – 3 of 3) 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/
Dwarn.py447 total = unknown + known
448 output('Total number of warnings: <b>' + str(total) + '</b>')
449 if total < 1000:
/build/core/
Ddefinitions.mk1865 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)"; \