Searched refs:pStart (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DMemoryRegion.cpp33 MemoryRegion* MemoryRegion::Create(void* pStart, size_t pSize) argument
35 return g_RegionFactory->produce(static_cast<Address>(pStart), pSize);
38 MemoryRegion* MemoryRegion::Create(void* pStart, size_t pSize, Space& pSpace) argument
40 MemoryRegion* result = g_RegionFactory->produce(static_cast<Address>(pStart),
H A DSpace.cpp78 Space* Space::Create(FileHandle& pHandler, size_t pStart, size_t pSize) argument
84 switch(type = policy(pStart, pSize)) {
87 total_offset = pStart + pSize;
88 start = pStart;
119 total_offset = page_boundary(pStart + pSize);
120 start = page_offset(pStart);
123 size = page_boundary((pStart - start) + pSize);
136 size = page_boundary((pStart - start) + pSize);
/frameworks/compile/mclinker/include/mcld/Support/
H A DMemoryRegion.h61 /// @param pStart [in] The start address of a piece of memory
63 static MemoryRegion* Create(void* pStart, size_t pSize);
77 /// @param pStart [in] The start address of a piece of memory
80 static MemoryRegion* Create(void* pStart, size_t pSize, Space& pSpace);
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Buffers.c61 LVM_INT16 *pStart; local
88 pStart = pInstance->pInputSamples; /* Pointer to the input samples */
149 Copy_16(pStart, /* Source */
152 pStart += NumChannels * NumSamples; /* Update the input pointer */
165 pInstance->pInputSamples = pStart; /* Update input sample pointer */
175 pStart = pBuffer->pScratch; /* Start of the buffer */
176 pStart += NumChannels*SampleCount; /* Offset by the number of processed samples */
179 Copy_16(pStart, /* Source */
535 LVM_INT16 *pStart; local
543 pStart
[all...]

Completed in 99 milliseconds