/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderInterface.h | 36 virtual Decode_Status getRawDataFromSurface(VideoRenderBuffer *renderBuffer = NULL, uint8_t *pRawData = NULL, uint32_t *pSize = NULL, bool internal = true) = 0;
|
/frameworks/compile/mclinker/include/mcld/Target/ |
ELFAttributeValue.h | 59 void setStringValue(const char* pStringValue, size_t pSize) { 60 m_StringValue.assign(pStringValue, pSize);
|
/frameworks/compile/mclinker/include/mcld/ |
TargetOptions.h | 66 void setStubGroupSize(unsigned pSize) { m_StubGroupSize = pSize; }
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64CA53Erratum835769Stub.cpp | 36 size_t pSize, 40 : AArch64CA53ErratumStub(pData, pSize, pName, pBegin, pEnd) {
|
AArch64CA53Erratum843419Stub.cpp | 38 size_t pSize, 42 : AArch64CA53ErratumStub(pData, pSize, pName, pBegin, pEnd) {
|
AArch64CA53ErratumStub.h | 29 size_t pSize,
|
AArch64LongBranchStub.h | 49 size_t pSize,
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLA25Stub.cpp | 42 size_t pSize, 45 : m_Target(pTarget), m_Name("pic"), m_pData(pData), m_Size(pSize) {
|
/frameworks/compile/mclinker/include/mcld/Support/ |
FileOutputBuffer.h | 32 size_t pSize,
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMToARMStub.h | 53 size_t pSize,
|
ARMToTHMStub.h | 53 size_t pSize,
|
THMToARMStub.h | 55 size_t pSize,
|
THMToTHMStub.h | 55 size_t pSize,
|
ARMToARMStub.cpp | 50 size_t pSize, 53 : m_pData(pData), m_Name("A2A_veneer"), m_Size(pSize) {
|
ARMToTHMStub.cpp | 52 size_t pSize, 55 : m_pData(pData), m_Name("A2T_veneer"), m_Size(pSize) {
|
THMToARMStub.cpp | 55 size_t pSize, 61 m_Size(pSize),
|
THMToTHMStub.cpp | 57 size_t pSize, 63 m_Size(pSize),
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonAbsoluteStub.h | 53 size_t pSize,
|
HexagonAbsoluteStub.cpp | 49 size_t pSize, 52 : Stub(), m_Name("AbsVeneer"), m_pData(pData), m_Size(pSize) {
|
/hardware/ti/omap3/dspbridge/inc/ |
DSPManager.h | 207 extern DBAPI DSPManager_GetProcResourceInfo(UINT *pBuf, UINT *pSize);
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
DSPManager.h | 207 extern DBAPI DSPManager_GetProcResourceInfo(UINT *pBuf, UINT *pSize);
|
/frameworks/compile/mclinker/include/mcld/LD/ |
LDSymbol.h | 114 void setSize(SizeType pSize) { 116 m_pResolveInfo->setSize(pSize);
|
/external/tpm2/ |
MathFunctions.c | 195 // This function is used to multiply two large integers: p = a* b. If the size of p is not specified (pSize == 197 // the resulting size is exactly aSize + bSize. If pSize is provided, then the actual size of the result is 198 // returned. The initial value for pSize must be at least aSize + pSize. 211 UINT32 *pSize, // IN/OUT: size of the product 221 // First check that pSize is large enough if present 222 if((pSize != NULL) && (*pSize < (aSize + bSize))) 224 pAssert(pSize == NULL || *pSize <= MAX_2B_BYTES) [all...] |
/frameworks/compile/mclinker/lib/Core/ |
IRBuilder.cpp | 214 size_t pSize) { 218 m_InputBuilder.setMemory(*input, pRawMemory, pSize); 402 ResolveInfo::SizeType pSize, 438 name, pType, pDesc, pBind, pSize, pValue, frag, pVis); 444 pInput, name, pType, pDesc, pBind, pSize, pValue, pVis); 458 ResolveInfo::SizeType pSize, 471 pName, false, pType, pDesc, pBinding, pSize, pVisibility); 484 pSize, 533 ResolveInfo::SizeType pSize, 559 pSize, [all...] |
/frameworks/compile/mclinker/lib/MC/ |
InputBuilder.cpp | 129 bool InputBuilder::setMemory(Input& pInput, void* pMemBuffer, size_t pSize) { 130 MemoryArea* memory = m_pMemFactory->produce(pMemBuffer, pSize);
|