Home
last modified time | relevance | path

Searched refs:intAlloc (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.cpp323 intptr_t intAlloc = reinterpret_cast<intptr_t>(alloc); in allocate()
324 intAlloc = (intAlloc + alignmentMask) & ~alignmentMask; in allocate()
325 return reinterpret_cast<void *>(intAlloc); in allocate()
/external/angle/src/common/
DPoolAlloc.cpp286 intptr_t intAlloc = reinterpret_cast<intptr_t>(alloc); in allocate() local
287 intAlloc = (intAlloc + mAlignmentMask) & ~mAlignmentMask; in allocate()
288 return reinterpret_cast<void *>(intAlloc); in allocate()