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

/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp606 size_t forEachCount = 0; local
610 if (sscanf(line, EXPORT_FOREACH_STR "%zu", &forEachCount) != 1) {
615 if (forEachCount > 0) {
617 mForEachSignatures = new uint32_t[forEachCount];
621 mForEachFunctions = new ForEachFunc_t[forEachCount];
625 for (size_t i = 0; i < forEachCount; ++i) {

Completed in 138 milliseconds