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

  /art/runtime/mirror/
array-inl.h 267 void* dst_raw = GetRawData(sizeof(T), dst_pos); local
270 uint8_t* d = reinterpret_cast<uint8_t*>(dst_raw);
276 uint16_t* d = reinterpret_cast<uint16_t*>(dst_raw);
284 uint32_t* d = reinterpret_cast<uint32_t*>(dst_raw);
293 uint64_t* d = reinterpret_cast<uint64_t*>(dst_raw);
322 void* dst_raw = GetRawData(sizeof(T), dst_pos); local
325 memcpy(dst_raw, src_raw, count);
327 uint16_t* d = reinterpret_cast<uint16_t*>(dst_raw);
331 uint32_t* d = reinterpret_cast<uint32_t*>(dst_raw);
336 uint64_t* d = reinterpret_cast<uint64_t*>(dst_raw);
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 658 uint8x8_t src_raw, dst_raw, dst_final; local
675 dst_raw = vreinterpret_u8_u32(vld1_u32(dst));
692 dst_wide = vmovl_u8(dst_raw);
766 uint8x8_t src_raw, dst_raw, dst_final; local
790 dst_raw = vreinterpret_u8_u32(vld1_u32(dst));
801 dst_wide = vmovl_u8(dst_raw);
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 658 uint8x8_t src_raw, dst_raw, dst_final; local
675 dst_raw = vreinterpret_u8_u32(vld1_u32(dst));
692 dst_wide = vmovl_u8(dst_raw);
766 uint8x8_t src_raw, dst_raw, dst_final; local
790 dst_raw = vreinterpret_u8_u32(vld1_u32(dst));
801 dst_wide = vmovl_u8(dst_raw);
    [all...]

Completed in 101 milliseconds