Home
last modified time | relevance | path

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

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