Searched refs:count1 (Results 1 – 7 of 7) sorted by relevance
86 private float ratePerHour(long uptime1, int count1, long uptime2, int count2) { in ratePerHour() argument87 if (uptime1 >= uptime2 || count1 < 0 || count2 < 0) { in ratePerHour()90 return ((float) count2 - count1) / (uptime2 - uptime1) * 60 * MILLIS_IN_MINUTE; in ratePerHour()
142 … Word16 count1, /* i : number of samples to be counted */ in level_calculation() argument153 for (i = count1; i < count2; i++) in level_calculation()161 for (i = 0; i < count1; i++) in level_calculation()
455 private static boolean arraysEqual(int[] array1, int count1, int[] array2, int count2) { in arraysEqual() argument456 if (count1 != count2) { in arraysEqual()460 for (int i = 0; i < count1; i++) { in arraysEqual()
657 GLint count1, count2; in MaxUniformCount() local658 glGetIntegerv(GL_MAX_VERTEX_UNIFORM_VECTORS, &count1); in MaxUniformCount()660 return count1 < count2 ? count1 : count2; in MaxUniformCount()
511 Word16 count1, /* i : number of samples to be counted */ in level_calculation() argument526 for (i = count1; i < count2; i++) in level_calculation()534 for (i = 0; i < count1; i++) in level_calculation()
1909 Int i, j, count = 0, count1 = 0; in get_MB() local1922 mb[1][count1++] = (Int)(*c_prev++); in get_MB()1931 count = count1 = 0; in get_MB()1938 mb[3][count1++] = (Int)(*c_prev++); in get_MB()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...