Searched defs:TD (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp139 const clang::TypedefNameDecl *TD = TT->getDecl(); local
140 EI = GetElementInfo(TD->getName());
144 T = TD->getUnderlyingType().getTypePtr();
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditAudio.c1281 const M4OSA_Int32 TD = pC->pTransitionList[pC-> local
1292 if( ( TD > 0) && ((M4OSA_Int32)(pC->ewc.dATo - pC->pC1->iAoffset
1293 / pC->pC1->scale_audio + 0.5) >= (pC->pC1->iEndTime - TD)) )
H A DM4VSS3GPP_EditVideo.c730 const M4OSA_Int32 TD = pC->pTransitionList[pC->uiCurrentClip].uiTransitionDuration; local
742 if( ( TD > 0) && (( t - pC->pC1->iVoffset) >= (pC->pC1->iEndTime - TD)) )
779 - (pC->pC1->iEndTime - TD + pC->pC1->iVoffset);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp106 // TD - Target Data size/layout information.
109 llvm::Value *getStepValue(llvm::TargetData *TD, llvm::Type *T, argument
111 bccAssert(TD);
118 uint64_t ETSize = TD->getTypeAllocSize(ET);
174 llvm::TargetData TD(M);
275 InStep = getStepValue(&TD, InTy, Arg_instep);
287 OutStep = getStepValue(&TD, OutTy, Arg_outstep);
394 llvm::TargetData TD(M);
504 OutStep = getStepValue(&TD, OutTy, Arg_outstep);
517 InStep = getStepValue(&TD, InT
[all...]

Completed in 1754 milliseconds