OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:funcCount
(Results
1 - 2
of
2
) sorted by null
/external/llvm/runtime/libprofile/
PathProfiling.c
55
void writeArrayTable(uint32_t fNumber, ftEntry_t* ft, uint32_t*
funcCount
) {
80
(*
funcCount
)++;
/frameworks/rs/cpu_ref/
rsCpuScript.cpp
556
size_t
funcCount
= 0;
560
if (sscanf(line, EXPORT_FUNC_STR "%zu", &
funcCount
) != 1) {
565
mExportedFunctionCount =
funcCount
;
566
//ALOGE("
funcCount
: %zu",
funcCount
);
568
if (
funcCount
> 0) {
569
mInvokeFunctions = new InvokeFunc_t[
funcCount
];
573
for (size_t i = 0; i <
funcCount
; ++i) {
[
all
...]
Completed in 40 milliseconds