Home
last modified time | relevance | path

Searched refs:unaligned_ptr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Reactor/
DExecutableMemory.hpp83 class unaligned_ptr class
86 friend class unaligned_ptr;
89 unaligned_ptr(P *ptr) in unaligned_ptr() function in rr::unaligned_ptr
DSubzeroReactor.cpp520 unaligned_ptr<int32_t> patchSite = (int32_t *)(address + relocation.r_offset); in relocateSymbol()
605 unaligned_ptr<int32_t> patchSite32 = (int32_t *)(address + relocation.r_offset); in relocateSymbol()
606 unaligned_ptr<int64_t> patchSite64 = (int64_t *)(address + relocation.r_offset); in relocateSymbol()
/external/libcxx/test/support/
Dcontrolled_allocators.hpp371 char* unaligned_ptr = aligned_ptr + alignof(T); in allocate() local
372 assert(is_min_aligned(unaligned_ptr)); in allocate()
374 P->countAlloc(unaligned_ptr, n * sizeof(T), alignof(T)); in allocate()
376 return ((T*)unaligned_ptr); in allocate()
/external/llvm-project/libcxx/test/support/
Dcontrolled_allocators.h370 char* unaligned_ptr = aligned_ptr + alignof(T); in allocate() local
371 assert(is_min_aligned(unaligned_ptr)); in allocate()
373 P->countAlloc(unaligned_ptr, n * sizeof(T), alignof(T)); in allocate()
375 return ((T*)unaligned_ptr); in allocate()