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

  /libcore/luni/src/test/native/
libcore_io_Memory_test.cpp 45 T* dst_aligned = reinterpret_cast<T*>(&dst[dst_align]); local
48 memset(dst_aligned, 0, sizeof(T) * NUM_ELEMENTS);
50 swap_func(dst_aligned, src_aligned, NUM_ELEMENTS);
51 ASSERT_EQ(0, memcmp(dst_buf, dst_aligned, sizeof(T) * NUM_ELEMENTS))
117 jlong dst_aligned = reinterpret_cast<jlong>(dst) + i; local
118 poke_func(nullptr, nullptr, dst_aligned, value);
119 ASSERT_EQ(0, memcmp(reinterpret_cast<void*>(dst_aligned), &value, sizeof(T)));
  /device/google/contexthub/lib/libc/
memcpy-armv7m.S 191 /* Define label DST_ALIGNED to BIG_BLOCK. It will go to aligned copy

Completed in 68 milliseconds