Home
last modified time | relevance | path

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

/bionic/tests/
Dbuffer_tests.cpp195 static void *GetAlignedPtr(void *orig_ptr, int alignment, int or_mask) { in GetAlignedPtr() argument
196 uint64_t ptr = reinterpret_cast<uint64_t>(orig_ptr); in GetAlignedPtr()