OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forEachFunctions
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuExecutable.h
82
ForEachFunc_t*
forEachFunctions
, uint32_t* forEachSignatures,
94
mForEachFunctions(
forEachFunctions
), mForEachSignatures(forEachSignatures),
rsCpuExecutable.cpp
366
ForEachFunc_t*
forEachFunctions
= nullptr;
461
forEachFunctions
= new ForEachFunc_t[forEachCount];
462
if (
forEachFunctions
== nullptr) {
487
forEachFunctions
[i] =
489
if (i != 0 &&
forEachFunctions
[i] == nullptr &&
749
forEachFunctions
, forEachSignatures, forEachCount,
778
delete[]
forEachFunctions
;
Completed in 89 milliseconds