Home
last modified time | relevance | path

Searched defs:_offset (Results 1 – 25 of 2212) sorted by relevance

12345678910>>...89

/dports/lang/zig/zig-0.9.0/lib/libc/include/aarch64-macos.11-gnu/libkern/arm/
H A DOSByteOrder.h81 uintptr_t _offset in _OSReadSwapInt16()
91 uintptr_t _offset in OSReadSwapInt16()
103 uintptr_t _offset in _OSReadSwapInt32()
113 uintptr_t _offset in OSReadSwapInt32()
125 uintptr_t _offset in _OSReadSwapInt64()
135 uintptr_t _offset in OSReadSwapInt64()
149 uintptr_t _offset, in _OSWriteSwapInt16()
160 uintptr_t _offset, in OSWriteSwapInt16()
173 uintptr_t _offset, in _OSWriteSwapInt32()
184 uintptr_t _offset, in OSWriteSwapInt32()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/aarch64-macos.11-gnu/libkern/arm/
H A DOSByteOrder.h81 uintptr_t _offset in _OSReadSwapInt16()
91 uintptr_t _offset in OSReadSwapInt16()
103 uintptr_t _offset in _OSReadSwapInt32()
113 uintptr_t _offset in OSReadSwapInt32()
125 uintptr_t _offset in _OSReadSwapInt64()
135 uintptr_t _offset in OSReadSwapInt64()
149 uintptr_t _offset, in _OSWriteSwapInt16()
160 uintptr_t _offset, in OSWriteSwapInt16()
173 uintptr_t _offset, in _OSWriteSwapInt32()
184 uintptr_t _offset, in OSWriteSwapInt32()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/aarch64-macos.12-gnu/libkern/arm/
H A DOSByteOrder.h81 uintptr_t _offset in _OSReadSwapInt16()
91 uintptr_t _offset in OSReadSwapInt16()
103 uintptr_t _offset in _OSReadSwapInt32()
113 uintptr_t _offset in OSReadSwapInt32()
125 uintptr_t _offset in _OSReadSwapInt64()
135 uintptr_t _offset in OSReadSwapInt64()
149 uintptr_t _offset, in _OSWriteSwapInt16()
160 uintptr_t _offset, in OSWriteSwapInt16()
173 uintptr_t _offset, in _OSWriteSwapInt32()
184 uintptr_t _offset, in OSWriteSwapInt32()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/aarch64-macos.12-gnu/libkern/arm/
H A DOSByteOrder.h81 uintptr_t _offset in _OSReadSwapInt16()
91 uintptr_t _offset in OSReadSwapInt16()
103 uintptr_t _offset in _OSReadSwapInt32()
113 uintptr_t _offset in OSReadSwapInt32()
125 uintptr_t _offset in _OSReadSwapInt64()
135 uintptr_t _offset in OSReadSwapInt64()
149 uintptr_t _offset, in _OSWriteSwapInt16()
160 uintptr_t _offset, in OSWriteSwapInt16()
173 uintptr_t _offset, in _OSWriteSwapInt32()
184 uintptr_t _offset, in OSWriteSwapInt32()
[all …]
/dports/lang/solidity/solidity_0.8.11/test/tools/yulInterpreter/
H A DEwasmBuiltinInterpreter.h119 void writeU128(uint64_t _offset, u256 _value) { writeU256(_offset, std::move(_value), 16); } in writeU128()
121 …void writeBytes32(uint64_t _offset, util::h256 _value) { accessMemory(_offset, 32); writeMemory(_o… in writeBytes32()
122 …void writeAddress(uint64_t _offset, util::h160 _value) { accessMemory(_offset, 20); writeMemory(_o… in writeAddress()
125 u256 readU128(uint64_t _offset) { return readU256(_offset, 16); } in readU128()
127 …util::h256 readBytes32(uint64_t _offset) { accessMemory(_offset, 32); return util::h256(readMemory… in readBytes32()
128 …util::h160 readAddress(uint64_t _offset) { accessMemory(_offset, 20); return util::h160(readMemory… in readAddress()
H A DEwasmBuiltinInterpreter.cpp519 void EwasmBuiltinInterpreter::accessMemory(u256 const& _offset, u256 const& _size) in accessMemory()
530 bytes EwasmBuiltinInterpreter::readMemory(uint64_t _offset, uint64_t _size) in readMemory()
539 uint64_t EwasmBuiltinInterpreter::readMemoryWord(uint64_t _offset) in readMemoryWord()
547 uint32_t EwasmBuiltinInterpreter::readMemoryHalfWord(uint64_t _offset) in readMemoryHalfWord()
555 void EwasmBuiltinInterpreter::writeMemory(uint64_t _offset, bytes const& _value) in writeMemory()
561 void EwasmBuiltinInterpreter::writeMemoryWord(uint64_t _offset, uint64_t _value) in writeMemoryWord()
567 void EwasmBuiltinInterpreter::writeMemoryHalfWord(uint64_t _offset, uint32_t _value) in writeMemoryHalfWord()
573 void EwasmBuiltinInterpreter::writeMemoryByte(uint64_t _offset, uint8_t _value) in writeMemoryByte()
578 void EwasmBuiltinInterpreter::writeU256(uint64_t _offset, u256 _value, size_t _croppedTo) in writeU256()
588 u256 EwasmBuiltinInterpreter::readU256(uint64_t _offset, size_t _croppedTo) in readU256()
H A DEVMInstructionInterpreter.cpp51 u256 readZeroExtended(bytes const& _data, u256 const& _offset) in readZeroExtended()
473 bool EVMInstructionInterpreter::accessMemory(u256 const& _offset, u256 const& _size) in accessMemory()
487 bytes EVMInstructionInterpreter::readMemory(u256 const& _offset, u256 const& _size) in readMemory()
496 u256 EVMInstructionInterpreter::readMemoryWord(u256 const& _offset) in readMemoryWord()
501 void EVMInstructionInterpreter::writeMemoryWord(u256 const& _offset, u256 const& _value) in writeMemoryWord()
/dports/net/xrdp-devel/xrdp-0.9.16/sesman/chansrv/
H A Dchansrv.h43 #define GSET_UINT8(_ptr, _offset, _data) \ argument
45 #define GGET_UINT8(_ptr, _offset) \ argument
47 #define GSET_UINT16(_ptr, _offset, _data) \ argument
50 #define GGET_UINT16(_ptr, _offset) \ argument
53 #define GSET_UINT32(_ptr, _offset, _data) \ argument
56 #define GGET_UINT32(_ptr, _offset) \ argument
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/sesman/chansrv/
H A Dchansrv.h43 #define GSET_UINT8(_ptr, _offset, _data) \ argument
45 #define GGET_UINT8(_ptr, _offset) \ argument
47 #define GSET_UINT16(_ptr, _offset, _data) \ argument
50 #define GGET_UINT16(_ptr, _offset) \ argument
53 #define GSET_UINT32(_ptr, _offset, _data) \ argument
56 #define GGET_UINT32(_ptr, _offset) \ argument
/dports/misc/dartsim/dart-6.11.1/python/dartpy/dynamics/
H A DJacobianNode.cpp113 const Eigen::Vector3d& _offset) -> dart::math::Jacobian { in JacobianNode()
130 const Eigen::Vector3d& _offset) -> dart::math::Jacobian { in JacobianNode()
151 const Eigen::Vector3d& _offset) -> dart::math::LinearJacobian { in JacobianNode()
160 -> dart::math::LinearJacobian { in JacobianNode()
190 const Eigen::Vector3d& _offset) -> dart::math::Jacobian { in JacobianNode()
215 const Eigen::Vector3d& _offset) -> dart::math::Jacobian { in JacobianNode()
246 const Eigen::Vector3d& _offset) -> dart::math::LinearJacobian { in JacobianNode()
255 -> dart::math::LinearJacobian { in JacobianNode()
/dports/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.9/src/
H A Dglintpcirename.h71 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
74 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
77 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
80 #define PCI_WRITE_BYTE(_pcidev, _value, _offset) \ argument
114 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
117 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
120 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
123 #define PCI_WRITE_BYTE(_pcidev, _value, _offset) \ argument
/dports/devel/bossa/BOSSA-1.9.1/src/
H A DBossaThread.h97 uint32_t _offset; variable
110 uint32_t _offset; variable
125 uint32_t _offset; variable
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/detail/
H A DTemplatedJacobianNode.hpp70 const Eigen::Vector3d& _offset, const Frame* _inCoordinatesOf) const in getJacobian() argument
122 const Eigen::Vector3d& _offset, const Frame* _inCoordinatesOf) const in getLinearJacobian() argument
186 const Eigen::Vector3d& _offset, const Frame* _inCoordinatesOf) const in getJacobianSpatialDeriv() argument
214 const Eigen::Vector3d& _offset, const Frame* _inCoordinatesOf) const in getJacobianClassicDeriv() argument
252 const Eigen::Vector3d& _offset, const Frame* _inCoordinatesOf) const in getLinearJacobianDeriv() argument
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/tcp/
H A Dtcp_base.h29 #define UCT_TCP_SEND_RECV_BUF_FIELDS(_offset) \ argument
39 #define UCT_TCP_SYN_CNT(_offset) \ argument
/dports/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9/src/
H A Dsmi_pcirename.h71 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
74 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
77 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
111 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
114 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
117 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
/dports/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5/src/
H A Dvoodoo_pcirename.h71 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
74 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
77 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
111 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
114 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
117 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
/dports/x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.3.0/src/
H A Dneo_pcirename.h71 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
74 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
77 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
111 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
114 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
117 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
/dports/x11-drivers/xf86-video-apm/xf86-video-apm-1.3.0/src/
H A Dapm_pcirename.h71 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
74 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
77 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
111 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
114 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
117 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
/dports/x11-drivers/xf86-video-i128/xf86-video-i128-1.4.0/src/
H A Di128pcirename.h71 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
74 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
77 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
111 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
114 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
117 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
/dports/x11-drivers/xf86-video-s3/xf86-video-s3-0.7.0/src/
H A Ds3_pcirename.h71 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
74 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
77 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
111 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
114 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
117 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
/dports/x11-drivers/xf86-video-i740/xf86-video-i740-1.4.0/src/
H A Di740_pcirename.h71 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
74 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
77 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
111 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
114 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
117 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
/dports/x11-drivers/xf86-video-chips/xf86-video-chips-1.4.0/src/
H A Dct_pcirename.h71 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
74 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
77 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
111 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
114 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
117 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
/dports/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.8/src/
H A Dtridentpcirename.h71 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
74 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
77 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
111 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
114 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
117 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
/dports/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5/src/
H A Dast_pcirename.h71 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
74 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
77 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
111 #define PCI_READ_BYTE(_pcidev, _value_ptr, _offset) \ argument
114 #define PCI_READ_LONG(_pcidev, _value_ptr, _offset) \ argument
117 #define PCI_WRITE_LONG(_pcidev, _value, _offset) \ argument
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/
H A DPlaneShape.cpp39 PlaneShape::PlaneShape(const Eigen::Vector3d& _normal, double _offset) in PlaneShape()
85 void PlaneShape::setOffset(double _offset) in setOffset()
100 const Eigen::Vector3d& _normal, double _offset) in setNormalAndOffset()

12345678910>>...89