HomeSort by relevance Sort by last modified time
    Searched refs:GetAlignedPtr (Results 1 - 2 of 2) sorted by null

  /bionic/tests/
buffer_tests.cpp 195 static void *GetAlignedPtr(void *orig_ptr, int alignment, int or_mask) {
247 buf_align = reinterpret_cast<uint8_t*>(GetAlignedPtr(
281 reinterpret_cast<uint8_t*>(GetAlignedPtr(
284 reinterpret_cast<uint8_t*>(GetAlignedPtr(
319 reinterpret_cast<uint8_t*>(GetAlignedPtr(
322 reinterpret_cast<uint8_t*>(GetAlignedPtr(
  /system/core/libcutils/tests/
MemsetTest.cpp 89 static void *GetAlignedPtr(void *orig_ptr, int alignment, int or_mask) {
144 buf_align = reinterpret_cast<uint8_t*>(GetAlignedPtr(

Completed in 680 milliseconds