Home
last modified time | relevance | path

Searched refs:MoveMemory (Results 26 – 50 of 292) sorted by relevance

12345678910>>...12

/dports/games/irrlamb/irrlamb-1.0.1/src/OPCODE/Ice/
H A DIceMemoryMacros.h17 #undef MoveMemory
71 inline_ void MoveMemory(void* dest, const void* src, udword size) { memmove(dest, src, size); } in MoveMemory() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/win32/org/eclipse/swt/browser/
H A DWebPolicyDelegate.java165 COM.MoveMemory (guid, riid, GUID.sizeof); in QueryInterface()
168 OS.MoveMemory (ppvObject, new long[] {iWebPolicyDelegate.getAddress ()}, C.PTR_SIZEOF); in QueryInterface()
173 OS.MoveMemory (ppvObject, new long[] {iWebPolicyDelegate.getAddress ()}, C.PTR_SIZEOF); in QueryInterface()
178 OS.MoveMemory (ppvObject, new long[] {0}, C.PTR_SIZEOF); in QueryInterface()
H A DWebFrameLoadDelegate.java128 OS.MoveMemory (pVtable, ppVtable, C.PTR_SIZEOF); in createCOMInterfaces()
130 OS.MoveMemory (funcs, pVtable[0], C.PTR_SIZEOF * funcs.length); in createCOMInterfaces()
132 OS.MoveMemory (pVtable[0], funcs, C.PTR_SIZEOF * funcs.length); in createCOMInterfaces()
523 COM.MoveMemory (guid, riid, GUID.sizeof); in QueryInterface()
526 OS.MoveMemory (ppvObject, new long[] {iWebFrameLoadDelegate.getAddress ()}, C.PTR_SIZEOF); in QueryInterface()
531 OS.MoveMemory (ppvObject, new long[] {iWebFrameLoadDelegate.getAddress ()}, C.PTR_SIZEOF); in QueryInterface()
536 OS.MoveMemory (ppvObject, new long[] {0}, C.PTR_SIZEOF); in QueryInterface()
626 OS.MoveMemory (context, certificate, CERT_CONTEXT.sizeof); in showCertificate()
628 OS.MoveMemory (info, context.pCertInfo, CERT_INFO.sizeof); in showCertificate()
654 OS.MoveMemory (serialNumber, info.SerialNumber.pbData, length); in showCertificate()
/dports/games/alienarena/alienarena-7.66/source/unix/odesrc/OPCODE/Ice/
H A DIceMemoryMacros.h17 #undef MoveMemory
71 inline_ void MoveMemory(void* dest, const void* src, udword size) { memmove(dest, src, size); } in MoveMemory() function
/dports/games/alienarena-data/alienarena-7.66/source/unix/odesrc/OPCODE/Ice/
H A DIceMemoryMacros.h17 #undef MoveMemory
71 inline_ void MoveMemory(void* dest, const void* src, udword size) { memmove(dest, src, size); } in MoveMemory() function
/dports/devel/ode/ode-0.13/OPCODE/Ice/
H A DIceMemoryMacros.h17 #undef MoveMemory
71 inline_ void MoveMemory(void* dest, const void* src, udword size) { memmove(dest, src, size); } in MoveMemory() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/
H A DOlePropertyChangeSink.java146 COM.MoveMemory(guid, riid, GUID.sizeof); in QueryInterface()
148 OS.MoveMemory(ppvObject, new long[] {iPropertyNotifySink.getAddress()}, C.PTR_SIZEOF); in QueryInterface()
152 OS.MoveMemory(ppvObject, new long[] {0}, C.PTR_SIZEOF); in QueryInterface()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/
H A DPrinter.java224 OS.MoveMemory(lpInitData, devmodeData, devmodeData.length); in create()
245 OS.MoveMemory(devmode, lpInitData, DEVMODE.sizeof); in create()
264 OS.MoveMemory(lpInitData, devmode, DEVMODE.sizeof); in create()
363 OS.MoveMemory(lpszDocName, buffer, byteCount); in startJob()
375 OS.MoveMemory(lpszOutput, buffer, byteCount); in startJob()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/
H A DIDispatch.java44 OS.MoveMemory(pName, buffer, buffer.length * 2); in GetIDsOfNames()
46 OS.MoveMemory(ppNames + C.PTR_SIZEOF * i, new long[]{pName}, C.PTR_SIZEOF); in GetIDsOfNames()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/collections/
H A DStreamPool.c49 MoveMemory(&pool->uArray[index + count], &pool->uArray[index], in StreamPool_ShiftUsed()
57 MoveMemory(&pool->uArray[index], &pool->uArray[index - count], in StreamPool_ShiftUsed()
126 MoveMemory(&pool->aArray[index + count], &pool->aArray[index], in StreamPool_ShiftAvailable()
134 MoveMemory(&pool->aArray[index], &pool->aArray[index - count], in StreamPool_ShiftAvailable()
H A DBufferPool.c54 MoveMemory(&pool->aArray[index + count], &pool->aArray[index], in BufferPool_ShiftAvailable()
60 MoveMemory(&pool->aArray[index], &pool->aArray[index - count], in BufferPool_ShiftAvailable()
82 MoveMemory(&pool->uArray[index + count], &pool->uArray[index], in BufferPool_ShiftUsed()
88 MoveMemory(&pool->uArray[index], &pool->uArray[index - count], in BufferPool_ShiftUsed()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DColorDialog.java193 OS.MoveMemory (display.lpCustColors, colors, CUSTOM_COLOR_COUNT * 4); in open()
209 OS.MoveMemory (display.lpCustColors, colors, CUSTOM_COLOR_COUNT * 4); in open()
248 OS.MoveMemory (colors, display.lpCustColors, colors.length * 4); in open()
H A DTaskBar.java111 OS.MoveMemory (pv, new short [] {OS.VT_BOOL}, 2); in createShellLink()
112 OS.MoveMemory (pv + 8, new short [] {OS.VARIANT_TRUE}, 2); in createShellLink()
120 OS.MoveMemory (titlePtr, buffer, buffer.length * 2); in createShellLink()
121 OS.MoveMemory (pv, new short [] {OS.VT_LPWSTR}, 2); in createShellLink()
122 OS.MoveMemory (pv + 8, new long [] {titlePtr}, C.PTR_SIZEOF); in createShellLink()
H A DFontDialog.java208 OS.MoveMemory (lpLogFont, logFont, LOGFONT.sizeof); in open()
242 OS.MoveMemory (logFont, lpLogFont, LOGFONT.sizeof); in open()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/utils/converter/opcode/Ice/
H A DIceMemoryMacros.h17 #undef MoveMemory
92 inline_ void MoveMemory(void* dest, const void* src, udword size) { memmove(dest, src, size); } in MoveMemory() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet123.java190 COM.MoveMemory(guid, riid, GUID.sizeof); in QueryInterface()
193 COM.MoveMemory(ppvObject, new long /*int*/[] {iDispatch.getAddress()}, OS.PTR_SIZEOF); in QueryInterface()
197 COM.MoveMemory(ppvObject, new long /*int*/[] {0}, OS.PTR_SIZEOF); in QueryInterface()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/
H A DImage.java892 Gdip.MoveMemory(bitmapData, lockedBitmapData); in initNative()
940 OS.MoveMemory(data, pixels, data.length); in initNative()
1038 OS.MoveMemory(srcData, dibBM.bmBits, sizeInBytes); in createGdipImage()
1070 OS.MoveMemory(pixels, srcData, sizeInBytes); in createGdipImage()
1111 OS.MoveMemory(srcData, dibBM.bmBits, srcData.length); in createGdipImage()
1132 OS.MoveMemory(pixels, srcData, srcData.length); in createGdipImage()
1442 OS.MoveMemory(bmi, bmiHeader, BITMAPINFOHEADER.sizeof); in getImageDataAtCurrentZoom()
1593 OS.MoveMemory(data, bm.bmBits, imageSize); in getImageDataAtCurrentZoom()
1711 OS.MoveMemory(bmi, bmiHeader, BITMAPINFOHEADER.sizeof); in createDIB()
1805 OS.MoveMemory(bmi, bmiHeader, BITMAPINFOHEADER.sizeof); in init()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/
H A DByteArrayTransfer.java175 OS.MoveMemory(newPtr, data, size); in javaToNative()
209 OS.MoveMemory(buffer, ptr, size); in nativeToJava()
H A DTreeDragSourceEffect.java116 OS.MoveMemory (bmi, bmiHeader, BITMAPINFOHEADER.sizeof); in getDragSourceImage()
129 OS.MoveMemory (srcData, dibBM.bmBits, sizeInBytes); in getDragSourceImage()
H A DTableDragSourceEffect.java117 OS.MoveMemory (bmi, bmiHeader, BITMAPINFOHEADER.sizeof); in getDragSourceImage()
130 OS.MoveMemory (srcData, dibBM.bmBits, sizeInBytes); in getDragSourceImage()
H A DTextTransfer.java82 OS.MoveMemory(newPtr, chars, byteCount); in javaToNative()
146 OS.MoveMemory(chars, ptr, size); in nativeToJava()
H A DURLTransfer.java77 OS.MoveMemory(newPtr, chars, byteCount); in javaToNative()
135 OS.MoveMemory(chars, ptr, size); in nativeToJava()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/
H A DImageList.java93 OS.MoveMemory(bmi, bmiHeader, BITMAPINFOHEADER.sizeof); in copyBitmap()
136 OS.MoveMemory (bmi, bmiHeader, BITMAPINFOHEADER.sizeof); in copyWithAlpha()
149 OS.MoveMemory (srcData, dibBM.bmBits, sizeInBytes); in copyWithAlpha()
176 OS.MoveMemory (dibBM.bmBits, srcData, sizeInBytes); in copyWithAlpha()
188 OS.MoveMemory (bmi2, bmiHeader2, BITMAPINFOHEADER.sizeof); in copyWithAlpha()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_sync_test.cpp73 TEST(MetaMap, MoveMemory) { in TEST() argument
84 m->MoveMemory((uptr)&block1[0], (uptr)&block2[0], 4 * sizeof(u64)); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_sync_test.cc74 TEST(MetaMap, MoveMemory) { in TEST() argument
85 m->MoveMemory((uptr)&block1[0], (uptr)&block2[0], 4 * sizeof(u64)); in TEST()

12345678910>>...12