OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elemNum
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
563
unsigned int
elemNum
= VTy->getNumElements();
564
Result.AggregateVal.resize(
elemNum
);
566
for (unsigned int i = 0; i <
elemNum
; ++i)
851
unsigned
elemNum
;
858
elemNum
= CDV->getNumElements();
862
elemNum
= VTy->getNumElements();
868
Result.AggregateVal.resize(
elemNum
);
879
for (unsigned i = 0; i <
elemNum
; ++i)
886
for (unsigned i = 0; i <
elemNum
; ++i)
901
for (unsigned i = 0; i <
elemNum
; ++i
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Baseport.c
232
OMX_U32 i = 0,
elemNum
= 0;
[
all
...]
Completed in 501 milliseconds