Searched refs:LoIx (Results 1 – 1 of 1) sorted by relevance
28 int LoIx = IsLittleEndian ? 0 : 2; in getAsUint32() local29 return Bytes[LoIx] + (Bytes[1] << 8) + (Bytes[2-LoIx] << 16); in getAsUint32()