Searched defs:orig_ptr (Results 1 - 2 of 2) sorted by relevance

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

Completed in 49 milliseconds