Searched refs:orig_ptr (Results 1 – 1 of 1) sorted by relevance
195 static void *GetAlignedPtr(void *orig_ptr, int alignment, int or_mask) { in GetAlignedPtr() argument196 uint64_t ptr = reinterpret_cast<uint64_t>(orig_ptr); in GetAlignedPtr()