OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RetValue
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InterpolateHalfHor_Luma.c
78
OMXResult
RetValue
;
97
RetValue
= armVCM4P10_InterpolateHalfHor_Luma (
105
if (
RetValue
!= OMX_Sts_NoErr)
107
return
RetValue
;
110
RetValue
= armVCM4P10_InterpolateHalfHor_Luma (
118
return
RetValue
;
omxVCM4P10_InterpolateHalfVer_Luma.c
77
OMXResult
RetValue
;
96
RetValue
= armVCM4P10_InterpolateHalfVer_Luma(
104
if (
RetValue
!= OMX_Sts_NoErr)
106
return
RetValue
;
109
RetValue
= armVCM4P10_InterpolateHalfVer_Luma(
117
return
RetValue
;
omxVCM4P10_MotionEstimationMB.c
804
OMXResult
RetValue
;
827
RetValue
= omxVCM4P10_BlockMatch_Integer (
853
RetValue
= omxVCM4P10_BlockMatch_Half(
869
RetValue
= omxVCM4P10_BlockMatch_Quarter(
890
return
RetValue
;
[
all
...]
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h
61
void endFunctionWithRet(Function *Func, Value *
RetValue
) {
62
Builder.CreateRet(
RetValue
);
/external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
825
SDValue
RetValue
= DAG.getCopyFromReg(Chain, DL, VA.getLocReg(),
827
Chain =
RetValue
.getValue(1);
828
Glue =
RetValue
.getValue(2);
[
all
...]
Completed in 710 milliseconds