Home
last modified time | relevance | path

Searched refs:IntType (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DLEB128.h22 template <typename IntType>
23 size_t encode(ByteType*& pBuf, IntType pValue);
25 template <typename IntType>
26 IntType decode(const ByteType* pBuf, size_t& pSize);
28 template <typename IntType>
29 IntType decode(const ByteType*& pBuf);
35 template <typename IntType>
36 size_t size(IntType pValue) { in size()
95 template <typename IntType>
96 size_t encode(char*& pBuf, IntType pValue) { in encode()
[all …]
/frameworks/compile/slang/
Dslang_rs_special_func.cpp44 const clang::QualType &IntType = FD->getASTContext().IntTy; in isGraphicsRootRSFunc() local
45 if (FD->getReturnType().getCanonicalType() == IntType) { in isGraphicsRootRSFunc()
60 const clang::QualType &IntType = FD->getASTContext().IntTy; in validateSpecialFuncDecl() local
67 if (QT != IntType) { in validateSpecialFuncDecl()
77 if (FD->getReturnType().getCanonicalType() != IntType) { in validateSpecialFuncDecl()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DFlagged.h321 using IntType = typename underlying_integral_type<Flag>::type;
322 static constexpr IntType value = T::sFlagMask;
324 static constexpr IntType effective_value = T::sEffectiveMask;