OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forEachCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuExecutable.h
69
size_t
forEachCount
,
81
mForEachCount(
forEachCount
),
rsCpuExecutable.cpp
311
size_t
forEachCount
= 0;
412
if (sscanf(line, EXPORT_FOREACH_STR "%zu", &
forEachCount
) != 1) {
417
forEachFunctions = new ForEachFunc_t[
forEachCount
];
422
forEachSignatures = new uint32_t[
forEachCount
];
427
for (size_t i = 0; i <
forEachCount
; ++i) {
690
forEachFunctions, forEachSignatures,
forEachCount
,
Completed in 83 milliseconds