Lines Matching defs:count
336 int count = 0;
345 count++;
350 uni->num_compatible_subroutines = count;
363 * \param count Number of array_deref_range elements to be
370 unsigned count, unsigned scale,
378 for (unsigned i = 0; i < count; i++) {
383 /* For each element in the current array, update the count and
388 * the loop will make recursive calls with count == 0. In the call,
393 count - (i + 1),
429 * \param count Number of array_deref_range elements to be processed.
433 unsigned count, unsigned array_depth,
436 if (count != array_depth)
439 _mark_array_elements_referenced(dr, count, 1, 0, bits);