Searched refs:bytesInList (Results 1 – 1 of 1) sorted by relevance
270 int bytesInList = Short.toUnsignedInt(byteBuffer.getShort()); in AtVersionList() local271 if (bytesInList % BYTES_PER_VERSION != 0) { in AtVersionList()276 int numVersions = bytesInList / BYTES_PER_VERSION; in AtVersionList()