Searched refs:n_found (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_stacktrace.c78 UInt n_found = 0; local
215 n_found = i;
216 return n_found;
234 UInt n_found = 0; local
389 n_found = i;
390 return n_found;
414 UInt n_found = 0; local
576 n_found = i;
577 return n_found;
595 UInt n_found local
689 UInt n_found = 0; local
[all...]
/external/dbus/test/
H A Ddecode-gcov.c2338 int n_found; local
2341 n_found = 0;
2349 n_found += 1;
2354 if (n_found == 0)
2359 funcs = dbus_new (Function*, n_found);
2379 _dbus_assert (i == n_found);
2381 qsort (funcs, n_found, sizeof (Function*),
2388 while (i < n_found)

Completed in 271 milliseconds