/art/runtime/mirror/ |
object_array-inl.h | 123 inline void ObjectArray<T>::AssignableMemmove(int32_t dst_pos, ObjectArray<T>* src, 138 const bool copy_forward = (src != this) || (dst_pos < src_pos) || (dst_pos - src_pos >= count); 144 SetWithoutChecks<false>(dst_pos + i, obj); 151 SetWithoutChecks<false>(dst_pos + i, obj); 155 dstAsIntArray->Memmove(dst_pos, srcAsIntArray, src_pos, count); 157 Runtime::Current()->GetHeap()->WriteBarrierArray(this, dst_pos, count); 161 GetWithoutChecks(dst_pos + i); 167 inline void ObjectArray<T>::AssignableMemcpy(int32_t dst_pos, ObjectArray<T>* src, 185 SetWithoutChecks<false>(dst_pos + i, obj) [all...] |
object_array.h | 73 void AssignableMemmove(int32_t dst_pos, ObjectArray<T>* src, int32_t src_pos, 77 void AssignableMemcpy(int32_t dst_pos, ObjectArray<T>* src, int32_t src_pos, 82 void AssignableCheckingMemcpy(int32_t dst_pos, ObjectArray<T>* src, int32_t src_pos,
|
array-inl.h | 277 inline void PrimitiveArray<T>::Memmove(int32_t dst_pos, PrimitiveArray<T>* src, int32_t src_pos, 282 DCHECK_GE(dst_pos, 0); 286 DCHECK_LT(dst_pos, GetLength()); 287 DCHECK_LE(dst_pos, GetLength() - count); 295 Memcpy(dst_pos, src, src_pos, count); 298 void* dst_raw = GetRawData(sizeof(T), dst_pos); 305 const bool copy_forward = (dst_pos < src_pos) || (dst_pos - src_pos >= count); 337 inline void PrimitiveArray<T>::Memcpy(int32_t dst_pos, PrimitiveArray<T>* src, int32_t src_pos, 342 DCHECK_GE(dst_pos, 0) [all...] |
array.h | 148 void Memmove(int32_t dst_pos, PrimitiveArray<T>* src, int32_t src_pos, int32_t count) 156 void Memcpy(int32_t dst_pos, PrimitiveArray<T>* src, int32_t src_pos, int32_t count)
|
/external/pdfium/core/src/fxcodec/lbmp/ |
fx_bmp.cpp | 729 FX_DWORD size, dst_pos, i;
local 732 dst_pos = bmp_ptr->file_header.bfOffBits;
738 FXSYS_memset(&dst_buf[dst_pos], 0, size);
756 _SetDWord_LSBFirst(&dst_buf[dst_pos], mask_red);
757 dst_pos += 4;
758 _SetDWord_LSBFirst(&dst_buf[dst_pos], mask_green);
759 dst_pos += 4;
760 _SetDWord_LSBFirst(&dst_buf[dst_pos], mask_blue);
761 dst_pos += 4;
762 bmp_ptr->file_header.bfOffBits = dst_pos;
817 FX_DWORD size, dst_pos; local 850 FX_DWORD size, dst_pos, index; local 898 FX_DWORD size, dst_pos, index; local [all...] |
/external/webrtc/webrtc/modules/desktop_capture/x11/ |
x_server_pixel_buffer.cc | 275 uint8_t* dst_pos = frame->data() + frame->stride() * dst_y; local 276 dst_pos += dst_x * DesktopFrame::kBytesPerPixel; 281 memcpy(dst_pos, src_pos, row_bytes); 283 dst_pos += frame->stride(); 304 uint8_t* dst_pos = frame->data() + frame->stride() * dst_y; local 306 dst_pos += dst_x * DesktopFrame::kBytesPerPixel; 312 uint32_t* dst_pos_32 = reinterpret_cast<uint32_t*>(dst_pos); 332 dst_pos += frame->stride();
|
/art/runtime/interpreter/ |
unstarted_runtime.cc | 553 mirror::Array* dst_array, int32_t dst_pos, 564 const bool copy_forward = (dst_pos < src_pos) || (dst_pos - src_pos >= length); 567 dst->Set(dst_pos + i, src->Get(src_pos + i)); 571 dst->Set(dst_pos + length - i, src->Get(src_pos + length - i)); 580 jint dst_pos = shadow_frame->GetVReg(arg_offset + 3); local 604 if (UNLIKELY(src_pos < 0) || UNLIKELY(dst_pos < 0) || UNLIKELY(length < 0) || 606 UNLIKELY(dst_pos > dst_array->GetLength() - length)) { 609 src_array->GetLength(), src_pos, dst_array->GetLength(), dst_pos, 634 const bool copy_forward = (dst_pos < src_pos) || (dst_pos - src_pos >= length) [all...] |
unstarted_runtime_test.cc | 115 int32_t dst_pos, 122 tmp->SetVReg(3, dst_pos); 140 int32_t dst_pos, 159 dst_pos,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
dim.h | 79 enum isl_dim_type dst_type, unsigned dst_pos,
|
polynomial.h | 77 enum isl_dim_type dst_type, unsigned dst_pos, 212 enum isl_dim_type dst_type, unsigned dst_pos, 291 enum isl_dim_type dst_type, unsigned dst_pos, 382 enum isl_dim_type dst_type, unsigned dst_pos,
|
space.h | 86 enum isl_dim_type dst_type, unsigned dst_pos,
|
set.h | 331 enum isl_dim_type dst_type, unsigned dst_pos, 334 enum isl_dim_type dst_type, unsigned dst_pos,
|
map.h | 417 enum isl_dim_type dst_type, unsigned dst_pos, 420 enum isl_dim_type dst_type, unsigned dst_pos,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/ |
dim.h | 79 enum isl_dim_type dst_type, unsigned dst_pos,
|
polynomial.h | 77 enum isl_dim_type dst_type, unsigned dst_pos, 212 enum isl_dim_type dst_type, unsigned dst_pos, 291 enum isl_dim_type dst_type, unsigned dst_pos, 382 enum isl_dim_type dst_type, unsigned dst_pos,
|
space.h | 86 enum isl_dim_type dst_type, unsigned dst_pos,
|
set.h | 331 enum isl_dim_type dst_type, unsigned dst_pos, 334 enum isl_dim_type dst_type, unsigned dst_pos,
|
map.h | 417 enum isl_dim_type dst_type, unsigned dst_pos, 420 enum isl_dim_type dst_type, unsigned dst_pos,
|
/art/compiler/optimizing/ |
intrinsics_arm64.cc | 1728 HIntConstant* dst_pos = invoke->InputAt(3)->AsIntConstant(); local 1857 Location dst_pos = locations->InAt(3); local [all...] |
/art/test/MyClassNatives/ |
MyClassNatives.java | 33 static native void arraycopy(Object src, int src_pos, Object dst, int dst_pos, int length);
|
/external/opencv/ml/src/ |
mlsvm.cpp | 548 Qfloat* dst_pos = dst; local 553 CV_SWAP( dst_pos, dst_neg, temp ); 559 dst_pos[j] = t; [all...] |
/external/opencv3/modules/ml/src/ |
svm.cpp | 606 Qfloat* dst_pos = dst; local 609 std::swap(dst_pos, dst_neg); 614 dst_pos[j] = t; [all...] |
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_tgsi.c | 434 struct ureg_src /*dst_pos, */ src_input, mask_pos; 503 dst_pos = ureg_DECL_fs_input(ureg,
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_exa_tgsi.c | 460 struct ureg_src /*dst_pos,*/ src_input, mask_pos; 536 dst_pos = ureg_DECL_fs_input(ureg,
|
/libcore/ojluni/src/main/native/ |
jvm.h | 110 jobject dst, jint dst_pos, jint length); [all...] |