Searched refs:bytesToMove (Results 1 – 1 of 1) sorted by relevance
147 int bytesToMove = (4 - nBytes) * 8; in readFloat() local148 bits <<= bytesToMove; in readFloat() local174 int bytesToMove = (8 - nBytes) * 8; in readDouble() local175 bits <<= bytesToMove; in readDouble() local