OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:instCount
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
FunctionInfo.h
58
unsigned
InstCount
;
63
FunctionSummary(unsigned NumInsts) :
InstCount
(NumInsts) {}
80
unsigned
instCount
() const { return
InstCount
; }
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
TestBenchMultipleInstance.c
63
i32
instCount
, instRunning;
100
instCount
= argc - 1;
109
instCount
--;
114
instCount
--;
119
instCount
--;
124
instCount
--;
128
if (
instCount
< 1)
136
decoder = (Decoder **)malloc(sizeof(Decoder*)*(u32)
instCount
);
144
for (i = 0; i <
instCount
; i++)
149
finput = fopen(argv[argc-
instCount
+i],"rb")
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c
243
EAS_U32
instCount
;
614
if ((dls.
instCount
== 0) || (dls.
instCount
> DLS_MAX_INST_COUNT))
616
{ /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "DLS file contains invalid #instruments [%u]\n", dls.
instCount
); */ }
622
instSize = (EAS_I32) (sizeof(S_PROGRAM) * dls.
instCount
);
652
dls.pDLS->numDLSPrograms = (EAS_U16) dls.
instCount
;
692
dls.regionCount = dls.
instCount
= 0;
[
all
...]
Completed in 425 milliseconds