Lines Matching refs:resultAddr
117 void* resultAddr = NULL; in Allocate() local
149 if ( (resultAddr = m_HeapOnFcram.Allocate(size, addrAlign)) == NULL) in Allocate()
162 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramA); in Allocate()
174 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramB); in Allocate()
188 resultAddr, in Allocate()
189 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
194 resultAddr, id in Allocate()
195 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
200 resultAddr, id in Allocate()
201 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
206 resultAddr, id in Allocate()
207 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
212 resultAddr, id in Allocate()
213 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
218 resultAddr, id in Allocate()
219 reinterpret_cast<int>(resultAddr) + size - 1, area); in Allocate()
228 resultAddr, size); in Allocate()
271 return resultAddr; in Allocate()