Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dutil.cpp29 char* GetAlignedMemory(char* orig_ptr, size_t alignment, size_t or_mask) { in GetAlignedMemory() argument
36 uintptr_t ptr = reinterpret_cast<uintptr_t>(orig_ptr); in GetAlignedMemory()
Dutil.h55 char* GetAlignedMemory(char* orig_ptr, size_t alignment, size_t or_mask);
/bionic/tests/
Dbuffer_tests.cpp196 static void *GetAlignedPtr(void *orig_ptr, int alignment, int or_mask) { in GetAlignedPtr() argument
197 uint64_t ptr = reinterpret_cast<uint64_t>(orig_ptr); in GetAlignedPtr()