Searched refs:tmpByteChar (Results 1 – 2 of 2) sorted by relevance
257 long tmpByteChar = byteChar;259 bytes[bytes.length - i - 1] = (byte) tmpByteChar;260 tmpByteChar = tmpByteChar >> 8;376 long tmpByteChar = byteChar;378 bytes[bytes.length - i - 1] = (byte) tmpByteChar;379 tmpByteChar = tmpByteChar >> 8;
305 long tmpByteChar = byteChar; in testBytes() local307 bytes[bytes.length - i - 1] = (byte) tmpByteChar; in testBytes()308 tmpByteChar = tmpByteChar >> 8; in testBytes()