Searched refs:IncrementHelper (Results 1 – 1 of 1) sorted by relevance
261 …public uint DestinationIncrement { get { return IncrementHelper(ControlWord >> 30); } } //bits 31-…262 …public uint SourceIncrement { get { return IncrementHelper((ControlWord >> 26) & 0x3); } } //bits …276 private static uint IncrementHelper(uint value) in IncrementHelper() method