Home
last modified time | relevance | path

Searched refs:CopyMemory (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/Dialect/SPIRV/Serialization/
H A Dmemory-ops.mlir67 // CHECK: spv.CopyMemory "Function" %{{.*}}, "Function" %{{.*}} : f32
68 spv.CopyMemory "Function" %0, "Function" %1 : f32
77 // CHECK: spv.CopyMemory "Output" %{{.*}}, "Input" %{{.*}} : !spv.array<4 x f32>
78 spv.CopyMemory "Output" %out, "Input" %in : !spv.array<4xf32>
91 spv.CopyMemory "Function" %0, "Function" %1 ["Aligned", 4] : f32
93 // CHECK: spv.CopyMemory "Function" %{{.*}}, "Function" %{{.*}} ["Volatile"] : f32
94 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"] : f32
97 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"], ["Volatile"] : f32
100 spv.CopyMemory "Function" %0, "Function" %1 ["Aligned", 4], ["Volatile"] : f32
103 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"], ["Aligned", 4] : f32
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Target/SPIRV/
H A Dmemory-ops.mlir67 // CHECK: spv.CopyMemory "Function" %{{.*}}, "Function" %{{.*}} : f32
68 spv.CopyMemory "Function" %0, "Function" %1 : f32
77 // CHECK: spv.CopyMemory "Output" %{{.*}}, "Input" %{{.*}} : !spv.array<4 x f32>
78 spv.CopyMemory "Output" %out, "Input" %in : !spv.array<4xf32>
91 spv.CopyMemory "Function" %0, "Function" %1 ["Aligned", 4] : f32
93 // CHECK: spv.CopyMemory "Function" %{{.*}}, "Function" %{{.*}} ["Volatile"] : f32
94 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"] : f32
97 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"], ["Volatile"] : f32
100 spv.CopyMemory "Function" %0, "Function" %1 ["Aligned", 4], ["Volatile"] : f32
103 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"], ["Aligned", 4] : f32
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Target/SPIRV/
H A Dmemory-ops.mlir67 // CHECK: spv.CopyMemory "Function" %{{.*}}, "Function" %{{.*}} : f32
68 spv.CopyMemory "Function" %0, "Function" %1 : f32
77 // CHECK: spv.CopyMemory "Output" %{{.*}}, "Input" %{{.*}} : !spv.array<4 x f32>
78 spv.CopyMemory "Output" %out, "Input" %in : !spv.array<4xf32>
91 spv.CopyMemory "Function" %0, "Function" %1 ["Aligned", 4] : f32
93 // CHECK: spv.CopyMemory "Function" %{{.*}}, "Function" %{{.*}} ["Volatile"] : f32
94 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"] : f32
97 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"], ["Volatile"] : f32
100 spv.CopyMemory "Function" %0, "Function" %1 ["Aligned", 4], ["Volatile"] : f32
103 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"], ["Aligned", 4] : f32
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/Target/SPIRV/
H A Dmemory-ops.mlir67 // CHECK: spv.CopyMemory "Function" %{{.*}}, "Function" %{{.*}} : f32
68 spv.CopyMemory "Function" %0, "Function" %1 : f32
77 // CHECK: spv.CopyMemory "Output" %{{.*}}, "Input" %{{.*}} : !spv.array<4 x f32>
78 spv.CopyMemory "Output" %out, "Input" %in : !spv.array<4xf32>
91 spv.CopyMemory "Function" %0, "Function" %1 ["Aligned", 4] : f32
93 // CHECK: spv.CopyMemory "Function" %{{.*}}, "Function" %{{.*}} ["Volatile"] : f32
94 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"] : f32
97 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"], ["Volatile"] : f32
100 spv.CopyMemory "Function" %0, "Function" %1 ["Aligned", 4], ["Volatile"] : f32
103 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"], ["Aligned", 4] : f32
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/Dialect/SPIRV/Serialization/
H A Dmemory-ops.mlir67 // CHECK: spv.CopyMemory "Function" %{{.*}}, "Function" %{{.*}} : f32
68 spv.CopyMemory "Function" %0, "Function" %1 : f32
77 // CHECK: spv.CopyMemory "Output" %{{.*}}, "Input" %{{.*}} : !spv.array<4 x f32>
78 spv.CopyMemory "Output" %out, "Input" %in : !spv.array<4xf32>
91 spv.CopyMemory "Function" %0, "Function" %1 ["Aligned", 4] : f32
93 // CHECK: spv.CopyMemory "Function" %{{.*}}, "Function" %{{.*}} ["Volatile"] : f32
94 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"] : f32
97 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"], ["Volatile"] : f32
100 spv.CopyMemory "Function" %0, "Function" %1 ["Aligned", 4], ["Volatile"] : f32
103 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"], ["Aligned", 4] : f32
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/Target/SPIRV/
H A Dmemory-ops.mlir67 // CHECK: spv.CopyMemory "Function" %{{.*}}, "Function" %{{.*}} : f32
68 spv.CopyMemory "Function" %0, "Function" %1 : f32
77 // CHECK: spv.CopyMemory "Output" %{{.*}}, "Input" %{{.*}} : !spv.array<4 x f32>
78 spv.CopyMemory "Output" %out, "Input" %in : !spv.array<4xf32>
91 spv.CopyMemory "Function" %0, "Function" %1 ["Aligned", 4] : f32
93 // CHECK: spv.CopyMemory "Function" %{{.*}}, "Function" %{{.*}} ["Volatile"] : f32
94 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"] : f32
97 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"], ["Volatile"] : f32
100 spv.CopyMemory "Function" %0, "Function" %1 ["Aligned", 4], ["Volatile"] : f32
103 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"], ["Aligned", 4] : f32
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Target/SPIRV/
H A Dmemory-ops.mlir67 // CHECK: spv.CopyMemory "Function" %{{.*}}, "Function" %{{.*}} : f32
68 spv.CopyMemory "Function" %0, "Function" %1 : f32
77 // CHECK: spv.CopyMemory "Output" %{{.*}}, "Input" %{{.*}} : !spv.array<4 x f32>
78 spv.CopyMemory "Output" %out, "Input" %in : !spv.array<4xf32>
91 spv.CopyMemory "Function" %0, "Function" %1 ["Aligned", 4] : f32
93 // CHECK: spv.CopyMemory "Function" %{{.*}}, "Function" %{{.*}} ["Volatile"] : f32
94 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"] : f32
97 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"], ["Volatile"] : f32
100 spv.CopyMemory "Function" %0, "Function" %1 ["Aligned", 4], ["Volatile"] : f32
103 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"], ["Aligned", 4] : f32
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Target/SPIRV/
H A Dmemory-ops.mlir67 // CHECK: spv.CopyMemory "Function" %{{.*}}, "Function" %{{.*}} : f32
68 spv.CopyMemory "Function" %0, "Function" %1 : f32
77 // CHECK: spv.CopyMemory "Output" %{{.*}}, "Input" %{{.*}} : !spv.array<4 x f32>
78 spv.CopyMemory "Output" %out, "Input" %in : !spv.array<4xf32>
91 spv.CopyMemory "Function" %0, "Function" %1 ["Aligned", 4] : f32
93 // CHECK: spv.CopyMemory "Function" %{{.*}}, "Function" %{{.*}} ["Volatile"] : f32
94 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"] : f32
97 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"], ["Volatile"] : f32
100 spv.CopyMemory "Function" %0, "Function" %1 ["Aligned", 4], ["Volatile"] : f32
103 spv.CopyMemory "Function" %0, "Function" %1 ["Volatile"], ["Aligned", 4] : f32
[all …]
/dports/games/libretro-px68k/px68k-libretro-8455d9c/libretro/
H A Dmkcgrom.c897 CopyMemory(dest, image, (((bmpx + 31) / 8) & ~3) * bmpy); in getfont_sub()
1037 CopyMemory(buf + 0x3a000 + 0x01*8, x68c8, 0xfd*8); in make_cgromdat()
1043 CopyMemory(buf + 0x3a800 + 0x01*16, &x68c16[0x00*8], 0x1f*16); in make_cgromdat()
1044 CopyMemory(buf + 0x3a800 + 0x80*16, &x68c16[0x1f*8], 0x03*16); in make_cgromdat()
1045 CopyMemory(buf + 0x3a800 + 0x86*16, &x68c16[0x22*8], 0x0a*16); in make_cgromdat()
1046 CopyMemory(buf + 0x3a800 + 0x91*16, &x68c16[0x2c*8], 0x0f*16); in make_cgromdat()
1047 CopyMemory(buf + 0x3a800 + 0xe0*16, &x68c16[0x3b*8], 0x1e*16); in make_cgromdat()
1054 CopyMemory(buf + 0x3b800 + 0x01*24, &x68c12[0x00*12], 0x1f*24); in make_cgromdat()
1055 CopyMemory(buf + 0x3b800 + 0x80*24, &x68c12[0x1f*12], 0x03*24); in make_cgromdat()
1088 CopyMemory(buf + 0x5e*7*32, x68k16, 32*32); in make_cgromdat()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/sspi/NTLM/
H A Dntlm_compute.c193 CopyMemory(timestamp, &(time64.QuadPart), 8); in ntlm_current_time()
204 CopyMemory(context->Timestamp, context->ChallengeTimestamp, 8); in ntlm_generate_timestamp()
397 CopyMemory(value, context->ServerChallenge, 8); in ntlm_compute_lm_v2_response()
398 CopyMemory(&value[8], context->ClientChallenge, 8); in ntlm_compute_lm_v2_response()
409 CopyMemory(&response[16], context->ClientChallenge, 8); in ntlm_compute_lm_v2_response()
446 CopyMemory(&blob[28], TargetInfo->pvBuffer, TargetInfo->cbBuffer); in ntlm_compute_ntlm_v2_response()
458 CopyMemory(blob, context->ServerChallenge, 8); in ntlm_compute_ntlm_v2_response()
470 CopyMemory(blob, context->NtProofString, WINPR_MD5_DIGEST_LENGTH); in ntlm_compute_ntlm_v2_response()
534 CopyMemory(context->KeyExchangeKey, context->SessionBaseKey, 16); in ntlm_generate_key_exchange_key()
612 CopyMemory(value, exported_session_key, WINPR_MD5_DIGEST_LENGTH); in ntlm_generate_signing_key()
[all …]
H A Dntlm.c685 CopyMemory(&blob[16], ntlm->Timestamp, 8); /* Time. */ in ntlm_computeProofValue()
689 CopyMemory(&blob[36], target->pvBuffer, target->cbBuffer); in ntlm_computeProofValue()
798 CopyMemory(mic->pvBuffer, message->MessageIntegrityCheck, 16); in ntlm_QueryContextAttributesW()
838 CopyMemory(context->NtlmHash, AuthNtlmHash->NtlmHash, 16); in ntlm_SetContextAttributesW()
840 CopyMemory(context->NtlmV2Hash, AuthNtlmHash->NtlmHash, 16); in ntlm_SetContextAttributesW()
1006 CopyMemory(data, data_buffer->pvBuffer, length); in ntlm_EncryptMessage()
1033 CopyMemory(data_buffer->pvBuffer, data, length); in ntlm_EncryptMessage()
1050 CopyMemory(&signature[4], (void*)checksum, 8); in ntlm_EncryptMessage()
1101 CopyMemory(data, data_buffer->pvBuffer, length); in ntlm_DecryptMessage()
1108 CopyMemory(data_buffer->pvBuffer, data, length); in ntlm_DecryptMessage()
[all …]
/dports/graphics/freeimage/FreeImage/Wrapper/VB6/src/
H A DMFreeImage.bas5592 Call CopyMemory(curTemp, Value, 4)
5617 Call CopyMemory(lTemp, Value, 2)
5857 Call CopyMemory(FreeImage_GetICCProfile, _
6627 Call CopyMemory(lBF, tBF, 4)
8921 Call CopyMemory(lcColorA, ColorA, 3)
8941 Call CopyMemory(lcColorA, ColorA, 4)
10886 Call CopyMemory(ByVal ArrayPtr, 0&, 4)
11144 Call CopyMemory(.Id, tTag.Id, 2)
11811 Call CopyMemory(pDeref, ByVal Ptr, 4)
11831 Call CopyMemory(lpTmp, ByVal lpSrc, 4)
[all …]
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dmessage.c82 CopyMemory(wParam, bounds, sizeof(rdpBounds)); in update_message_SetBounds()
151 CopyMemory(wParam, playSound, sizeof(PLAY_SOUND_UPDATE)); in update_message_PlaySound()
189 CopyMemory(lParam, areas, sizeof(RECTANGLE_16) * count); in update_message_RefreshRect()
209 CopyMemory(lParam, area, sizeof(RECTANGLE_16)); in update_message_SuppressOutput()
294 CopyMemory(wParam, dstBlt, sizeof(DSTBLT_ORDER)); in update_message_DstBlt()
311 CopyMemory(wParam, patBlt, sizeof(PATBLT_ORDER)); in update_message_PatBlt()
329 CopyMemory(wParam, scrBlt, sizeof(SCRBLT_ORDER)); in update_message_ScrBlt()
470 CopyMemory(wParam, lineTo, sizeof(LINE_TO_ORDER)); in update_message_LineTo()
487 CopyMemory(wParam, polyline, sizeof(POLYLINE_ORDER)); in update_message_Polyline()
513 CopyMemory(wParam, memBlt, sizeof(MEMBLT_ORDER)); in update_message_MemBlt()
[all …]
H A Dgraphics.c41 CopyMemory(bitmap, graphics->Bitmap_Prototype, sizeof(rdpBitmap)); in Bitmap_Alloc()
89 CopyMemory(graphics->Bitmap_Prototype, bitmap, sizeof(rdpBitmap)); in graphics_register_bitmap()
102 CopyMemory(pointer, graphics->Pointer_Prototype, sizeof(rdpPointer)); in Pointer_Alloc()
123 CopyMemory(graphics->Pointer_Prototype, pointer, sizeof(rdpPointer)); in graphics_register_pointer()
161 CopyMemory(glyph->aj, aj, cb); in Glyph_Alloc()
175 CopyMemory(graphics->Glyph_Prototype, glyph, sizeof(rdpGlyph)); in graphics_register_glyph()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/internal/misc/Unsafe/
H A DCopyMemory.java31 public class CopyMemory extends CopyCommon { class
32 private CopyMemory() { in CopyMemory() method in CopyMemory
133 CopyMemory cs = new CopyMemory(); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/internal/misc/Unsafe/
H A DCopyMemory.java31 public class CopyMemory extends CopyCommon { class
32 private CopyMemory() { in CopyMemory() method in CopyMemory
133 CopyMemory cs = new CopyMemory(); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/internal/misc/Unsafe/
H A DCopyMemory.java31 public class CopyMemory extends CopyCommon { class
32 private CopyMemory() { in CopyMemory() method in CopyMemory
133 CopyMemory cs = new CopyMemory(); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/internal/misc/Unsafe/
H A DCopyMemory.java31 public class CopyMemory extends CopyCommon { class
32 private CopyMemory() { in CopyMemory() method in CopyMemory
133 CopyMemory cs = new CopyMemory(); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/internal/misc/Unsafe/
H A DCopyMemory.java31 public class CopyMemory extends CopyCommon { class
32 private CopyMemory() { in CopyMemory() method in CopyMemory
133 CopyMemory cs = new CopyMemory(); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/internal/misc/Unsafe/
H A DCopyMemory.java31 public class CopyMemory extends CopyCommon { class
32 private CopyMemory() { in CopyMemory() method in CopyMemory
133 CopyMemory cs = new CopyMemory(); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/internal/misc/Unsafe/
H A DCopyMemory.java31 public class CopyMemory extends CopyCommon { class
32 private CopyMemory() { in CopyMemory() method in CopyMemory
133 CopyMemory cs = new CopyMemory(); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/internal/misc/Unsafe/
H A DCopyMemory.java31 public class CopyMemory extends CopyCommon { class
32 private CopyMemory() { in CopyMemory() method in CopyMemory
133 CopyMemory cs = new CopyMemory(); in main()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/
H A Dzgfx.c159 CopyMemory(&(zgfx->HistoryBuffer[zgfx->HistoryIndex]), src, count); in zgfx_history_buffer_ring_write()
167 CopyMemory(&(zgfx->HistoryBuffer[zgfx->HistoryIndex]), src, front); in zgfx_history_buffer_ring_write()
168 CopyMemory(zgfx->HistoryBuffer, &src[front], count - front); in zgfx_history_buffer_ring_write()
192 CopyMemory(dptr, &(zgfx->HistoryBuffer[index]), bytes); in zgfx_history_buffer_ring_read()
197 CopyMemory(dptr, &(zgfx->HistoryBuffer[index]), front); in zgfx_history_buffer_ring_read()
198 CopyMemory(&dptr[front], zgfx->HistoryBuffer, bytes - front); in zgfx_history_buffer_ring_read()
214 CopyMemory(dptr, origDst, bytes); in zgfx_history_buffer_ring_read()
254 CopyMemory(zgfx->OutputBuffer, pbSegment, cbSegment); in zgfx_decompress_segment()
349 CopyMemory(&(zgfx->OutputBuffer[zgfx->OutputCount]), zgfx->pbInputCurrent, in zgfx_decompress_segment()
395 CopyMemory(*ppDstData, zgfx->OutputBuffer, zgfx->OutputCount); in zgfx_decompress()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/clipboard/
H A Dsynthetic.c193 CopyMemory(pDstData, data, size); in clipboard_synthesize_utf8_string()
238 CopyMemory(pDstData, data, DstSize); in clipboard_synthesize_cf_dib()
306 CopyMemory(pDst, data, SrcSize); in clipboard_synthesize_image_bmp()
339 CopyMemory(bom, data, 2); in clipboard_synthesize_html_format()
360 CopyMemory(pSrcData, data, SrcSize); in clipboard_synthesize_html_format()
384 CopyMemory(&pDstData[23], num, 10); in clipboard_synthesize_html_format()
392 CopyMemory(&pDstData[69], num, 10); in clipboard_synthesize_html_format()
396 CopyMemory(&pDstData[93], num, 10); in clipboard_synthesize_html_format()
404 CopyMemory(&pDstData[43], num, 10); in clipboard_synthesize_html_format()
458 CopyMemory(pDstData, &str[beg], DstSize); in clipboard_synthesize_text_html()
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Library/Classes/
H A DMemoryArray.cs247 CopyMemory(ptr, baseAddress + (index * size), size); in GetValueInternal()
298 CopyMemory(baseAddress + (index * size), ptr, size); in SetValueInternal()
338 CopyMemory(dst, baseAddress + (size * index), size * length); in GetValues()
383 CopyMemory(baseAddress + (index * size), src, size * length); in SetValues()
470 CopyMemory(dst, baseAddress + (size * sourceIndex), size * length); in CopyTo()
531 CopyMemory(baseAddress + (size * destinationIndex), src, size * length); in CopyFrom()
558 CopyMemory(dst, baseAddress, result.Length); in ToByteArray()
785 protected static unsafe void CopyMemory(byte* dest, byte* src, int len) in CopyMemory() method in FreeImageAPI.MemoryArray

12345678910>>...29