Searched refs:rllong (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DWaveFileReader.java242 int fileLength = rllong(dis);
272 length = rllong(dis);
284 length = rllong(dis);
309 sampleRate = rllong(dis); nread += 4;
312 avgBytesPerSec = rllong(dis); nread += 4;
351 int thisLength = rllong(dis); nread += 4;
361 int dataLength = rllong(dis); nread += 4;
H A DAuFileReader.java116 headerSize = (bigendian==true ? dis.readInt() : rllong(dis) ); nread += 4;
117 dataSize = (bigendian==true ? dis.readInt() : rllong(dis) ); nread += 4;
118 encoding_local = (bigendian==true ? dis.readInt() : rllong(dis) ); nread += 4;
119 sampleRate = (bigendian==true ? dis.readInt() : rllong(dis) ); nread += 4;
120 channels = (bigendian==true ? dis.readInt() : rllong(dis) ); nread += 4;
302 headerSize = (format.isBigEndian()==true ? dis.readInt() : rllong(dis) );
H A DSunFileReader.java162 * rllong
169 final int rllong(DataInputStream dis) throws IOException { method in class:SunFileReader
H A DSunFileWriter.java90 * rllong
97 final int rllong(DataInputStream dis) throws IOException { method in class:SunFileWriter

Completed in 67 milliseconds