Searched refs:orig_ptr (Results 1 – 2 of 2) sorted by relevance
91 static void *GetAlignedPtr(void *orig_ptr, int alignment, int or_mask) { in GetAlignedPtr() argument92 uint64_t ptr = reinterpret_cast<uint64_t>(orig_ptr); in GetAlignedPtr()
104 uint8_t *getAlignedMemory(uint8_t *orig_ptr, int alignment, int or_mask) { in getAlignedMemory() argument105 uint64_t ptr = reinterpret_cast<uint64_t>(orig_ptr); in getAlignedMemory()106 saved_orig_ptr = orig_ptr; in getAlignedMemory()