2 references to kcbitUint
System.Numerics (2)
System\Numerics\NumericsHelpers.cs (2)
251return ((ulong)uHi << kcbitUint) | uLo; 259return (uint)(uu >> kcbitUint);