HomeSort by relevance Sort by last modified time
    Searched defs:extInfo (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Baseport.h 102 CODEC_EXTRA_BUFFERINFO extInfo;
  /external/clang/lib/CodeGen/
CGCall.cpp 87 /// given ExtInfo instead of the ExtInfo from the function type.
91 FunctionType::ExtInfo extInfo) {
97 return CGT.arrangeLLVMFunctionInfo(resultType, prefix, extInfo, required);
111 FunctionType::ExtInfo &extInfo,
113 if (extInfo.getCC() == CC_Default) {
115 extInfo = extInfo.withCallingConv(CC)
    [all...]

Completed in 48 milliseconds