Searched refs:tmpByteChar (Results 1 – 3 of 3) sorted by relevance
263 long tmpByteChar = byteChar;265 bytes[bytes.length - i - 1] = (byte) tmpByteChar;266 tmpByteChar = tmpByteChar >> 8;393 long tmpByteChar = byteChar;395 bytes[bytes.length - i - 1] = (byte) tmpByteChar;396 tmpByteChar = tmpByteChar >> 8;
328 long tmpByteChar = byteChar; in testBytes() local330 bytes[bytes.length - i - 1] = (byte) tmpByteChar; in testBytes()331 tmpByteChar = tmpByteChar >> 8; in testBytes()