Lines Matching refs:resultAddr
113 void* resultAddr = NULL; in Allocate() local
145 if ( (resultAddr = m_HeapOnFcram.Allocate(size, addrAlign)) == NULL) in Allocate()
158 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramA); in Allocate()
170 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramB); in Allocate()
184 resultAddr, in Allocate()
185 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
190 resultAddr, in Allocate()
191 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
196 resultAddr, in Allocate()
197 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
202 resultAddr, in Allocate()
203 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
208 resultAddr, in Allocate()
209 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
214 resultAddr, in Allocate()
215 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
221 return resultAddr; in Allocate()