Searched refs:inputArray (Results 1 – 1 of 1) sorted by relevance
619 private uint[] ByteArrayToRegisterOrderedUIntArray(byte[] inputArray) in ByteArrayToRegisterOrderedUIntArray() argument621 uint[] doubleWordRepresentation = new uint[inputArray.Length / sizeof(uint)]; in ByteArrayToRegisterOrderedUIntArray()622 Buffer.BlockCopy(inputArray, 0, doubleWordRepresentation, 0, inputArray.Length); in ByteArrayToRegisterOrderedUIntArray()