Home
last modified time | relevance | path

Searched refs:totalRemoved (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_optimize.c166 GLuint totalRemoved = 0; in remove_instructions() local
171 totalRemoved++; in remove_instructions()
198 return totalRemoved; in remove_instructions()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java416 int totalRemoved = 0; in main() local
498 totalRemoved += removed.size(); in main()
583 if (totalRemoved > 0) { in main()
584 System.out.println("# Removed:\t" + totalRemoved); in main()