4 references to ReadUInt32LE
System.IO.Hashing (4)
System\IO\Hashing\XxHash128.cs (2)
284
uint inputLo =
ReadUInt32LE
(source);
285
uint inputHi =
ReadUInt32LE
(source + length - 4);
System\IO\Hashing\XxHash3.cs (2)
248
uint inputLow =
ReadUInt32LE
(source);
249
uint inputHigh =
ReadUInt32LE
(source + length - sizeof(uint));