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
68
ForEachFunc_t*
forEachFunctions
, uint32_t* forEachSignatures,
80
mForEachFunctions(
forEachFunctions
), mForEachSignatures(forEachSignatures),
rsCpuExecutable.cpp
321
ForEachFunc_t*
forEachFunctions
= nullptr;
417
forEachFunctions
= new ForEachFunc_t[forEachCount];
418
if (
forEachFunctions
== nullptr) {
443
forEachFunctions
[i] =
445
if (i != 0 &&
forEachFunctions
[i] == nullptr &&
690
forEachFunctions
, forEachSignatures, forEachCount,
710
delete[]
forEachFunctions
;
Completed in 69 milliseconds