Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DExecutableMemory.hpp68 class unaligned_ptr class
71 friend class unaligned_ptr;
74 unaligned_ptr(P *ptr) : ptr(ptr) {} in unaligned_ptr() function in rr::unaligned_ptr
DSubzeroReactor.cpp252 unaligned_ptr<int32_t> patchSite = (int32_t*)(address + relocation.r_offset); in relocateSymbol()
337 unaligned_ptr<int32_t> patchSite32 = (int32_t*)(address + relocation.r_offset); in relocateSymbol()
338 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()