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

  /art/runtime/mirror/
array-inl.h 298 inline void PrimitiveArray<T>::Memmove(int32_t dst_pos,
314 // Note for non-byte copies we can't rely on standard libc functions like memcpy(3) and memmove(3)
326 memmove(d, s, count);
376 // Note for non-byte copies we can't rely on standard libc functions like memcpy(3) and memmove(3)
  /external/swiftshader/third_party/subzero/src/
IceIntrinsics.h 56 Memmove,

Completed in 69 milliseconds