Home | History | Annotate | Download | only in libcutils

Lines Matching refs:total

24     int   total = 0;
33 if (total == 0)
34 total = -1;
40 total += ret;
46 return total;
51 int total = 0;
60 if (total == 0)
61 total = -1;
67 total += ret;
73 return total;