Home
last modified time | relevance | path

Searched defs:destinationPosition (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitHelper.cs135 …c void ReplaceBits(ref uint destination, uint source, int width, int destinationPosition = 0, int … in ReplaceBits()
151 …void ReplaceBits(ref ulong destination, ulong source, int width, int destinationPosition = 0, int … in ReplaceBits()
170 … byte ReplaceBits(this byte destination, byte source, int width, int destinationPosition = 0, int … in ReplaceBits()
186 … uint ReplaceBits(this uint destination, uint source, int width, int destinationPosition = 0, int … in ReplaceBits()
202 …ong ReplaceBits(this ulong destination, ulong source, int width, int destinationPosition = 0, int … in ReplaceBits()