Home
last modified time | relevance | path

Searched defs:AlignedPtr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h223 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local
245 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
256 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
/external/llvm/include/llvm/Support/
DAllocator.h220 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local
242 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
253 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAllocator.h230 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local
252 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
263 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
/external/libgav1/src/dsp/
Dintrapred_directional_test.cc306 using AlignedPtr = std::unique_ptr<Pixel[], decltype(&AlignedFree)>; in TestSpeed() typedef