Home
last modified time | relevance | path

Searched refs:byteTable4 (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DCRC32C.java76 private static final int[] byteTable4 = byteTables[4]; field in CRC32C
256 ^ byteTable4[crc >>> 24] in updateBytes()
266 ^ byteTable4[crc & 0xFF] in updateBytes()
318 ^ byteTable4[crc >>> 24] in updateDirectByteBuffer()
328 ^ byteTable4[crc & 0xFF] in updateDirectByteBuffer()