Home
last modified time | relevance | path

Searched refs:memMove (Results 1 – 25 of 28) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/3rdparty/bx/tests/
H A Dcrt_test.cpp29 bx::memMove(&str[4], &str[4], 0);
32 bx::memMove(&str[4], &str[4], 5);
35 bx::memMove(str, &str[4], 5);
38 bx::memMove(&str[4], str, 5);
/dports/emulators/mame/mame-mame0226/3rdparty/bx/tests/
H A Dcrt_test.cpp29 bx::memMove(&str[4], &str[4], 0);
32 bx::memMove(&str[4], &str[4], 5);
35 bx::memMove(str, &str[4], 5);
38 bx::memMove(&str[4], str, 5);
/dports/emulators/mess/mame-mame0226/3rdparty/bx/src/
H A Dbx.cpp96 void memMove(void* _dst, const void* _src, size_t _numBytes) in memMove() function
105 void memMove( in memMove() function
117 memMove(_dst, _src, _stride*_num); in memMove()
126 memMove(dst, src, _stride); in memMove()
191 memMove(_dst, _stride, _src, _srcStride, _stride, _num); in gather()
197 memMove(_dst, _dstStride, _src, _stride, _num, _stride); in scatter()
H A Ddtoa.cpp394 memMove(&buffer[kk + 1], &buffer[kk], length - kk); in Prettify()
404 memMove(&buffer[offset], &buffer[0], length); in Prettify()
425 memMove(&buffer[2], &buffer[1], length - 1); in Prettify()
H A Dcrtnone.cpp28 bx::memMove(_dst, _src, _numBytes); in memmove()
/dports/emulators/mame/mame-mame0226/3rdparty/bx/src/
H A Dbx.cpp96 void memMove(void* _dst, const void* _src, size_t _numBytes) in memMove() function
105 void memMove( in memMove() function
117 memMove(_dst, _src, _stride*_num); in memMove()
126 memMove(dst, src, _stride); in memMove()
191 memMove(_dst, _stride, _src, _srcStride, _stride, _num); in gather()
197 memMove(_dst, _dstStride, _src, _stride, _num, _stride); in scatter()
H A Ddtoa.cpp394 memMove(&buffer[kk + 1], &buffer[kk], length - kk); in Prettify()
404 memMove(&buffer[offset], &buffer[0], length); in Prettify()
425 memMove(&buffer[2], &buffer[1], length - 1); in Prettify()
H A Dcrtnone.cpp28 bx::memMove(_dst, _src, _numBytes); in memmove()
/dports/science/jdftx/jdftx-1.6.0/fluid1D/core/
H A DData.cpp85 void ManagedMemory::memMove(ManagedMemory&& other) in memMove() function in ManagedMemory
132 memMove((ManagedMemory&&)other); //move data in ScalarField()
141 memMove((ManagedMemory&&)other); //move data in operator =()
160 memMove((ManagedMemory&&)other); //move data in ScalarFieldTilde()
169 memMove((ManagedMemory&&)other); //move data in operator =()
H A DData.h49 …void memMove(ManagedMemory&&); //!< Steal the other object's data (used for move constructors/assi…
/dports/lang/polyml/polyml-5.8.2/basis/
H A DForeign.581.sml45 val memMove: SysWord.word * SysWord.word * word * word* word -> unit = RunCall.moveBytes value
58 val () = memMove(init, RunCall.unsafeCast v, 0w0, 0w0, sysWordSize)
63 fun setVolatileRef(v, i) = memMove(i, RunCall.unsafeCast v, 0w0, 0w0, sysWordSize)
69 val () = memMove(RunCall.unsafeCast var, v, 0w0, 0w0, sysWordSize)
H A DForeignMemory.sml86 val memMove: SysWord.word * SysWord.word * word * word* word -> unit = RunCall.moveBytes value
99 val () = memMove(init, RunCall.unsafeCast v, 0w0, 0w0, sysWordSize)
104 fun setVolatileRef(v, i) = memMove(i, RunCall.unsafeCast v, 0w0, 0w0, sysWordSize)
110 val () = memMove(RunCall.unsafeCast var, v, 0w0, 0w0, sysWordSize)
/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DManagedMemory.h45 …void memMove(ManagedMemoryBase&&); //!< Steal the other object's data (used for move constructors/…
64 …void memMove(ManagedMemory<T>&&); //!< Steal the other object's data (used for move constructors/a…
175 template<typename T> void ManagedMemory<T>::memMove(ManagedMemory<T>&& mOther) in memMove() function
176 { ManagedMemoryBase::memMove((ManagedMemoryBase&&)mOther); //first invoke base class version in memMove()
331 { ManagedMemory<T>::memMove((ManagedMemory<T>&&)other); in ManagedArray()
348 { ManagedMemory<T>::memMove((ManagedMemory<T>&&)other);
H A Dmatrix.cpp111 memMove((ManagedMemory&&)m1); in matrix()
152 memMove((ManagedMemory&&)m1); in operator =()
H A DManagedMemory.cpp305 void ManagedMemoryBase::memMove(ManagedMemoryBase&& mOther) in memMove() function in ManagedMemoryBase
/dports/emulators/mess/mame-mame0226/3rdparty/bx/include/bx/
H A Dbx.h107 void memMove(void* _dst, const void* _src, size_t _numBytes);
110 void memMove(
/dports/emulators/mame/mame-mame0226/3rdparty/bx/include/bx/
H A Dbx.h107 void memMove(void* _dst, const void* _src, size_t _numBytes);
110 void memMove(
/dports/science/jdftx/jdftx-1.6.0/jdftx/electronic/
H A DColumnBundle.cpp65 memMove((ManagedMemory&&)Y); //cannibalize Y's data in ColumnBundle()
85 memMove((ManagedMemory&&)Y); //cannibalize Y's data in operator =()
/dports/emulators/mess/mame-mame0226/3rdparty/bx/include/bx/inline/
H A Dallocator.inl100 memMove(newAligned, aligned, _size);
/dports/emulators/mame/mame-mame0226/3rdparty/bx/include/bx/inline/
H A Dallocator.inl100 memMove(newAligned, aligned, _size);
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/tools/shaderc/
H A Dshaderc.cpp469 bx::memMove(m_data, &m_data[3], m_size-3); in load()
495 bx::memMove(&_str[len], _str, bx::strLen(_str) ); in strInsert()
2524 bx::memMove(data, &data[3], size-3); in compileShader()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/tools/shaderc/
H A Dshaderc.cpp469 bx::memMove(m_data, &m_data[3], m_size-3); in load()
495 bx::memMove(&_str[len], _str, bx::strLen(_str) ); in strInsert()
2524 bx::memMove(data, &data[3], size-3); in compileShader()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmInstance.cpp449 uint32_t len, F memMove) { in WasmMemoryCopy32() argument
461 memMove(memBase + dstByteOffset, memBase + srcByteOffset, size_t(len)); in WasmMemoryCopy32()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmInstance.cpp449 uint32_t len, F memMove) { in WasmMemoryCopy32() argument
461 memMove(memBase + dstByteOffset, memBase + srcByteOffset, size_t(len)); in WasmMemoryCopy32()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmInstance.cpp545 F memMove) { in WasmMemoryCopy() argument
551 memMove(memBase + uintptr_t(dstByteOffset), in WasmMemoryCopy()

12