OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unaligned_ptr
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/src/Reactor/
ExecutableMemory.hpp
68
class
unaligned_ptr
class in namespace:rr
71
friend class
unaligned_ptr
;
74
unaligned_ptr
(P *ptr) : ptr(ptr) {}
function in class:rr::unaligned_ptr
SubzeroReactor.cpp
252
unaligned_ptr
<int32_t> patchSite = (int32_t*)(address + relocation.r_offset);
337
unaligned_ptr
<int32_t> patchSite32 = (int32_t*)(address + relocation.r_offset);
338
unaligned_ptr
<int64_t> patchSite64 = (int64_t*)(address + relocation.r_offset);
[
all
...]
/external/libcxx/test/support/
controlled_allocators.hpp
371
char*
unaligned_ptr
= aligned_ptr + alignof(T);
local
372
assert(is_min_aligned(
unaligned_ptr
));
374
P->countAlloc(
unaligned_ptr
, n * sizeof(T), alignof(T));
376
return ((T*)
unaligned_ptr
);
Completed in 289 milliseconds