Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DCRC32C.java222 int alignLength in updateBytes() local
224 for (int alignEnd = off + alignLength; off < alignEnd; off++) { in updateBytes()
297 int alignLength = (8 - (int) ((address + off) & 0x7)) & 0x7; in updateDirectByteBuffer() local
298 for (int alignEnd = off + alignLength; off < alignEnd; off++) { in updateDirectByteBuffer()