4 references to ReadUInt32LE
System.IO.Hashing (4)
System\IO\Hashing\XxHash128.cs (2)
281
uint inputLo =
ReadUInt32LE
(source);
282
uint inputHi =
ReadUInt32LE
(source + length - 4);
System\IO\Hashing\XxHash3.cs (2)
245
uint inputLow =
ReadUInt32LE
(source);
246
uint inputHigh =
ReadUInt32LE
(source + length - sizeof(uint));